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: Thu, 31 Mar 2022 23:03:11
Message-Id: 1648767777.10bd33601d59b29f88515c72449ffcc0c94a89d1.mgorny@gentoo
1 commit: 10bd33601d59b29f88515c72449ffcc0c94a89d1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 21:27:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 23:02:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bd3360
7
8 xfce-base/libxfce4ui: Bump to 4.17.6
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.17.6.ebuild | 71 +++++++++++++++++++++++++++
14 2 files changed, 72 insertions(+)
15
16 diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
17 index 151364d96ebc..b6b6afc0e242 100644
18 --- a/xfce-base/libxfce4ui/Manifest
19 +++ b/xfce-base/libxfce4ui/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libxfce4ui-4.16.1.tar.bz2 785811 BLAKE2B d1267b328b7e2d07bfe85ce320da6a60d5a7d739c5ded9b213b83b0cde2061d3badc937e71c4353291ed435fb9d1294cadcc99402cdae69f4bcecf412dd525f2 SHA512 c183bbc75539c777fe704d0a1c4e533fdd2efb6cbc980cfedc2eaa80d0e6223db038498774ffcdc720d7f991dd8d9634183a757a4c4d1728cc9956a33cb187d0
22 DIST libxfce4ui-4.17.5.tar.bz2 888881 BLAKE2B 066b45de62c5f949eaef2babf248a2e6d2237a74319cfcfb86662d4384b22d2b1e99bdbc591e2fd64e425539fb76d89c8f10fbf1d90ddefd98795455615286f2 SHA512 ed7ececd2723fcc0bed90c0bf17a1d40032304b949e68d8087bef8b67cd0726e8620e7fcc22d5010960821a6e526b211b7fb45d224206dba95c9914d63da48c4
23 +DIST libxfce4ui-4.17.6.tar.bz2 894189 BLAKE2B 6fa80d3252c300af5f6a84a991481d3fe9595702e787f44510799201a911384252081ba0c579cde54baec426259c8caaa9d05a55b81e2072c9d4da80ed795f5f SHA512 317fd101ea594c10b24b1fb14f217bc454d86bba9c11cdea07898505bee84af40dac7e81bbd3ecbdd8894ead662d5041d2e90248151f317150c9b2de8beb84b9
24
25 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild
26 new file mode 100644
27 index 000000000000..30e4ac726aed
28 --- /dev/null
29 +++ b/xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild
30 @@ -0,0 +1,71 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit xdg-utils vala
37 +
38 +DESCRIPTION="Unified widget and session management libs for Xfce"
39 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
40 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
41 +
42 +LICENSE="LGPL-2+ GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
45 +IUSE="debug glade +introspection startup-notification system-info vala"
46 +REQUIRED_USE="vala? ( introspection )"
47 +
48 +RDEPEND="
49 + >=dev-libs/glib-2.50:2
50 + >=x11-libs/gtk+-3.22:3[introspection?,X]
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 +"
65 +DEPEND="${RDEPEND}"
66 +BDEPEND="
67 + dev-lang/perl
68 + dev-util/intltool
69 + sys-devel/gettext
70 + virtual/pkgconfig
71 + vala? ( $(vala_depend) )
72 +"
73 +
74 +src_configure() {
75 + local myconf=(
76 + $(use_enable introspection)
77 + $(use_enable system-info glibtop)
78 + $(use_enable system-info epoxy)
79 + $(use_enable system-info gudev)
80 + $(use_enable startup-notification)
81 + $(use_enable vala)
82 + $(use_enable glade gladeui2)
83 + --with-vendor-info=Gentoo
84 + )
85 +
86 + use vala && vala_setup
87 + econf "${myconf[@]}"
88 +}
89 +
90 +src_install() {
91 + emake -j1 DESTDIR="${D}" install
92 + find "${D}" -name '*.la' -delete || die
93 +}
94 +
95 +pkg_postinst() {
96 + xdg_icon_cache_update
97 +}
98 +
99 +pkg_postrm() {
100 + xdg_icon_cache_update
101 +}