diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 19:15:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 19:15:28 +0000 |
commit | da6a52f691ef980bab92d003d5df8f463c623af8 (patch) | |
tree | 4d89e0d5915f8a3f57c8f9c17420ba3f7b44b7b2 /x11-apps/xsetroot | |
parent | 80208fb578cf92cc308906660ca6d7860c6b2a1f (diff) |
gentoo resync : 10.03.2018
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.2.ebuild | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest index 826bddeb6349..bc03fbd6eab2 100644 --- a/x11-apps/xsetroot/Manifest +++ b/x11-apps/xsetroot/Manifest @@ -1,3 +1,5 @@ DIST xsetroot-1.1.1.tar.bz2 119977 BLAKE2B 7589dc6014c2f905dce4bc72c4a98096eba38354975c307408e1aeb06e27cafcf64ecda7f8e3a470ac25e41108b3aac688fa9d365a3ab41908a52d8044142712 SHA512 04834a8ca658a4aabe03e62588353102e8019d424e25fab450d48e6fc4ac358df5bb98a850c82c61e2495faabfe54f3d92d9563e77c83ace7fd69c278edbbd64 +DIST xsetroot-1.1.2.tar.bz2 129091 BLAKE2B 0bd0615f64c636eaad7ed1b83d49208e9065edf7583bcd7e5d4c5d2f1a1eca4c7692209a540cab823c35497696176f4925afecaaf843610f6e9485cd3724f1cb SHA512 0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b EBUILD xsetroot-1.1.1.ebuild 422 BLAKE2B 2d7c2d982295c0ebbded7aafaef63946ec0e6816a9fccca82d55ce2b22f2f36bb0c65645e965bcdd18440035b9685e8a2b3d4c5e252d10435335c2f600e95b6e SHA512 fd9b0cad752ad6a93e40a3acaea9cb3a67c63d815a1f859999f63ebe2d999ab26e9fae91c22741af19b30cbfa05bce3639b5ef1213a3e473fe4b16077f7c3af2 +EBUILD xsetroot-1.1.2.ebuild 422 BLAKE2B abf10f4f472fa6415ba31a12c440b91392e872b6075c330e329e07b7a4e230b086892c627bde3e25eeb70d8bf64b787b33ee041357f194202ee32a561e8ca5ad SHA512 d3691145e0e5524fcd63d51c3258d15fdb2041fcb880639e1b971db3a1c97e3a8c0aefeddc2fc9f63707d011011cd5e83599f13deea2dcfbad9f51412ef855ae MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 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}" |