diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:51:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:55:56 -0800 |
commit | 980fac15c1e51d06848fc88842008251d3422bc9 (patch) | |
tree | c054bfbfd37dd4676261641e5459eac7e0118087 /x11-apps/xlogo | |
parent | x11-apps/xditview: Version bump to 1.0.5 (diff) | |
download | gentoo-980fac15c1e51d06848fc88842008251d3422bc9.tar.gz gentoo-980fac15c1e51d06848fc88842008251d3422bc9.tar.bz2 gentoo-980fac15c1e51d06848fc88842008251d3422bc9.zip |
x11-apps/xlogo: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlogo')
-rw-r--r-- | x11-apps/xlogo/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlogo/xlogo-1.0.5.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest index cc59cb9250f1..8d34bf8b78f5 100644 --- a/x11-apps/xlogo/Manifest +++ b/x11-apps/xlogo/Manifest @@ -1 +1,2 @@ DIST xlogo-1.0.4.tar.bz2 125967 BLAKE2B 721de083217e420151771fe91b6b52d0f6cbe56427859d79e6ec1d1d1c3c9fbfa1d35015ab364b8c00af66f65aa987aebebfa7fe2738e661d9fd52224906d084 SHA512 cbfcd48425e697950907ddeaec2f06e0607ebf2e93e6799bd263230f036b3021279c2f379de55fae15b403af5f18292caa79159ed544a4a3314b90c85ac9804d +DIST xlogo-1.0.5.tar.bz2 135608 BLAKE2B eeaa9dfdca57bd5b60035dc31981f3b3e390862b5e8f695422505059f657cfe727d491c757e8ef4dba4a913179c92827741f04e3fc6765b0257d63f1382fc69f SHA512 0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b diff --git a/x11-apps/xlogo/xlogo-1.0.5.ebuild b/x11-apps/xlogo/xlogo-1.0.5.ebuild new file mode 100644 index 000000000000..4153dc24bc6e --- /dev/null +++ b/x11-apps/xlogo/xlogo-1.0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="X Window System logo" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXrender + x11-libs/libXext + x11-libs/libXt + x11-libs/libXft + x11-libs/libXaw + x11-libs/libSM + x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" + +XORG_CONFIGURE_OPTIONS="--with-render" |