summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-12 15:44:54 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-12 16:54:03 -0700
commit07eb294668a52186a947e5f4702f04a13a6d916e (patch)
tree89756f7193bfa05c412334fb91e09526a3075a27 /x11-apps/xrefresh/xrefresh-1.0.7.ebuild
parentx11-apps/xmessage: Version bump to 1.0.6 (diff)
downloadgentoo-07eb294668a52186a947e5f4702f04a13a6d916e.tar.gz
gentoo-07eb294668a52186a947e5f4702f04a13a6d916e.tar.bz2
gentoo-07eb294668a52186a947e5f4702f04a13a6d916e.zip
x11-apps/xrefresh: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrefresh/xrefresh-1.0.7.ebuild')
-rw-r--r--x11-apps/xrefresh/xrefresh-1.0.7.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xrefresh/xrefresh-1.0.7.ebuild b/x11-apps/xrefresh/xrefresh-1.0.7.ebuild
new file mode 100644
index 000000000000..58d4971c8e0b
--- /dev/null
+++ b/x11-apps/xrefresh/xrefresh-1.0.7.ebuild
@@ -0,0 +1,14 @@
+# 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="refresh all or part of an X screen"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"