diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:29:45 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:40:13 -0400 |
commit | 758c0b6f657201582c8d4fd5696baaa36a2876f2 (patch) | |
tree | 4767a35e56d75128c984174613fe1f994a8ba07e /x11-apps | |
parent | x11-apps/xmag: Version bump to 1.0.8 (diff) | |
download | gentoo-758c0b6f657201582c8d4fd5696baaa36a2876f2.tar.gz gentoo-758c0b6f657201582c8d4fd5696baaa36a2876f2.tar.bz2 gentoo-758c0b6f657201582c8d4fd5696baaa36a2876f2.zip |
x11-apps/xwud: Version bump to 1.0.7
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.7.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xwud/Manifest b/x11-apps/xwud/Manifest index 16116fabafa9..f8c6a6d0d601 100644 --- a/x11-apps/xwud/Manifest +++ b/x11-apps/xwud/Manifest @@ -1 +1,2 @@ DIST xwud-1.0.6.tar.xz 126696 BLAKE2B cd272963c7edc71d4d4a0863dacf39a3432f1b344fe90e698d167df1394b7d5f00e3481eaa97fa47d9dd4e18778193b15879fec73746517a4a6ac69b098c1ec3 SHA512 a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9 +DIST xwud-1.0.7.tar.xz 129736 BLAKE2B 890e2c4b81e00d9dda99bbaa5855653fd37640dadbce335783005ddd2dcbd7da597ec7da5cf2ae9c3b0ae9869c907b65624dea0d28b0c8b68c429699dfd93ab0 SHA512 3c910fc170f6f6373d426aa5532bd3ede6d83efab06a77c3a43a92aa9cfae9a5324d5a6ca1dfcc8941be6895b6769b3a7beee8081815000b57f93aa1b4e7c420 diff --git a/x11-apps/xwud/xwud-1.0.7.ebuild b/x11-apps/xwud/xwud-1.0.7.ebuild new file mode 100644 index 000000000000..f15f6ace0379 --- /dev/null +++ b/x11-apps/xwud/xwud-1.0.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |