From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/
Date: Sat, 21 Dec 2024 10:34:34 +0000 (UTC) [thread overview]
Message-ID: <1734777190.24d9513317363fbe0a1f6245337e6e1f40efb22f.mgorny@gentoo> (raw)
commit: 24d9513317363fbe0a1f6245337e6e1f40efb22f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 10:31:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:33:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d95133
xfce-base/xfce4-settings: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-base/xfce4-settings/Manifest | 2 -
.../xfce4-settings/xfce4-settings-4.19.3-r1.ebuild | 96 ----------------------
.../xfce4-settings/xfce4-settings-4.19.4.ebuild | 96 ----------------------
3 files changed, 194 deletions(-)
diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
index 37ca938cf08a..db09a2dd0374 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,4 +1,2 @@
DIST xfce4-settings-4.18.6.tar.bz2 1560269 BLAKE2B c6336c98ad16c968c2400c9a888ad8eaed39d0f25116b2f767d70c4d3e75bd7f0fef8381fb8cd3105afb7b0786f0b17a285153534421748a91bc6845c252f53a SHA512 e9615e8409f597b53bf118908c0a8c5f893b335915dd009c5b7da9ba8403a0de74b751dec7482f3076cd880f2bd3cffc1f45a13a1e88196fb7f0c87c996794b7
-DIST xfce4-settings-4.19.3.tar.bz2 2444442 BLAKE2B 2a77776299cba8029c54d2517cca72ac68c7177b75918838b19d0b7c18c72699a532e3fd43a049b43ba7eec1a4faa99002e362a501a5bfcb509434d56935e458 SHA512 1aeff3ba71addedb137d1b0e30af54fe5c4873d6b8d76675ede509c79017751202f46d421f9c4a8d4819910eef0a94c57ce043795a148ac9dc5984fefdab9aac
-DIST xfce4-settings-4.19.4.tar.bz2 2499442 BLAKE2B 816342a214f7b327e7faebbff7ad05669842913c68b0a0ec289a33cdd9c72e27dd1480fb5a86216c7bf097ebf9f444179f8da67ff8009d7b6a66516007d524a6 SHA512 ca81dc369bfad6890d0395db425ff1f6ab9807edabf9cea26faceaaa67c6fbc063f50e8a0e2728c8723e340e6fe024045256786355a610fd20b127331fcb5095
DIST xfce4-settings-4.20.0.tar.bz2 2495778 BLAKE2B d35725ccce4ac88b0d2e4b69896dee14b20a0b9b2a019db02c5fe61cb9e5b966dc0c9985b1f6b1f3853be87d16feb0fcaf0af1e08c0842226addec21bf06871f SHA512 ab728bfce9aefe14c59dce0f93a84d395826ffc37d3a7bafc40fce61055ce4b7d9265c65460bf7ee69e4c8f4efd7e0b88b3670d859d48d4602c17acc20556528
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.3-r1.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.19.3-r1.ebuild
deleted file mode 100644
index 8359370133d0..000000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.19.3-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-settings/start
- https://gitlab.xfce.org/xfce/xfce4-settings/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="X colord input_devices_libinput libcanberra libnotify upower wayland +xklavier"
-REQUIRED_USE="
- ${PYTHON_REQUIRED_USE}
- || ( X wayland )
-"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-libs/glib-2.72.0
- >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
- >=xfce-base/garcon-0.1.10:=
- >=xfce-base/exo-0.11.0:=
- >=xfce-base/libxfce4ui-4.19.5:=
- >=xfce-base/libxfce4util-4.17.2:=
- >=xfce-base/xfconf-4.13.0:=
- colord? ( >=x11-misc/colord-1.0.2:= )
- libcanberra? ( >=media-libs/libcanberra-0.25[sound(+)] )
- upower? ( >=sys-power/upower-0.99.10 )
-
- X? (
- >=media-libs/fontconfig-2.6.0
- >=x11-libs/libX11-1.6.7
- >=x11-libs/libXcursor-1.1.0
- >=x11-libs/libXi-1.2.0
- >=x11-libs/libXrandr-1.5.0
- input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.6.0 )
- libnotify? ( >=x11-libs/libnotify-0.7.8 )
- xklavier? ( >=x11-libs/libxklavier-5.0 )
- )
- wayland? (
- >=dev-libs/wayland-1.20
- >=gui-libs/gtk-layer-shell-0.7.0
- )
-"
-DEPEND="
- ${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-# libxml2 for xmllint
-BDEPEND="
- dev-libs/libxml2
- dev-util/gdbus-codegen
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
-}
-
-src_configure() {
- local myconf=(
- $(use_enable upower upower-glib)
- $(use_enable input_devices_libinput xorg-libinput)
- $(use_enable libnotify)
- $(use_enable colord)
- $(use_enable xklavier libxklavier)
- $(use_enable libcanberra sound-settings)
- $(use_enable X x11)
- $(use_enable wayland)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.4.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.19.4.ebuild
deleted file mode 100644
index 8359370133d0..000000000000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.19.4.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-settings/start
- https://gitlab.xfce.org/xfce/xfce4-settings/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="X colord input_devices_libinput libcanberra libnotify upower wayland +xklavier"
-REQUIRED_USE="
- ${PYTHON_REQUIRED_USE}
- || ( X wayland )
-"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-libs/glib-2.72.0
- >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
- >=xfce-base/garcon-0.1.10:=
- >=xfce-base/exo-0.11.0:=
- >=xfce-base/libxfce4ui-4.19.5:=
- >=xfce-base/libxfce4util-4.17.2:=
- >=xfce-base/xfconf-4.13.0:=
- colord? ( >=x11-misc/colord-1.0.2:= )
- libcanberra? ( >=media-libs/libcanberra-0.25[sound(+)] )
- upower? ( >=sys-power/upower-0.99.10 )
-
- X? (
- >=media-libs/fontconfig-2.6.0
- >=x11-libs/libX11-1.6.7
- >=x11-libs/libXcursor-1.1.0
- >=x11-libs/libXi-1.2.0
- >=x11-libs/libXrandr-1.5.0
- input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.6.0 )
- libnotify? ( >=x11-libs/libnotify-0.7.8 )
- xklavier? ( >=x11-libs/libxklavier-5.0 )
- )
- wayland? (
- >=dev-libs/wayland-1.20
- >=gui-libs/gtk-layer-shell-0.7.0
- )
-"
-DEPEND="
- ${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-# libxml2 for xmllint
-BDEPEND="
- dev-libs/libxml2
- dev-util/gdbus-codegen
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
-}
-
-src_configure() {
- local myconf=(
- $(use_enable upower upower-glib)
- $(use_enable input_devices_libinput xorg-libinput)
- $(use_enable libnotify)
- $(use_enable colord)
- $(use_enable xklavier libxklavier)
- $(use_enable libcanberra sound-settings)
- $(use_enable X x11)
- $(use_enable wayland)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
next reply other threads:[~2024-12-21 10:34 UTC|newest]
Thread overview: 177+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-21 10:34 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 12:57 [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/ Michał Górny
2025-01-25 14:56 Sam James
2025-01-25 12:06 Sam James
2025-01-25 12:06 Sam James
2025-01-25 11:27 Arthur Zamarin
2025-01-25 11:02 Arthur Zamarin
2024-12-15 18:38 Michał Górny
2024-12-01 16:40 Michał Górny
2024-12-01 16:40 Michał Górny
2024-11-04 18:39 Andreas Sturmlechner
2024-11-02 7:09 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29 10:55 Sam James
2024-06-29 10:55 Sam James
2024-06-29 8:53 Sam James
2024-06-29 8:25 Sam James
2024-06-29 8:25 Sam James
2024-06-29 7:57 Arthur Zamarin
2024-06-11 13:32 Michał Górny
2024-06-11 13:32 Michał Górny
2024-06-09 14:04 Michał Górny
2024-05-28 14:30 Michał Górny
2024-03-31 15:36 Michał Górny
2023-12-30 1:26 Ionen Wolkens
2023-12-27 15:59 Michał Górny
2023-12-27 13:32 Sam James
2023-12-09 19:30 Arthur Zamarin
2023-12-09 19:05 Sam James
2023-12-09 19:00 Arthur Zamarin
2023-12-09 19:00 Arthur Zamarin
2023-12-09 19:00 Arthur Zamarin
2023-11-30 18:10 Michał Górny
2023-11-20 10:06 Sam James
2023-11-20 10:06 Sam James
2023-11-16 14:26 Michał Górny
2023-08-17 5:59 Michał Górny
2023-08-17 4:50 Sam James
2023-08-02 11:58 Arthur Zamarin
2023-07-24 21:02 Sam James
2023-07-24 11:03 Jakov Smolić
2023-07-24 11:03 Jakov Smolić
2023-07-04 12:41 Michał Górny
2023-04-18 18:33 Michał Górny
2023-04-18 16:32 Michał Górny
2023-03-17 15:18 Michał Górny
2023-03-17 14:52 Arthur Zamarin
2023-03-17 14:46 Arthur Zamarin
2023-03-17 14:26 Arthur Zamarin
2023-03-17 14:25 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-03-17 10:50 Michał Górny
2023-03-17 8:56 Arthur Zamarin
2023-03-15 6:55 Michał Górny
2023-02-11 12:47 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2022-12-22 15:45 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-01 13:55 Michał Górny
2022-11-18 17:41 Michał Górny
2022-11-18 16:52 Arthur Zamarin
2022-11-13 20:59 Sam James
2022-11-13 17:38 Sam James
2022-11-13 11:39 Sam James
2022-11-13 11:39 Sam James
2022-11-13 11:39 Sam James
2022-11-13 6:39 Michał Górny
2022-11-13 6:39 Michał Górny
2022-11-08 13:15 Michał Górny
2022-11-08 6:31 Sam James
2022-11-08 5:49 Sam James
2022-11-08 2:54 Sam James
2022-11-07 23:54 Sam James
2022-11-07 23:54 Sam James
2022-11-07 23:18 Sam James
2022-11-07 20:33 Michał Górny
2022-11-07 20:33 Michał Górny
2022-11-01 12:35 Michał Górny
2022-08-28 6:49 WANG Xuerui
2022-07-28 12:57 Michał Górny
2022-07-28 12:00 Sam James
2022-07-27 8:11 Sam James
2022-07-27 4:16 Sam James
2022-07-27 4:16 Sam James
2022-07-26 22:25 Sam James
2022-07-26 22:22 Sam James
2022-07-05 14:29 Michał Górny
2022-05-04 18:06 Michał Górny
2021-07-08 7:06 Michał Górny
2021-07-08 3:53 Sam James
2021-07-06 1:48 Sam James
2021-07-03 6:22 Agostino Sarubbo
2021-07-03 6:20 Agostino Sarubbo
2021-07-03 1:30 Sam James
2021-07-03 1:28 Sam James
2021-06-08 11:42 Michał Górny
2021-05-29 0:03 Yixun Lan
2021-04-12 23:33 Sam James
2021-04-12 15:16 Michał Górny
2021-02-19 1:11 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18 7:26 Sam James
2021-02-08 6:11 Sam James
2021-02-08 6:05 Sam James
2021-01-18 20:29 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 13:29 Michał Górny
2020-11-15 9:35 Michał Górny
2020-08-19 14:53 Michał Górny
2020-07-19 14:19 Michał Górny
2020-07-19 13:38 Sam James
2020-06-29 18:24 Mikle Kolyada
2020-06-20 15:23 Thomas Deutschmann
2020-06-14 20:19 Sergei Trofimovich
2020-06-14 20:08 Sergei Trofimovich
2020-06-07 6:58 Michał Górny
2020-05-27 7:03 Michał Górny
2020-04-12 17:47 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 18:05 Mikle Kolyada
2020-03-13 18:54 Agostino Sarubbo
2020-01-14 3:53 Michał Górny
2020-01-11 5:08 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-08-22 12:31 Michał Górny
2019-08-22 6:49 Michał Górny
2019-08-22 6:49 Michał Górny
2019-08-11 20:46 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-23 14:10 Kent Fredric
2019-07-01 7:56 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-18 11:11 Michał Górny
2019-05-18 6:53 Michał Górny
2018-12-08 22:04 Mikle Kolyada
2018-12-02 11:12 Mikle Kolyada
2018-11-27 16:01 Tobias Klausmann
2018-11-24 13:40 Sergei Trofimovich
2018-11-12 13:45 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-10-02 22:08 Michał Górny
2018-06-21 7:24 Michał Górny
2018-06-21 7:24 Michał Górny
2018-06-17 13:39 Jason Zaman
2018-05-27 20:56 Mikle Kolyada
2018-05-22 1:19 Matt Turner
2018-04-19 21:08 Mikle Kolyada
2018-04-18 21:04 Sergei Trofimovich
2018-04-10 11:32 Tobias Klausmann
2018-04-08 17:28 Aaron Bauman
2018-04-08 15:48 Sergei Trofimovich
2018-04-08 9:04 Michał Górny
2018-03-19 14:50 Michał Górny
2018-03-19 14:50 Michał Górny
2018-03-19 14:50 Michał Górny
2017-06-07 20:06 Michał Górny
2017-01-26 10:22 Agostino Sarubbo
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-12-07 15:02 Jason Zaman
2016-11-24 7:32 Jason Zaman
2016-09-29 4:37 Jeroen Roovers
2016-09-15 14:08 Jason Zaman
2016-06-30 16:58 Tobias Klausmann
2016-06-26 18:40 Markus Meier
2016-03-22 0:52 Patrick McLean
2015-10-17 18:32 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1734777190.24d9513317363fbe0a1f6245337e6e1f40efb22f.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox