commit:     97df852e4a1d0749aa3a1ae25ccc22f5bde033a6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 23:33:33 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 23:33:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97df852e

gnome-base/gnome-desktop: Version bump to 3.38.4

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-base/gnome-desktop/Manifest                  |  1 +
 .../gnome-desktop/gnome-desktop-3.38.4.ebuild      | 71 ++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/gnome-base/gnome-desktop/Manifest 
b/gnome-base/gnome-desktop/Manifest
index ee158e7b99a..d6aa51c1658 100644
--- a/gnome-base/gnome-desktop/Manifest
+++ b/gnome-base/gnome-desktop/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-desktop-3.36.8.tar.xz 739236 BLAKE2B 
378cf551787863543e30b0e69dd7447a5a9fd1026c3c85f32f140874658f803e6e8d2a82c79a1a9c4aadd08043905f1b0486e900596e855c2650248ac9478d01
 SHA512 
d9a447ec1c34e98d19ed6f5ef7e48f19d89009bd20368e2d731ff0cea30adc2dea6c0293df9b07f39e4573035edd25815ccd7d740f09ba421ebee74b7c8c90a2
 DIST gnome-desktop-3.38.3.tar.xz 745372 BLAKE2B 
d5df6d8bead6f65f655c7fbb65ea07937250318ee1fdc3e15c7d74a6e5933389640a06d162079dfce0137db11ceb67b4d86dcff787ecee9dbbbdf750e7aaa252
 SHA512 
023121316d308d8d69a26bd595657f2d7471da82395c7208cdd642a5e58927d2af05b27b6a0e52eaa10f9fa5a27c1146d5496c042ae3a9cf7e134875d3b2c84f
+DIST gnome-desktop-3.38.4.tar.xz 745168 BLAKE2B 
1d85b176acb6721fb21bc56eef552629a06b059117cc53a5dde9c2c74ae23f624701efed3849e8e7daf21c1fd7622b747b394b6c63ab974371daec14bfb8d9ce
 SHA512 
546fd2bd25d7582ae6cc6aa2beab4221fd246d16640e7d3f0cf9b700732f67a95c4bcb3211b5cb131f151b25923d59aa1ffa114183b6fcb683ad88cb94790e1e

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.38.4.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.38.4.ebuild
new file mode 100644
index 00000000000..6ec27d91925
--- /dev/null
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.38.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Library with common API for various GNOME modules"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/";
+
+LICENSE="GPL-2+ LGPL-2+ FDL-1.1+"
+SLOT="3/19" # subslot = libgnome-desktop-3 soname version
+IUSE="debug gtk-doc +introspection seccomp systemd udev"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+       >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
+       >=x11-libs/gtk+-3.3.6:3[X,introspection?]
+       >=dev-libs/glib-2.53.0:2
+       >=gnome-base/gsettings-desktop-schemas-3.27.0[introspection?]
+       x11-misc/xkeyboard-config
+       app-text/iso-codes
+       systemd? ( sys-apps/systemd:= )
+       udev? (
+               sys-apps/hwids
+               virtual/libudev:= )
+       seccomp? ( sys-libs/libseccomp )
+
+       x11-libs/cairo:=
+       introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${COMMON_DEPEND}
+       media-libs/fontconfig
+"
+RDEPEND="${COMMON_DEPEND}
+       seccomp? ( sys-apps/bubblewrap )
+"
+BDEPEND="
+       app-text/docbook-xml-dtd:4.1.2
+       dev-util/gdbus-codegen
+       gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+       dev-util/itstool
+       >=sys-devel/gettext-0.19.8
+       x11-base/xorg-proto
+       virtual/pkgconfig
+"
+# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from 
xorg-proto
+
+PATCHES=(
+       "${FILESDIR}"/3.32.2-optional-introspection.patch # add introspection 
meson option
+)
+
+src_prepare() {
+       # Don't build manual test programs that will never get run
+       sed -i -e "/'test-.*'/d" libgnome-desktop/meson.build || die
+       xdg_src_prepare
+}
+
+src_configure() {
+       local emesonargs=(
+               -Dgnome_distributor=Gentoo
+               -Ddate_in_gnome_version=true
+               -Ddesktop_docs=true
+               $(meson_use debug debug_tools)
+               $(meson_use introspection)
+               $(meson_feature udev)
+               $(meson_feature systemd)
+               $(meson_use gtk-doc gtk_doc)
+               -Dinstalled_tests=false
+       )
+       meson_src_configure
+}

Reply via email to