From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/
Date: Thu, 14 Aug 2025 13:20:39 +0000 (UTC) [thread overview]
Message-ID: <1755177592.109acabd2cfda97e916ac1bd4730363dfd069847.pacho@gentoo> (raw)
commit: 109acabd2cfda97e916ac1bd4730363dfd069847
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 13:19:52 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 13:19:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109acabd
gnome-base/gnome-settings-daemon: drop 46.0-r2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
gnome-base/gnome-settings-daemon/Manifest | 1 -
.../gnome-settings-daemon-46.0-r2.ebuild | 146 ---------------------
2 files changed, 147 deletions(-)
diff --git a/gnome-base/gnome-settings-daemon/Manifest b/gnome-base/gnome-settings-daemon/Manifest
index 3bedb3e8ede9..f4ec27004a9f 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-settings-daemon-46.0.tar.xz 1480952 BLAKE2B 42f2eb46b255e3e44a045b90b7ad98e15836aa3780f04740861c65417dd58e79996481d397f3f482158286c905245ca13dec0ad52770972856ecfd939d06073a SHA512 445e9ee4709af7a67ded55733d4041357995fe9746bcf00fa81f52f6dddc2071e7114e9bf836bcf464bc0f04da3b3c08be04c1942963c1910d1a14b4434f6633
DIST gnome-settings-daemon-47.2.tar.xz 1480428 BLAKE2B e2f1a2e75aa85a354bdc623c75b4dd995c85b102fa8ca114733290316533b11fc9f99bf13b1921fc745d892ce7a00d5b45a81160a889dbc061ca81bd50bef21f SHA512 fd3e358aa1f6a317dc49436965135dde204bd55fee9c96127d1208aafb60af3667fcc344a1667be1596892987f67ebab3fc7eefaeeefce82e1c65635e36c126f
DIST gnome-settings-daemon-48.1.tar.xz 1498444 BLAKE2B e181be3af654cda9739fcb9cc388098ed001da8aa6d0f55357d8839c48db40c9b4c5056bfa44e2df9870941d992bca2c5dd8e3617ffb0ef33ede208067063311 SHA512 b4ce4fe5a2a6b9dcdc3a82f4460488b39adcb56e7345079d9558506146202d234562cfaa522b77d1eb0d468121a5aed5cec42983a78abc2fe0946dd78dc2bc40
diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-46.0-r2.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-46.0-r2.ebuild
deleted file mode 100644
index aed7a0284db1..000000000000
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-46.0-r2.ebuild
+++ /dev/null
@@ -1,146 +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 gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg
-
-DESCRIPTION="Gnome Settings Daemon"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-
-IUSE="+colord +cups debug elogind input_devices_wacom modemmanager networkmanager smartcard systemd test wayland"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="^^ ( elogind systemd )"
-
-COMMON_DEPEND="
- >=sci-geosciences/geocode-glib-3.10:2
- >=dev-libs/glib-2.70:2
- >=gnome-base/gnome-desktop-3.37.1:3=
- >=gnome-base/gsettings-desktop-schemas-46.0
- >=x11-libs/gtk+-3.15.3:3[X,wayland?]
- >=dev-libs/libgweather-4.2.0:4=
- colord? ( >=x11-misc/colord-1.4.5:= )
- || (
- media-libs/libcanberra-gtk3
- media-libs/libcanberra[gtk3(-)]
- )
- >=app-misc/geoclue-2.3.1:2.0
- >=x11-libs/libnotify-0.7.3
- >=media-libs/libpulse-16.1[glib]
- >=sys-auth/polkit-0.114
- >=sys-power/upower-0.99.12:=
- x11-libs/libX11
- >=x11-libs/libXfixes-6.0.0
- dev-libs/libgudev:=
- wayland? ( dev-libs/wayland )
- input_devices_wacom? (
- >=dev-libs/libwacom-0.7:=
- >=x11-libs/pango-1.20.0
- x11-libs/gdk-pixbuf:2
- )
- smartcard? ( app-crypt/gcr:4= )
- cups? ( >=net-print/cups-1.4[dbus] )
- modemmanager? (
- >=app-crypt/gcr-3.90.0:4=
- >=net-misc/modemmanager-1.0:=
- )
- networkmanager? ( >=net-misc/networkmanager-1.0 )
- media-libs/alsa-lib
- x11-libs/libXi
- x11-libs/libXext
- media-libs/fontconfig
- elogind? ( >=sys-auth/elogind-209 )
- systemd? ( >=sys-apps/systemd-243 )
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-# logind needed for power and session management, bug #464944
-RDEPEND="${COMMON_DEPEND}
- gnome-base/dconf
-"
-# rfkill requires linux/rfkill.h, thus linux-headers dep, not os-headers.
-# If this package wants to work on other kernels, we need to make rfkill conditional instead
-BDEPEND="
- sys-kernel/linux-headers
- dev-util/glib-utils
- dev-util/gdbus-codegen
- ${PYTHON_DEPS}
- test? (
- dev-util/umockdev
- $(python_gen_any_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-dbusmock[${PYTHON_USEDEP}]
- ')
- gnome-base/gnome-session
- )
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/42.1-build-Make-wacom-optional-and-controllable-via-meson.patch
- "${FILESDIR}"/${PN}-3.38.1-build-Allow-NM-optional-on-Linux.patch
- # https://bugs.gentoo.org/937244 , is merged so it should not be needed since 46.1
- "${FILESDIR}"/${P}-add-elogind-support.patch
-)
-
-python_check_deps() {
- if use test; then
- python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" &&
- python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]"
- fi
-}
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- local emesonargs=(
- -Dudev_dir="$(get_udevdir)"
- $(meson_use systemd)
- $(meson_use elogind)
- -Dalsa=true
- -Dgudev=true
- -Dgcr3=false
- $(meson_use colord)
- $(meson_use cups)
- $(meson_use networkmanager network_manager)
- -Drfkill=true
- $(meson_use smartcard)
- $(meson_use input_devices_wacom wacom)
- $(meson_use wayland)
- $(meson_use modemmanager wwan)
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- # Don't auto-suspend by default on AC power
- insinto /usr/share/glib-2.0/schemas
- doins "${FILESDIR}"/org.gnome.settings-daemon.plugins.power.gschema.override
-}
-
-src_test() {
- virtx meson_src_test
-}
-
-pkg_postinst() {
- udev_reload
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- udev_reload
- xdg_pkg_postrm
- gnome2_schemas_update
-}
next reply other threads:[~2025-08-14 13:20 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-14 13:20 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-12 14:37 [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/ Sam James
2025-10-12 14:12 Sam James
2025-10-12 11:32 Sam James
2025-08-14 13:20 Pacho Ramos
2025-07-03 5:29 Sam James
2025-06-25 23:56 Sam James
2025-06-25 23:56 Sam James
2025-01-26 17:32 Pacho Ramos
2025-01-26 17:32 Pacho Ramos
2024-11-04 18:39 Andreas Sturmlechner
2024-08-07 10:50 Pacho Ramos
2024-08-03 14:11 Pacho Ramos
2024-04-20 11:42 Mart Raudsepp
2024-04-17 6:54 Sam James
2024-04-07 6:23 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-03-09 15:35 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-11 8:09 Arthur Zamarin
2023-09-24 9:02 WANG Xuerui
2023-09-16 18:48 Matt Turner
2023-09-10 14:24 Matt Turner
2023-08-12 23:42 Matt Turner
2023-07-27 5:11 WANG Xuerui
2023-05-02 19:19 Arthur Zamarin
2023-05-02 18:52 Arthur Zamarin
2023-05-02 18:14 Arthur Zamarin
2023-04-18 16:02 Matt Turner
2023-03-21 19:08 Matt Turner
2023-03-12 2:01 Matt Turner
2022-10-30 16:34 Matt Turner
2022-10-08 16:52 Arthur Zamarin
2022-10-01 17:16 Matt Turner
2022-09-30 16:52 Matt Turner
2022-09-27 23:55 Matt Turner
2022-08-02 17:52 Pacho Ramos
2022-07-29 2:59 Sam James
2022-07-19 3:20 Matt Turner
2022-07-18 23:41 Sam James
2022-06-01 13:56 Matt Turner
2022-01-22 18:50 Mike Gilbert
2022-01-13 14:22 Mart Raudsepp
2021-12-19 18:15 Mart Raudsepp
2021-12-19 4:53 Matt Turner
2021-11-14 16:38 Mike Gilbert
2021-04-20 14:48 Matt Turner
2021-04-12 23:11 Sam James
2020-12-02 19:59 Mart Raudsepp
2020-12-02 19:59 Mart Raudsepp
2020-07-12 21:32 Mart Raudsepp
2020-03-15 17:38 Mart Raudsepp
2020-02-16 17:28 Mart Raudsepp
2019-12-23 21:26 Mart Raudsepp
2019-09-08 16:51 Mart Raudsepp
2019-03-14 10:26 Mart Raudsepp
2019-03-14 9:35 Mart Raudsepp
2019-03-04 10:56 Mart Raudsepp
2019-03-02 14:28 Mart Raudsepp
2018-09-28 13:51 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-21 8:59 Mart Raudsepp
2018-01-18 2:35 Mikle Kolyada
2017-09-23 21:13 Thomas Deutschmann
2017-08-18 7:50 Gilles Dartiguelongue
2017-07-25 13:36 Alexis Ballier
2017-07-25 12:27 Alexis Ballier
2017-07-15 11:04 Tobias Klausmann
2017-05-28 15:35 Mike Gilbert
2017-05-28 15:25 Mart Raudsepp
2017-05-28 15:25 Mart Raudsepp
2017-03-21 0:23 Mart Raudsepp
2017-03-09 8:15 Mart Raudsepp
2017-02-15 19:43 Mart Raudsepp
2016-10-29 23:15 Mike Gilbert
2016-10-12 7:28 Gilles Dartiguelongue
2016-03-06 17:23 Mikle Kolyada
2015-11-14 13:48 Pacho Ramos
2015-11-14 13:48 Pacho Ramos
2015-08-23 16:01 Gilles Dartiguelongue
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=1755177592.109acabd2cfda97e916ac1bd4730363dfd069847.pacho@gentoo \
--to=pacho@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