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: Sat, 11 Jan 2020 05:08:10
Message-Id: 1578719280.244d092bd4e212f1625e83a0266e637f789cf03a.mgorny@gentoo
1 commit: 244d092bd4e212f1625e83a0266e637f789cf03a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 04:36:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 05:08:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244d092b
7
8 xfce-base/xfce4-panel: Bump to 4.14.2
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.14.2.ebuild | 69 +++++++++++++++++++++++++
14 2 files changed, 70 insertions(+)
15
16 diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
17 index 1b3bda547be..014c249265c 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.1.tar.bz2 1294087 BLAKE2B d88100d068348aab32f7a133ca98e17c1586f3d6c5ffcb53493e953930108d4d1ebd0972d84c4bd077ab58c4a3ae34303682084daff4e34a168c5c2f981597bf SHA512 1c86362489677f2e04cf3b98dbc1a80b4998335c00a47d256e741446f00437ad04539041648848eca1f45fa1fa70974ca6cf65cb7f762a79a46c16484557e400
22 +DIST xfce4-panel-4.14.2.tar.bz2 1304078 BLAKE2B 9f504dbfac36db08de8f6eb1ea63f6c985790eb2fb31932bc5ea06895d705ed808bc8a63d42afe4ed6ead625d3cb1dfebb95098691a586af24b505b73af2310b SHA512 7582c47cf191becad32c032adf24dc351d0d60bcbb8dc4b52eb5d0ec14cc9c6fcf7dba42a2c1ca506a88068af8ff817837d73b75d13e0910868a96462660efbb
23 DIST xfce4-panel-4.15.0.tar.bz2 1271290 BLAKE2B 6062ed76d8372f5e1ab9def67bcc8c4006ef269309b47740c331c8afef8f320069478846e802c6a090c4a6aa465d79c75e028d52b8f09dd8e1dafa11c8d415ec SHA512 3f4d9a097cb9b9a4ec4296b518e91b13394ca063664c78768dc3e2a964090177485c189c3ff3e118b179d58aafdb27d2edf67ddb49434290eaed157b449fc817
24
25 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.14.2.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.14.2.ebuild
26 new file mode 100644
27 index 00000000000..4c13761e1a6
28 --- /dev/null
29 +++ b/xfce-base/xfce4-panel/xfce4-panel-4.14.2.ebuild
30 @@ -0,0 +1,69 @@
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="+gtk2 introspection vala"
46 +REQUIRED_USE="vala? ( introspection )"
47 +RESTRICT="!gtk2? ( test )"
48 +
49 +RDEPEND=">=dev-libs/glib-2.42
50 + >=x11-libs/cairo-1
51 + >=x11-libs/gtk+-3.22:3[introspection?]
52 + x11-libs/libX11
53 + x11-libs/libwnck:3
54 + >=xfce-base/exo-0.11.2:=
55 + >=xfce-base/garcon-0.5:=
56 + >=xfce-base/libxfce4ui-4.13:=
57 + >=xfce-base/libxfce4util-4.13:=[introspection?]
58 + >=xfce-base/xfconf-4.13:=
59 + gtk2? ( >=x11-libs/gtk+-2.20:2 )
60 + introspection? ( dev-libs/gobject-introspection:= )"
61 +DEPEND="${RDEPEND}
62 + vala? ( $(vala_depend) )
63 + dev-lang/perl
64 + dev-util/gtk-doc-am
65 + dev-util/intltool
66 + sys-devel/gettext
67 + virtual/pkgconfig"
68 +
69 +src_prepare() {
70 + # stupid vala.eclass...
71 + default
72 +}
73 +
74 +src_configure() {
75 + local myconf=(
76 + $(use_enable gtk2)
77 + $(use_enable introspection)
78 + $(use_enable vala)
79 + )
80 +
81 + use vala && vala_src_prepare
82 + econf "${myconf[@]}"
83 +}
84 +
85 +src_install() {
86 + default
87 +
88 + find "${D}" -name '*.la' -delete || die
89 +}
90 +
91 +pkg_postinst() {
92 + xdg_icon_cache_update
93 + xdg_desktop_database_update
94 +}
95 +
96 +pkg_postrm() {
97 + xdg_icon_cache_update
98 + xdg_desktop_database_update
99 +}