commit:     ac02b5e953cba6508290907d1090f82bac04dff4
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Wed Jan 28 04:29:45 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 00:40:31 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac02b5e9

sys-apps/xdg-desktop-portal-xapp: drop 1.1.1

Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Part-of: https://github.com/gentoo/gentoo/pull/45857
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/xdg-desktop-portal-xapp/Manifest          |  1 -
 ...rtal-xapp-1.1.1-fix-accent-color-settings.patch | 24 ------------
 .../xdg-desktop-portal-xapp-1.1.1.ebuild           | 43 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/sys-apps/xdg-desktop-portal-xapp/Manifest 
b/sys-apps/xdg-desktop-portal-xapp/Manifest
index f0f377245a2f..6152f3e1a9d7 100644
--- a/sys-apps/xdg-desktop-portal-xapp/Manifest
+++ b/sys-apps/xdg-desktop-portal-xapp/Manifest
@@ -1,3 +1,2 @@
-DIST xdg-desktop-portal-xapp-1.1.1.tar.gz 91685 BLAKE2B 
e0584dba481bb24ba190c991f8665c752002f20d8c1391d28380ab0beb78a35354add6807406a8c77e9ea530616ed10c195a567f1f0a5d46e6cbe0765c5a515e
 SHA512 
450f267c5f3e9db7459af74ac02bed33d7369fae6648b6ac8bfc2e0ff5181a1320945dbd46084430a188b846fa5509dd799228cba67a48884f1c13b1b03cc922
 DIST xdg-desktop-portal-xapp-1.1.2.tar.gz 91778 BLAKE2B 
da5b20a02b4d8ef966de2a076eb7bc2ebcc6bdbcec97d5d49519c1b3426874e7f64220e9321738a2a279659cbc8462f6f1097b127aa38a1b0f48414e58620c4b
 SHA512 
28463daf76f591fc0fb62569915b6329774f94d62bde84657ea45eaa245b7fa343389b9c99628f9dcafeace60861c3b25ee2c1005436b4813a987a466e622c4c
 DIST xdg-desktop-portal-xapp-1.1.3.tar.gz 91948 BLAKE2B 
bec3a27c6c0cd42c8f83088c60c78a4eba5ab0cf5b868bbd3a37c2ce99ae30cd60b5120617a1f6afdcc80b3e97f367badae60fd0ff607dc51e760ac404baefd7
 SHA512 
78efd97af1db8bebab1f3dbd97f0523d5fadaa27df1c27abb80fb859f153ab05f417a84091a42032cb0fca2adf541be7ce2f6a12872eeec2a08eca17247cb217

diff --git 
a/sys-apps/xdg-desktop-portal-xapp/files/xdg-desktop-portal-xapp-1.1.1-fix-accent-color-settings.patch
 
b/sys-apps/xdg-desktop-portal-xapp/files/xdg-desktop-portal-xapp-1.1.1-fix-accent-color-settings.patch
deleted file mode 100644
index 22f5f7500db8..000000000000
--- 
a/sys-apps/xdg-desktop-portal-xapp/files/xdg-desktop-portal-xapp-1.1.1-fix-accent-color-settings.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 326aadd4972d62a3ebccb93ad5c028977ce4ac95 Mon Sep 17 00:00:00 2001
-From: Michael Webster <[email protected]>
-Date: Wed, 21 May 2025 14:58:32 -0400
-Subject: [PATCH] settings.c: Fix ACCENT_COLOR_DEF.
-
-This was keeping settings from being accessed when switching
-to an unsupported gtk theme.
----
- src/settings.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/settings.c b/src/settings.c
-index f09e498..f57efa5 100644
---- a/src/settings.c
-+++ b/src/settings.c
-@@ -88,7 +88,7 @@ static const SettingDefinition setting_defs[] = {
-     { "org.freedesktop.appearance", "color-scheme", 
XAPP_PORTAL_INTERFACE_SCHEMA,   "color-scheme",     get_color_scheme },
-     { "org.freedesktop.appearance", "accent-color", 
XAPP_PORTAL_INTERFACE_SCHEMA,   "accent-rgb",       get_accent_color }
- };
--#define ACCENT_COLOR_DEF 3
-+#define ACCENT_COLOR_DEF 2
- 
- static gboolean
- namespace_matches (const char         *namespace,

diff --git 
a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.1.1.ebuild 
b/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.1.1.ebuild
deleted file mode 100644
index 800465926083..000000000000
--- a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson systemd
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal using 
Cinnamon/MATE/Xfce"
-HOMEPAGE="https://github.com/linuxmint/xdg-desktop-portal-xapp/";
-SRC_URI="https://github.com/linuxmint/xdg-desktop-portal-xapp/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
-
-DEPEND="
-       >=dev-libs/glib-2.44:2
-       >=sys-apps/xdg-desktop-portal-1.5
-       x11-libs/gtk+:3
-"
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal-gtk
-       >=x11-libs/xapp-2.8.9
-"
-BDEPEND="
-       >=dev-util/gdbus-codegen-2.80.5-r1
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       # Fix accent color settings
-       # 
https://github.com/linuxmint/xdg-desktop-portal-xapp/commit/326aadd4972d62a3ebccb93ad5c028977ce4ac95
-       "${FILESDIR}/${PN}-${PV}-fix-accent-color-settings.patch"
-)
-
-src_configure() {
-       local emesonargs=(
-               -Dsystemduserunitdir="$(systemd_get_userunitdir)"
-       )
-       meson_src_configure
-}

Reply via email to