diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-05 20:31:43 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-05 20:43:16 +0200 |
commit | 9e69842dcf532a98177d3fa4e02da915f4c21d4b (patch) | |
tree | c83da64f428bbf92a462335dff5067c828d24970 /x11-themes | |
parent | sys-kernel/gentoo-sources: Linux patch 4.20.14 (diff) | |
download | gentoo-9e69842dcf532a98177d3fa4e02da915f4c21d4b.tar.gz gentoo-9e69842dcf532a98177d3fa4e02da915f4c21d4b.tar.bz2 gentoo-9e69842dcf532a98177d3fa4e02da915f4c21d4b.zip |
x11-themes/gnome-themes-standard: bump to 3.28
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes-standard/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-standard/Manifest b/x11-themes/gnome-themes-standard/Manifest index 125b0fdcfb56..4be6f2c8af6a 100644 --- a/x11-themes/gnome-themes-standard/Manifest +++ b/x11-themes/gnome-themes-standard/Manifest @@ -1 +1,2 @@ +DIST gnome-themes-extra-3.28.tar.xz 2953272 BLAKE2B 122ff5f1d95086c5cad6818efa79763ab574b7d6792b846198ac7ed5b521747d4357025ebd0ac6b5ea1161bf1dd3482ac2e867822bf863928b05a8486172ba0d SHA512 bccc446e86b12476b86a0fe2e3354500c8fb3eef62a85c3823d69aaa259e032e1f94e7993bf633397b669c425ef42635b0cf17b376f0b7cf1869bb1d7160ede0 DIST gnome-themes-standard-3.22.3.tar.xz 2904736 BLAKE2B bc1dad2f6ce913a40bd532064f590c38e7c3db05a1e0564bbde8bf5d0349ca96a8e0d7e7683a5bd1b22ce404f7f6dc1efeb3a02a9177186c6e6686045451ddf0 SHA512 aa2f3ad4d867732cd09df6adb4f48ed2757e3f28930ef791ba97a82007332c810d84dd1074ca518ec0fe71bd7d8b95404854bd799e3b1fe616e1809e8ee33501 diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild new file mode 100644 index 000000000000..2231a5003a05 --- /dev/null +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME_ORG_MODULE="gnome-themes-extra" + +inherit autotools gnome.org xdg + +DESCRIPTION="Standard Themes for GNOME Applications" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra" + +LICENSE="LGPL-2.1+" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" + +# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose +# their default background image +RDEPEND=" + >=gnome-base/gsettings-desktop-schemas-3.4 +" +DEPEND=" + >=dev-util/intltool-0.40 + sys-devel/gettext + virtual/pkgconfig +" + +PATCHES=( + # Leave build of gtk+:2 engine to x11-themes/gtk-engines-adwaita + "${FILESDIR}"/${PN}-3.22.2-exclude-engine.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-static \ + --disable-gtk2-engine \ + --disable-gtk3-engine \ + GTK_UPDATE_ICON_CACHE=$(type -P true) +} |