diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-03 19:53:49 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-03 19:57:50 -0500 |
commit | 56c1d992571db325e3beda3ab0b0dd81f100de78 (patch) | |
tree | 6d28f551916cfc10c0d535d2e9d3ac0f452ffeac /x11-apps/xrefresh/xrefresh-1.1.0.ebuild | |
parent | x11-apps/xpr: Version bump to 1.2.0 (diff) | |
download | gentoo-56c1d992571db325e3beda3ab0b0dd81f100de78.tar.gz gentoo-56c1d992571db325e3beda3ab0b0dd81f100de78.tar.bz2 gentoo-56c1d992571db325e3beda3ab0b0dd81f100de78.zip |
x11-apps/xrefresh: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrefresh/xrefresh-1.1.0.ebuild')
-rw-r--r-- | x11-apps/xrefresh/xrefresh-1.1.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xrefresh/xrefresh-1.1.0.ebuild b/x11-apps/xrefresh/xrefresh-1.1.0.ebuild new file mode 100644 index 000000000000..31d72859b771 --- /dev/null +++ b/x11-apps/xrefresh/xrefresh-1.1.0.ebuild @@ -0,0 +1,14 @@ +# 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="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" |