commit:     185936aec44fa0ca7eead3502bd355e95b68e0e6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 11:08:49 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 12:07:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185936ae

gnome-base/dconf-editor: add 49.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-base/dconf-editor/Manifest                 |  1 +
 gnome-base/dconf-editor/dconf-editor-49.0.ebuild | 43 ++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
index 155ffea83ace..cb25a7fffe85 100644
--- a/gnome-base/dconf-editor/Manifest
+++ b/gnome-base/dconf-editor/Manifest
@@ -1,2 +1,3 @@
 DIST dconf-editor-3.38.3.tar.xz 594544 BLAKE2B 
0455fc01be96bccec9a9799c5bf23e9fe58cb34d32899a119753f58f5bc2f03acb96ff0eeba131cd8c0ea130e3afad16e4fadb23601510b618bf7a3d5a1664a3
 SHA512 
cf00705c1e11eab980777b9696fbaaa0f5f8a8118276f2add4f4fcefe5aab46844a539539418ce61f285e65623179a9d63cc18a91339b70b5e7c9408c697e9d1
 DIST dconf-editor-45.0.1.tar.xz 608576 BLAKE2B 
1a444022301b5e3140cc1f59c87c49efa830e09a2004b89ee1b05bf141a116bdac26d42fd791e2dfb1f8c864412c1cd43c9ce413e943d069882fb32491196bd9
 SHA512 
7daa25cabcce9a51be549491b3809c023d25bf85384e45d0dd0c9624760de36bd26bd0a6ae4f4bad3d0e40834d453e826ab672f8981974487e893c53ae19c2ea
+DIST dconf-editor-49.0.tar.xz 652952 BLAKE2B 
1cd34cb8251b7de5b552692b9b1170a7486f4288bfba93ce46dc369be3023eef53c49682f4c0a1059b1b9f75675d90f1dde382b32f3e43ee41e4160feeaf71e2
 SHA512 
8f5fe673e327b4e56209cba79b1277cee2043655afe19717617896c2196e4fc05d3e50a09c333c95db7b386e2cce1f660a849acba994a25feedd06f8a2b10de1

diff --git a/gnome-base/dconf-editor/dconf-editor-49.0.ebuild 
b/gnome-base/dconf-editor/dconf-editor-49.0.ebuild
new file mode 100644
index 000000000000..dd1f42ecafda
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-49.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor";
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+       >=gnome-base/dconf-0.26.1
+       >=dev-libs/glib-2.55.1:2
+       >=x11-libs/gtk+-3.22.27:3
+       >=gui-libs/libhandy-1.6.0:1[vala]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       $(vala_depend)
+       dev-libs/libxml2:2
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+src_prepare() {
+       default
+       vala_setup
+       xdg_environment_reset
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to