1. replace gnome2-utils by xdg-utils
2. EAPI 7
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/13168
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_{5..7} )
-inherit gnome2-utils python-single-r1
+inherit python-single-r1 xdg-utils
DESCRIPTION="Actions gestures on your touchpad using libinput"
HOMEPAGE="https://github.com/bulletmark/libinput-gestures"
src_test() { :; }
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
elog "You must be in the input group to read the touchpad device."
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}