diff options
-rw-r--r-- | x11-apps/xsetroot/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.2.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest index 6f60a548007a..213b1ef5453d 100644 --- a/x11-apps/xsetroot/Manifest +++ b/x11-apps/xsetroot/Manifest @@ -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 index 000000000000..dd0ecf2d07ca --- /dev/null +++ b/x11-apps/xsetroot/xsetroot-1.1.2.ebuild @@ -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}" |