diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-28 22:25:49 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-28 22:54:34 -0400 |
commit | 4728e3e26d67fbf077ef9daa9d779414d4d16c9c (patch) | |
tree | 3121a53eb89b547ada50e777f9f109f98466aaa4 /x11-apps/xsetroot | |
parent | dev-games/clanlib: Update dependency (diff) | |
download | gentoo-4728e3e26d67fbf077ef9daa9d779414d4d16c9c.tar.gz gentoo-4728e3e26d67fbf077ef9daa9d779414d4d16c9c.tar.bz2 gentoo-4728e3e26d67fbf077ef9daa9d779414d4d16c9c.zip |
x11-apps/xsetroot: Version bump to 1.1.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.3.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest index e02cccc9beff..252d167d8000 100644 --- a/x11-apps/xsetroot/Manifest +++ b/x11-apps/xsetroot/Manifest @@ -1 +1,2 @@ DIST xsetroot-1.1.2.tar.bz2 129091 BLAKE2B 0bd0615f64c636eaad7ed1b83d49208e9065edf7583bcd7e5d4c5d2f1a1eca4c7692209a540cab823c35497696176f4925afecaaf843610f6e9485cd3724f1cb SHA512 0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b +DIST xsetroot-1.1.3.tar.xz 123200 BLAKE2B 807c927c8c055877ad83af7559d897daa34f86a9ff70250997cc933065bb24ecb88fac01a62edb59a9c497630dbe351eccedb1f324668153dad67bcb461dd7a9 SHA512 f333d1bfd92bb943044da36331ae2cf68a811c8f3891719d9ebc1749e2dd0c67068f86face0794c3c4ae584c4dd189bad4998dccb38fe1ac37a8921e5713e7c0 diff --git a/x11-apps/xsetroot/xsetroot-1.1.3.ebuild b/x11-apps/xsetroot/xsetroot-1.1.3.ebuild new file mode 100644 index 000000000000..20fa90f1a7dc --- /dev/null +++ b/x11-apps/xsetroot/xsetroot-1.1.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org xsetroot application" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXmu + x11-misc/xbitmaps" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |