diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-03 19:40:08 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-03 19:57:48 -0500 |
commit | 7d33c189a9007b8e197b11902c41f84053dfe8ba (patch) | |
tree | 835cac139b2b02b39661e075f97ed4798f476503 /x11-apps | |
parent | sci-libs/dcmtk: Apply musl-1.2.4 largefile workaround (diff) | |
download | gentoo-7d33c189a9007b8e197b11902c41f84053dfe8ba.tar.gz gentoo-7d33c189a9007b8e197b11902c41f84053dfe8ba.tar.bz2 gentoo-7d33c189a9007b8e197b11902c41f84053dfe8ba.zip |
x11-apps/editres: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/editres/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/editres/editres-1.0.9.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-apps/editres/Manifest b/x11-apps/editres/Manifest index 75dfb3ed04f4..24e00381599d 100644 --- a/x11-apps/editres/Manifest +++ b/x11-apps/editres/Manifest @@ -1 +1,2 @@ DIST editres-1.0.8.tar.xz 158476 BLAKE2B d0b2ef786e68ed6cf37e06bc776f6d6a104a2da2f68dbe27457e31a11d642d3946cd86667bd3ca2ae952c4fcc7162b86a69064a7dcd00ed16bb3e1f1c29e3e54 SHA512 9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922 +DIST editres-1.0.9.tar.xz 161300 BLAKE2B e7867180dcb0af061a55fd2a86ee6309b3ea7972fb3414d745ba99e183ff3a8fde9dc7c818df3f745f17463949eb18a67270ef340ae7192377637b5d3e6e45e5 SHA512 b1abf32cad8f881b8b98c8b4a3280b09f581fc3a86188e86d5d435801676ec75377d8a636b9479a335c5c2321d358841f1194861913b2c17803758b626517230 diff --git a/x11-apps/editres/editres-1.0.9.ebuild b/x11-apps/editres/editres-1.0.9.ebuild new file mode 100644 index 000000000000..ea388c77f6d5 --- /dev/null +++ b/x11-apps/editres/editres-1.0.9.ebuild @@ -0,0 +1,24 @@ +# 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="a dynamic resource editor for X Toolkit applications" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --with-xkb +) |