summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-06-19 13:44:11 -0400
committerMatt Turner <mattst88@gentoo.org>2024-06-19 13:46:40 -0400
commit985e76f8d5a3717b520ec8e76f2dd48220a2365f (patch)
treeec14119f1fc63b1109ee6dce56891822da95801c /x11-apps
parentdev-python/diskcache: Fix variable order (diff)
downloadgentoo-985e76f8d5a3717b520ec8e76f2dd48220a2365f.tar.gz
gentoo-985e76f8d5a3717b520ec8e76f2dd48220a2365f.tar.bz2
gentoo-985e76f8d5a3717b520ec8e76f2dd48220a2365f.zip
x11-apps/appres: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/appres/Manifest1
-rw-r--r--x11-apps/appres/appres-1.0.7.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index d8e7db77728f..50437ac51f93 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1 +1,2 @@
DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
+DIST appres-1.0.7.tar.xz 120780 BLAKE2B f0a958f1c035c90f3db56127e6218be013b00ae5403bd531e7f393c63ff2a303e05a8b36e1819a7fa1d3e57e8978df16b316c354554e6a5eb9ac91a6c28a0e54 SHA512 5948f869124dd7160ffe109b0fc7ccdca45c3b3f551a382a0bcf2c2af9e3832b0d4451e2868ca93a38de8e8e2caf1946ac72936b3256e99a32437d0ddd937a60
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
new file mode 100644
index 000000000000..9a3d8bd4d421
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -0,0 +1,17 @@
+# 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="list X application resource database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"