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: Fri, 17 Mar 2023 10:50:30
Message-Id: 1679050218.0beb2788040f4cca73c4f6ecb27bea957482a2af.mgorny@gentoo
1 commit: 0beb2788040f4cca73c4f6ecb27bea957482a2af
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 10:48:06 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 10:50:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0beb2788
7
8 xfce-base/xfdesktop: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfdesktop/Manifest | 2 -
13 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 56 ---------------------------
14 xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild | 59 -----------------------------
15 3 files changed, 117 deletions(-)
16
17 diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
18 index 729fad2ec5ff..bc187742f33b 100644
19 --- a/xfce-base/xfdesktop/Manifest
20 +++ b/xfce-base/xfdesktop/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209 SHA512 87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
23 -DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921 SHA512 80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c
24 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b SHA512 cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
25 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c SHA512 dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56ba8888a0df8d3951b0993dffa88418032ad7c68f85d8756081e40
26
27 diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
28 deleted file mode 100644
29 index 46e47c1b6164..000000000000
30 --- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit xdg-utils
39 -
40 -DESCRIPTION="Desktop manager for the Xfce desktop environment"
41 -HOMEPAGE="https://www.xfce.org/projects/"
42 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
47 -IUSE="debug libnotify +thunar"
48 -
49 -DEPEND="
50 - >=x11-libs/cairo-1.12
51 - >=dev-libs/glib-2.50
52 - >=x11-libs/gtk+-3.22:3
53 - >=x11-libs/libwnck-3.14:3
54 - x11-libs/libX11
55 - >=xfce-base/exo-0.11:=
56 - >=xfce-base/garcon-0.6:=
57 - >=xfce-base/libxfce4ui-4.13:=
58 - >=xfce-base/libxfce4util-4.13:=
59 - >=xfce-base/xfconf-4.12.1:=
60 - libnotify? ( >=x11-libs/libnotify-0.7:= )
61 - thunar? ( >=xfce-base/thunar-1.7:= )
62 -"
63 -RDEPEND="
64 - ${DEPEND}
65 -"
66 -BDEPEND="
67 - dev-util/intltool
68 - sys-devel/gettext
69 - virtual/pkgconfig
70 -"
71 -
72 -src_configure() {
73 - local myconf=(
74 - $(use_enable thunar file-icons)
75 - $(use_enable thunar thunarx)
76 - $(use_enable libnotify notifications)
77 - )
78 -
79 - econf "${myconf[@]}"
80 -}
81 -
82 -pkg_postinst() {
83 - xdg_icon_cache_update
84 -}
85 -
86 -pkg_postrm() {
87 - xdg_icon_cache_update
88 -}
89
90 diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
91 deleted file mode 100644
92 index f022f029c5f6..000000000000
93 --- a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
94 +++ /dev/null
95 @@ -1,59 +0,0 @@
96 -# Copyright 1999-2023 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=8
100 -
101 -inherit xdg-utils
102 -
103 -DESCRIPTION="Desktop manager for the Xfce desktop environment"
104 -HOMEPAGE="
105 - https://docs.xfce.org/xfce/xfdesktop/start
106 - https://gitlab.xfce.org/xfce/xfdesktop/
107 -"
108 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
109 -
110 -LICENSE="GPL-2+"
111 -SLOT="0"
112 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
113 -IUSE="libnotify +thunar"
114 -
115 -DEPEND="
116 - >=x11-libs/cairo-1.16
117 - >=dev-libs/glib-2.66.0
118 - >=x11-libs/gtk+-3.24.0:3
119 - >=x11-libs/libwnck-3.14:3
120 - x11-libs/libX11
121 - >=xfce-base/exo-0.11:=
122 - >=xfce-base/garcon-0.6:=
123 - >=xfce-base/libxfce4ui-4.13:=
124 - >=xfce-base/libxfce4util-4.13:=
125 - >=xfce-base/xfconf-4.12.1:=
126 - libnotify? ( >=x11-libs/libnotify-0.7:= )
127 - thunar? ( >=xfce-base/thunar-4.17.10:= )
128 -"
129 -RDEPEND="
130 - ${DEPEND}
131 -"
132 -BDEPEND="
133 - dev-util/intltool
134 - sys-devel/gettext
135 - virtual/pkgconfig
136 -"
137 -
138 -src_configure() {
139 - local myconf=(
140 - $(use_enable thunar file-icons)
141 - $(use_enable thunar thunarx)
142 - $(use_enable libnotify notifications)
143 - )
144 -
145 - econf "${myconf[@]}"
146 -}
147 -
148 -pkg_postinst() {
149 - xdg_icon_cache_update
150 -}
151 -
152 -pkg_postrm() {
153 - xdg_icon_cache_update
154 -}