commit: 6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua> AuthorDate: Fri Jan 15 18:47:22 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 08:03:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7e5dd6
x11-misc/libinput-gestures: update live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/19070 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 14 +++++--------- 1 file 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 e1af99e98eb..ef3844015c8 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 -}
