summaryrefslogtreecommitdiff
path: root/x11-apps/xsetroot
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r--x11-apps/xsetroot/Manifest2
-rw-r--r--x11-apps/xsetroot/xsetroot-1.1.3.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest
index 8b0f3ae2c53b..4f0a6b20e167 100644
--- a/x11-apps/xsetroot/Manifest
+++ b/x11-apps/xsetroot/Manifest
@@ -1,3 +1,5 @@
DIST xsetroot-1.1.2.tar.bz2 129091 BLAKE2B 0bd0615f64c636eaad7ed1b83d49208e9065edf7583bcd7e5d4c5d2f1a1eca4c7692209a540cab823c35497696176f4925afecaaf843610f6e9485cd3724f1cb SHA512 0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b
+DIST xsetroot-1.1.3.tar.xz 123200 BLAKE2B 807c927c8c055877ad83af7559d897daa34f86a9ff70250997cc933065bb24ecb88fac01a62edb59a9c497630dbe351eccedb1f324668153dad67bcb461dd7a9 SHA512 f333d1bfd92bb943044da36331ae2cf68a811c8f3891719d9ebc1749e2dd0c67068f86face0794c3c4ae584c4dd189bad4998dccb38fe1ac37a8921e5713e7c0
EBUILD xsetroot-1.1.2-r1.ebuild 420 BLAKE2B e0f7615fafa6b7a153fe6a94dd934ecce2249c67cc4271f34baaab721588aafdf1be1390b94f08ae5e645002ed8ef0e4196aed55c65b1cab3ab0b74b6067c2a9 SHA512 56c121de543e73c04717306607233a6a717970725cd6d62a9fd758528094b3b7bebe9a46e1f1491aae5dac3cacc840762cc4201a4fb1e664574527023f678d9a
+EBUILD xsetroot-1.1.3.ebuild 452 BLAKE2B 85304b79282684db930c0d5d05886d07201d79f6eb514f170f2c6bd33a562c42540f9a10e5a802a066f5f8bbd0d211b461beb68995aebb2e1663b24b76082d8f SHA512 ae2118398cfce5f629ac8332afd63476f398fc8d800f26d5681307813d35d60e77a4f08e56f51baea83abb1bbf259f0881527411ff4b28254164598a347e8d69
MISC metadata.xml 339 BLAKE2B 56f6030268da9a408d503b75be7f6bec93ecacc5900cdc3effdfd456c2dcad9f6f5942830694c52aa82cb0e6784818d83ee067600b191cc37a7edac3786a92f3 SHA512 abf3560395a5de920a6dad35390023cdd5f98c63aa0efc3faad2322a63428c9c82623b50cff01b0f33b68ceed63816c894d7ef5a48a0c71191a9011354e91100
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"