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/libxfce4ui/
Date: Tue, 22 Dec 2020 23:35:59
Message-Id: 1608680142.93d69e04f98901ce2efaed1945cf75613916ac9e.mgorny@gentoo
1 commit: 93d69e04f98901ce2efaed1945cf75613916ac9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 23:24:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 23:35:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d69e04
7
8 xfce-base/libxfce4ui: Bump to 4.16.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/libxfce4ui/Manifest | 1 +
13 xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild | 73 +++++++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
17 index 9952695c545..b4d36470a2f 100644
18 --- a/xfce-base/libxfce4ui/Manifest
19 +++ b/xfce-base/libxfce4ui/Manifest
20 @@ -1,3 +1,4 @@
21 DIST libxfce4ui-4.14.1.tar.bz2 756175 BLAKE2B d487cc0a04b6053ead6670eeb83cafe1c4098818d5ad6a94a81176720d78cfd65160156961cbb526baa1640ae66a5c6958f707b7078c412d81fcd24cc8cf4013 SHA512 f42f41da3a683a0c56c3b1e7ba420c4f50909d2613e681d053b09b50bc0eb7f750f44c892e94b0ee8b9207983a87c0cadbda1ad93d0df74ae351dc8812025407
22 DIST libxfce4ui-4.15.7.tar.bz2 807676 BLAKE2B 0280d0e35244740d016fc4cd8afebb5a70348226011473117c3b7124abcc597baf8015754bb8aaa2fa3f0560d1a98d68f319c5b5870e1c8f5543c0a9458eb541 SHA512 0fd05bbaa42d3f3a0df552fb7419ebc390e6292f4bae58d4c9d6137421cdd55f17756e51c3adcd5ad6e7c92f277b9485ea1d791ef1295ac3d65d86201fc33a6a
23 DIST libxfce4ui-4.15.8.tar.bz2 817242 BLAKE2B f0d85fd6e35f65ed416085fbd5da4a1624d8ea9eb90b692463f41e840cea943dbf25a9d057db6101288000fad46468efa4417be87ef24b02f2f73c0a6d11c144 SHA512 a6ea4b6fc1542f6bbc2a2003e1836f1e24ea8c36460460e9e7eddafc7c3c36206fe94a9ccdc17b3b488e857d11a1f1b21ff248349a9820fe9a584bb9dcc1a90f
24 +DIST libxfce4ui-4.16.0.tar.bz2 837838 BLAKE2B a7e0612bb2a6e47fb9e03c69f1f014740b1ed0f363e198823b328980c106bf5566c880cdeac254291a44ff5a4fc6c8ae95c0396b37e6869e0ec3721897c75d43 SHA512 07ce8399ca860d5414f91b0795ba61eff21b6022a9e8c26de77a6c4e6c45371e10318b626a892b7e2998d95c7e92cf32c2cd48fdefc291bb5521fe8a6cf93aed
25
26 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild
27 new file mode 100644
28 index 00000000000..5ec78d67a32
29 --- /dev/null
30 +++ b/xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit xdg-utils vala
38 +
39 +DESCRIPTION="Unified widget and session management libs for Xfce"
40 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
41 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
42 +
43 +LICENSE="LGPL-2+ GPL-2+"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
46 +IUSE="debug glade introspection startup-notification system-info vala"
47 +REQUIRED_USE="vala? ( introspection )"
48 +
49 +RDEPEND=">=dev-libs/glib-2.50:2
50 + >=x11-libs/gtk+-3.22:3[introspection?]
51 + x11-libs/libX11
52 + x11-libs/libICE
53 + x11-libs/libSM
54 + >=xfce-base/libxfce4util-4.15.6:=[introspection?]
55 + >=xfce-base/xfconf-4.12:=
56 + glade? ( dev-util/glade:3.10 )
57 + introspection? ( dev-libs/gobject-introspection:= )
58 + startup-notification? ( x11-libs/startup-notification )
59 + system-info? (
60 + dev-libs/libgudev
61 + gnome-base/libgtop
62 + >=media-libs/libepoxy-1.2
63 + )"
64 +DEPEND="${RDEPEND}"
65 +BDEPEND="dev-lang/perl
66 + dev-util/intltool
67 + sys-devel/gettext
68 + virtual/pkgconfig
69 + vala? ( $(vala_depend) )"
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 system-info glibtop)
80 + $(use_enable system-info epoxy)
81 + $(use_enable system-info gudev)
82 + $(use_enable startup-notification)
83 + $(use_enable vala)
84 + $(use_enable glade gladeui2)
85 + --with-vendor-info=Gentoo
86 + )
87 +
88 + use vala && vala_src_prepare
89 + econf "${myconf[@]}"
90 +}
91 +
92 +src_install() {
93 + emake -j1 DESTDIR="${D}" install
94 +
95 + find "${D}" -name '*.la' -delete || die
96 +}
97 +
98 +pkg_postinst() {
99 + xdg_icon_cache_update
100 +}
101 +
102 +pkg_postrm() {
103 + xdg_icon_cache_update
104 +}