Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/
Date: Tue, 22 Dec 2020 23:35:59
Message-Id: 1608680144.9e32c806fe21ba5715c9db842f8e3c0fe6d5f62d.mgorny@gentoo
1 commit: 9e32c806fe21ba5715c9db842f8e3c0fe6d5f62d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 23:27:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 23:35:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e32c806
7
8 xfce-base/xfce4-panel: Bump to 4.16.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfce4-panel/Manifest | 1 +
13 xfce-base/xfce4-panel/xfce4-panel-4.16.0.ebuild | 71 +++++++++++++++++++++++++
14 2 files changed, 72 insertions(+)
15
16 diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
17 index 6ab3387a1f1..a405727633c 100644
18 --- a/xfce-base/xfce4-panel/Manifest
19 +++ b/xfce-base/xfce4-panel/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xfce4-panel-4.14.4.tar.bz2 1307938 BLAKE2B 79e0abcc5dfe41faaab1de981b8a61a99e9c11ab5b3ddba5fb7385517d24b50210f12d0a6a49720d6d8458fa7143ed65d7960025c5e8c01af1a59dd6b339a2d9 SHA512 5ae7c7acf0254fdc3f5eaccf75d7c12699ab8147322f231af7bd17b1238b8c25a96d628dada9caa086fc8fde2b7dc4030a38eb7b863b290f9e069193b3728d85
22 DIST xfce4-panel-4.15.6.tar.bz2 1382484 BLAKE2B 7ee01597459dd58c818e292e75b0c3864a5af94c7c8a4adf0eb65ed0ddce4ae7d10e407d0b92dd86eef6005c8c05c851cbbeee560dd8a37eaca722713414b00b SHA512 d1a77d6ae29b5f21d1609318ea15ad8e5851a5de0af24ff4e709a9e735c7361c440c705d314e17a8bc2b48ee8398ac2599d6f35c3c939b4c09ea00e4baa11dfa
23 +DIST xfce4-panel-4.16.0.tar.bz2 1382354 BLAKE2B 37737826e9d08974a2cad7513d93f6d998c6a49df0ae35b496db231448cb75d7b27631936fbae7ad25ed7bd80649737d678d6a761311c369e49e347876035c3b SHA512 ab3c4f23d67ff382c6f8bdc6c4f35c968f7789ab35132836c0aba824d074eda09c8cc7518b1f9f251a8e9cd6fa52844f194e70af52e3e11b0576d0ab8917a2f5
24
25 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.16.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.16.0.ebuild
26 new file mode 100644
27 index 00000000000..8cc7d2819e2
28 --- /dev/null
29 +++ b/xfce-base/xfce4-panel/xfce4-panel-4.16.0.ebuild
30 @@ -0,0 +1,71 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit vala xdg-utils
37 +
38 +DESCRIPTION="Panel for the Xfce desktop environment"
39 +HOMEPAGE="https://www.xfce.org/projects/"
40 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
41 +
42 +LICENSE="GPL-2+ LGPL-2.1+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
45 +IUSE="+dbusmenu introspection vala"
46 +REQUIRED_USE="vala? ( introspection )"
47 +
48 +RDEPEND=">=dev-libs/glib-2.50
49 + >=x11-libs/cairo-1
50 + >=x11-libs/gtk+-3.22:3[introspection?]
51 + x11-libs/libX11
52 + x11-libs/libwnck:3
53 + >=xfce-base/exo-0.11.2:=
54 + >=xfce-base/garcon-0.5:=
55 + >=xfce-base/libxfce4ui-4.15.8:=
56 + >=xfce-base/libxfce4util-4.15.6:=[introspection?]
57 + >=xfce-base/xfconf-4.13:=
58 + dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
59 + introspection? ( dev-libs/gobject-introspection:= )
60 +"
61 +DEPEND="${RDEPEND}"
62 +BDEPEND="
63 + vala? ( $(vala_depend) )
64 + dev-lang/perl
65 + dev-util/gtk-doc-am
66 + dev-util/intltool
67 + sys-devel/gettext
68 + virtual/pkgconfig
69 +"
70 +
71 +src_prepare() {
72 + # stupid vala.eclass...
73 + default
74 +}
75 +
76 +src_configure() {
77 + local myconf=(
78 + $(use_enable introspection)
79 + $(use_enable dbusmenu dbusmenu-gtk3)
80 + $(use_enable vala)
81 + )
82 +
83 + use vala && vala_src_prepare
84 + econf "${myconf[@]}"
85 +}
86 +
87 +src_install() {
88 + default
89 +
90 + find "${D}" -name '*.la' -delete || die
91 +}
92 +
93 +pkg_postinst() {
94 + xdg_icon_cache_update
95 + xdg_desktop_database_update
96 +}
97 +
98 +pkg_postrm() {
99 + xdg_icon_cache_update
100 + xdg_desktop_database_update
101 +}