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/xfdesktop/
Date: Tue, 01 Nov 2022 14:04:22
Message-Id: 1667311454.e748474ac3d8462dc4fa0d2064933bfaa0b472bf.mgorny@gentoo
1 commit: e748474ac3d8462dc4fa0d2064933bfaa0b472bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 14:02:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 14:04:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e748474a
7
8 xfce-base/xfdesktop: Bump to 4.17.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfdesktop/Manifest | 1 +
13 xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild | 59 +++++++++++++++++++++++++++++
14 2 files changed, 60 insertions(+)
15
16 diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
17 index c22aed43c437..f25b74ab28b7 100644
18 --- a/xfce-base/xfdesktop/Manifest
19 +++ b/xfce-base/xfdesktop/Manifest
20 @@ -1,3 +1,4 @@
21 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38 SHA512 e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
22 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209 SHA512 87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
23 DIST xfdesktop-4.17.0.tar.bz2 1968275 BLAKE2B 37b2c752bce64a0ab23198ad11d02375136e8733ff0d0de35c21f7ad9bf290067afcd5e0d1438e5db1cec88911ac3bedfce753c279ec7e1a9f02d18d08b1435d SHA512 2926ee7cc7a8e3016daea851cfaa525977cbacd8d16f475ece097104c4fa105e3c32ecdd97db99d9c1844b8a2219e86cb8776b377585cf6b037846a0ff683c19
24 +DIST xfdesktop-4.17.1.tar.bz2 1951042 BLAKE2B 13cc2da9352d03c9f492c244927f7971f561e04544b9997509b78ea17b7229a886b06620ef959ae83b984366c43256e690ea81f9a5680c6c515404a86f296c4d SHA512 c1384059dd1214b87baf375e0b1ae8f9facc039e46adc5923d0288e0ed48583bb5d30775f9e47b685bc7d671e0319d2a383cace89ff913fe5a963a57df6406a5
25
26 diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild
27 new file mode 100644
28 index 000000000000..4676aeb9817c
29 --- /dev/null
30 +++ b/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild
31 @@ -0,0 +1,59 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit xdg-utils
38 +
39 +DESCRIPTION="Desktop manager for the Xfce desktop environment"
40 +HOMEPAGE="
41 + https://docs.xfce.org/xfce/xfdesktop/start
42 + https://gitlab.xfce.org/xfce/xfdesktop/
43 +"
44 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
49 +IUSE="debug libnotify +thunar"
50 +
51 +DEPEND="
52 + >=x11-libs/cairo-1.12
53 + >=dev-libs/glib-2.50
54 + >=x11-libs/gtk+-3.22:3
55 + >=x11-libs/libwnck-3.14:3
56 + x11-libs/libX11
57 + >=xfce-base/exo-0.11:=
58 + >=xfce-base/garcon-0.6:=
59 + >=xfce-base/libxfce4ui-4.13:=
60 + >=xfce-base/libxfce4util-4.13:=
61 + >=xfce-base/xfconf-4.12.1:=
62 + libnotify? ( >=x11-libs/libnotify-0.7:= )
63 + thunar? ( >=xfce-base/thunar-4.17.10:= )
64 +"
65 +RDEPEND="
66 + ${DEPEND}
67 +"
68 +BDEPEND="
69 + dev-util/intltool
70 + sys-devel/gettext
71 + virtual/pkgconfig
72 +"
73 +
74 +src_configure() {
75 + local myconf=(
76 + $(use_enable thunar file-icons)
77 + $(use_enable thunar thunarx)
78 + $(use_enable libnotify notifications)
79 + )
80 +
81 + econf "${myconf[@]}"
82 +}
83 +
84 +pkg_postinst() {
85 + xdg_icon_cache_update
86 +}
87 +
88 +pkg_postrm() {
89 + xdg_icon_cache_update
90 +}