summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2020-07-21 22:22:14 +0200
committerhaarp <main.haarp@gmail.com>2020-07-21 22:22:14 +0200
commit3ec586d130abbb97f9e88fa2ef3b39d2a6ee152d (patch)
tree634ccfd98df142c908730497bc0d5141119c5753 /x11-misc
parentOh, birdtray is in the Gentoo repo now! (diff)
downloadhaarp-3ec586d130abbb97f9e88fa2ef3b39d2a6ee152d.tar.gz
haarp-3ec586d130abbb97f9e88fa2ef3b39d2a6ee152d.tar.bz2
haarp-3ec586d130abbb97f9e88fa2ef3b39d2a6ee152d.zip
Add gestures (uses libinput-gestures)
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gestures/Manifest2
-rw-r--r--x11-misc/gestures/gestures-0.2.2.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/gestures/Manifest b/x11-misc/gestures/Manifest
new file mode 100644
index 0000000..7827900
--- /dev/null
+++ b/x11-misc/gestures/Manifest
@@ -0,0 +1,2 @@
+DIST gestures-0.2.2.tar.bz2 21874 BLAKE2B 328d307606568192a4ae414c7dba65ec1f4d273e8af1bc6d04ef2940e3340fdabca528070c5b58b8d8bdc46f64df1eeda9264e10f692499b193c05d67be88fd1 SHA512 77ee4eab407e08629e72fd047c90ad3fa8440e968e58ce0d231182da97d036145e38d3369a90a5854cec135cebef8b5b61218027e2293115899f932869ef71c2
+EBUILD gestures-0.2.2.ebuild 488 BLAKE2B a350ab07be638ba4ca5c319bc3e2b2625b2efd034cc978dd146bb6d86162d57cc952569de1d47edc1a864d6814546834a466724fe7c2c3072c4613950edb9777 SHA512 d024568edc923e897e18164ee744ff4ff0940633dcad48dedd4d2e2dac10fca42f27935533939fd4128f65977799fe208ce8ab01cbc3cd9dd2030c05ba960d15
diff --git a/x11-misc/gestures/gestures-0.2.2.ebuild b/x11-misc/gestures/gestures-0.2.2.ebuild
new file mode 100644
index 0000000..2165d0c
--- /dev/null
+++ b/x11-misc/gestures/gestures-0.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_7,3_8} )
+
+##inherit python-r1
+inherit distutils-r1
+
+DESCRIPTION="Modern, minimal GUI app for libinput-gestures"
+HOMEPAGE="https://gitlab.com/cunidev/gestures"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="https://gitlab.com/cunidev/gestures/-/archive/${PV}/${P}.tar.bz2"
+
+RDEPEND="dev-python/pygobject
+ x11-misc/libinput-gestures"