summaryrefslogtreecommitdiff
path: root/x11-apps/xinput_calibrator
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /x11-apps/xinput_calibrator
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'x11-apps/xinput_calibrator')
-rw-r--r--x11-apps/xinput_calibrator/Manifest2
-rw-r--r--x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild (renamed from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild)19
2 files changed, 10 insertions, 11 deletions
diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest
index 08775f62d0a1..e5bc4baa31ae 100644
--- a/x11-apps/xinput_calibrator/Manifest
+++ b/x11-apps/xinput_calibrator/Manifest
@@ -1,3 +1,3 @@
DIST xinput_calibrator-0.7.5.tar.gz 355313 BLAKE2B 72c6b2f1b2cf4d5baaba27827e870adb52c4a51004a9a3f51376c5e30560b26abe6e83a94ae2e308a01dca3204a1938d888d40cad793cce50c1d9acea9f507b3 SHA512 dc022f4de6d7b57912373a571ef0598c7b9d91cdbc3f63bb2b32c6149e43f67eaf820dc0289349d527314381d5195cf8891f6bcb9847110662dd75875f76b9de
-EBUILD xinput_calibrator-0.7.5-r1.ebuild 733 BLAKE2B 843320ced66cf3883d4eaca06b851a144936ad9f0b8381c7c78cd46ce8ed18ebc59aeaccd4e421cc7a964134081640ec09d29300120d7599f18d9cac8a66a037 SHA512 00a9130509313ecc73171f18ef6aec5ec5ddef785794e644b44c66d5d8b9d4d9391759f938530d6f7a9fadc7e9c481e7b85546db289716d527551e109bea1810
+EBUILD xinput_calibrator-0.7.5-r2.ebuild 638 BLAKE2B fb71f6c2669d13d8d99bf53889d258da5a5df152ae6a44ea5db998ebe33331f3b7fdf9bd12986ad6d0499ca33761e74007e0da9e27219f81eaa68a31f244e316 SHA512 c80d656103dc1db39d04c04ebbfbcadde634a720c3f44db836f2cd592029521970e2c6864de96a292a3b5bba7922d2f436cf4bf6221861694a7e3788551e8d65
MISC metadata.xml 234 BLAKE2B b45f6795dbd73dfcee2a68f93ec5460509b15a69401467bc8f4af9505eeb04a2aa35a2b144eb88781df4abd4e15d2b88fc728daf033c6d646762170ffb00b1a7 SHA512 fabcd59aeede4ac93d66552746edacc44fd565551aafaca67185aff7f8e6a4c0fa21f3d54e4fccd7def948ec57b90489631bd779fb992cd9322132b0a3aa503b
diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
index a2641d8d82db..7a3d3101534e 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools-utils flag-o-matic
+EAPI=7
+inherit flag-o-matic
DESCRIPTION="A generic touchscreen calibration program for X.Org"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
@@ -10,22 +10,21 @@ SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="gtk"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
- x11-libs/libXrandr
- gtk? ( dev-cpp/gtkmm:2.4 )"
+ x11-libs/libXrandr"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
src_configure() {
append-cxxflags -std=c++11 #566594
- local myeconfargs=(
- --with-gui=$(use gtk && echo "gtkmm" || echo "x11")
+ local myconf=(
+ --with-gui=x11
)
- autotools-utils_src_configure
+ econf "${myconf[@]}"
}