diff options
Diffstat (limited to 'x11-themes/gnome-themes-standard')
-rw-r--r-- | x11-themes/gnome-themes-standard/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild | 44 |
2 files changed, 46 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-standard/Manifest b/x11-themes/gnome-themes-standard/Manifest index df090e2392a7..aff4f9245ef9 100644 --- a/x11-themes/gnome-themes-standard/Manifest +++ b/x11-themes/gnome-themes-standard/Manifest @@ -1,5 +1,7 @@ AUX gnome-themes-standard-3.14.2.3-srcdir.patch 1081 BLAKE2B 5c5569b531d9191ebd2302be679f2c277036dbeb403466c990292e53c0514db5ef5d5d93e659255a16d4114da83f4f389c73848fa2665a5ea100fac1220f99bc SHA512 9b7d404aa13d56c77f1dc1098e72594ed3613b3ab293570e7f9cd1c165eef6fc14e703912ed24dec9724e659ec2b6a66bf46f0e230d02f0295bbc0ff24bc0a1b AUX gnome-themes-standard-3.22.2-exclude-engine.patch 1893 BLAKE2B 416f89fb438ced13d04ed94cb7a8504fd0cf664bd61a8a30e703f8c0e9afb16407c34ed14dcb395f9c9a4d19d3d90c1d73f2a64f2acb3de34b6d9ba6a649afe8 SHA512 9b7f4efdce158485850e12566dce91a7b3494bae8191bcacb581a737dde15bcce9b10af8f28ab920605e86008744ad380312f26fc3d624bada910599501159f9 +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 EBUILD gnome-themes-standard-3.22.3-r1.ebuild 1218 BLAKE2B 98bc013cf00e4959289928fc342dedd95cf7caa77bde5d29ee76649b94768004272893756ad6e7e5cfe7871f0ea20949031f97d935150393850725f45275d885 SHA512 e649199dedf053cfe3c44eeb937cfcc8321e21538a1ad11bc3d04f41f37a5a7bd445e5ccd10dd7ae6f20fae55016c4bcab0aec1362b30341c9e59a8cdf0fbd40 +EBUILD gnome-themes-standard-3.28.ebuild 1070 BLAKE2B 7b0d14620a91cf73dfd481ab23c5b11434a8f93df935f378baa5a58a384edf5a76bcf0ae2a1c550c0a6f5e7ed5aab7709ffe959968db4a3ace5a4a18a8f690b7 SHA512 8b105bdd16e467ba57471fc03029d06d0e6f251b086227e208cc53ad2b2f959ac2a1c6375654c2b99b8b369770ca638f2cf7683073fbce959dcba191fc0a4567 MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 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) +} |