diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-03 21:55:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-03 22:27:20 +0200 |
commit | 5ab2b163edbd5ce00d8449ee1dff76a66ef959f7 (patch) | |
tree | 86d8674abf76f1ac0fdda89d13e79bd0b3e3388e /x11-misc/xcalib/xcalib-0.10.ebuild | |
parent | x11-themes/oxygen-gtk: EAPI-7 bump, fix HOMEPAGE (diff) | |
download | gentoo-5ab2b163edbd5ce00d8449ee1dff76a66ef959f7.tar.gz gentoo-5ab2b163edbd5ce00d8449ee1dff76a66ef959f7.tar.bz2 gentoo-5ab2b163edbd5ce00d8449ee1dff76a66ef959f7.zip |
x11-misc/xcalib: 0.10 version bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/xcalib/xcalib-0.10.ebuild')
-rw-r--r-- | x11-misc/xcalib/xcalib-0.10.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild new file mode 100644 index 000000000000..67cb6f0ee2ba --- /dev/null +++ b/x11-misc/xcalib/xcalib-0.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="Tiny monitor calibration loader for X.org" +HOMEPAGE="https://github.com/OpenICC/xcalib" +SRC_URI="https://github.com/OpenICC/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr + x11-libs/libXxf86vm +" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/libXext +" |