summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/gnome-backgrounds/Manifest1
-rw-r--r--x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
index 33cf4ba050fb..cd18ca04712e 100644
--- a/x11-themes/gnome-backgrounds/Manifest
+++ b/x11-themes/gnome-backgrounds/Manifest
@@ -1,2 +1,3 @@
DIST gnome-backgrounds-3.20.tar.xz 16317224 SHA256 d66c6e165e5c16b79ee4ab83102fa73fa20ce4e14191036ee68e8e82cf537127 SHA512 15980fa188025880a963e21182ba3b3fff3ce50351c51e488a1efa2a130cb3f32ebdbbbf76921e00b9a3d2e326cdceb99a710bab1b640c2b3e552e7617eac347 WHIRLPOOL 602aba048694e4e1f444aa565cf65db09309d35990026341f77456464874bf2c60cdac2156fb4cede38b8423109a69342a7988869b256b393793d42508026c9d
DIST gnome-backgrounds-3.22.1.tar.xz 14847496 SHA256 bfc89812b26383b74062c43f6c175b8fce19d4044b42f8bc9de2ab196a6eee25 SHA512 277d65228e2be0211f7ee15aeb3262c7e43c4788fec74ac857beacb414d527eb612f9e2999765e9ecba67ea6e3921dc94605a2934f10b0bb6377ea7f149a5a0c WHIRLPOOL 4bf7917d9eaf596b3391eba8083a5681daf727ac70f08498b987a600bb4b4a572fe8c5c0d1c9e856ef4feb43527ffa8222634fb86a181b5604f15a1a01136534
+DIST gnome-backgrounds-3.23.91.tar.xz 15222660 SHA256 0507d7619b00a0c3030fe86979ff8f4cb87dab117c467d00381ad442530906f5 SHA512 efa6df0d1e21e5b5d1cec64798d92030eb312620f676ca65396b765dec5c1ec2ac3d25e86cee69ef3d9ed53bdec4d78f0547d4c033bdf8b87aefabfc0d3370b4 WHIRLPOOL 0ffec614cd84ac3bb2c085cd5f7c0427b1731ddaa4147ff66129c98970c115eb6d1d663854460787c63f3359c8dbb911908804c62817036d557f83e8d0f2fe6e
diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild
new file mode 100644
index 000000000000..0ee4078d2b63
--- /dev/null
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="!<x11-themes/gnome-themes-standard-3.14"
+DEPEND="
+ >=dev-util/intltool-0.40.0
+ sys-devel/gettext
+"