x11-apps/xsetroot: Version bump to 1.1.2
authorMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 05:59:01 +0000 (21:59 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 06:02:33 +0000 (22:02 -0800)
x11-apps/xsetroot/Manifest
x11-apps/xsetroot/xsetroot-1.1.2.ebuild [new file with mode: 0644]

index 6f60a548007addc358b264712324649c7383eafe..213b1ef5453d8209dc940cd54e32350153efb82e 100644 (file)
@@ -1 +1,2 @@
 DIST xsetroot-1.1.1.tar.bz2 119977 BLAKE2B 7589dc6014c2f905dce4bc72c4a98096eba38354975c307408e1aeb06e27cafcf64ecda7f8e3a470ac25e41108b3aac688fa9d365a3ab41908a52d8044142712 SHA512 04834a8ca658a4aabe03e62588353102e8019d424e25fab450d48e6fc4ac358df5bb98a850c82c61e2495faabfe54f3d92d9563e77c83ace7fd69c278edbbd64
+DIST xsetroot-1.1.2.tar.bz2 129091 BLAKE2B 0bd0615f64c636eaad7ed1b83d49208e9065edf7583bcd7e5d4c5d2f1a1eca4c7692209a540cab823c35497696176f4925afecaaf843610f6e9485cd3724f1cb SHA512 0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b
diff --git a/x11-apps/xsetroot/xsetroot-1.1.2.ebuild b/x11-apps/xsetroot/xsetroot-1.1.2.ebuild
new file mode 100644 (file)
index 0000000..dd0ecf2
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xsetroot application"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+RDEPEND="x11-libs/libXmu
+       x11-libs/libX11
+       x11-misc/xbitmaps
+       x11-libs/libXcursor"
+DEPEND="${RDEPEND}"