summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2021-01-15 20:47:22 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-01-16 10:03:00 +0200
commit6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa (patch)
treea20baa4a292cca09c6960203336b27185e7248be /x11-misc
parentx11-misc/libinput-gestures: version bump, move to xdg eclass (diff)
downloadgentoo-6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa.tar.gz
gentoo-6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa.tar.bz2
gentoo-6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa.zip
x11-misc/libinput-gestures: update live ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/19070 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/libinput-gestures/libinput-gestures-9999.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
index e1af99e98ebe..ef3844015c8f 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..9} )
-inherit python-single-r1 xdg-utils
+inherit python-single-r1 xdg
DESCRIPTION="Actions gestures on your touchpad using libinput"
HOMEPAGE="https://github.com/bulletmark/libinput-gestures"
@@ -23,10 +23,10 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- >=dev-libs/libinput-1.8.0
+ dev-libs/libinput
x11-misc/wmctrl
x11-misc/xdotool"
-DEPEND=">=dev-libs/libinput-1.8.0
+DEPEND="dev-libs/libinput
dev-util/desktop-file-utils"
src_prepare() {
@@ -51,7 +51,3 @@ pkg_postinst() {
elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5."
fi
}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}