diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:35:24 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:57:54 -0700 |
commit | 7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7 (patch) | |
tree | 9ce5e8a5525943a9d3c3ea952556f076196d453c /x11-apps | |
parent | x11-apps/xpr: Version bump to 1.1.0 (diff) | |
download | gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.tar.gz gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.tar.bz2 gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.zip |
x11-apps/xwud: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwud/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xwud/xwud-1.0.6.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xwud/Manifest b/x11-apps/xwud/Manifest index 0afae32bda49..65b8fabe3780 100644 --- a/x11-apps/xwud/Manifest +++ b/x11-apps/xwud/Manifest @@ -1 +1,2 @@ DIST xwud-1.0.5.tar.bz2 133376 BLAKE2B 27ce8251ae2a2a87393655e1824121dd54f75839a8066405299e9052bf2c55c6946cd686f285dca1d7339029d8ca8b94e4adb3efb485b42bd347db212b12858d SHA512 27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184 +DIST xwud-1.0.6.tar.xz 126696 BLAKE2B cd272963c7edc71d4d4a0863dacf39a3432f1b344fe90e698d167df1394b7d5f00e3481eaa97fa47d9dd4e18778193b15879fec73746517a4a6ac69b098c1ec3 SHA512 a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9 diff --git a/x11-apps/xwud/xwud-1.0.6.ebuild b/x11-apps/xwud/xwud-1.0.6.ebuild new file mode 100644 index 000000000000..ad59e9402ee0 --- /dev/null +++ b/x11-apps/xwud/xwud-1.0.6.ebuild @@ -0,0 +1,15 @@ +# 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="image displayer for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |