From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34F9913835A for ; Sat, 16 Jan 2021 08:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE19E085E; Sat, 16 Jan 2021 08:05:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ED88E085E for ; Sat, 16 Jan 2021 08:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71AE3340C3F for ; Sat, 16 Jan 2021 08:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B00444A8 for ; Sat, 16 Jan 2021 08:05:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1610784180.6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/libinput-gestures/libinput-gestures-9999.ebuild X-VCS-Directories: x11-misc/libinput-gestures/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa X-VCS-Branch: master Date: Sat, 16 Jan 2021 08:05:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdd18ddc-b992-4f31-9af6-7caf8960ef80 X-Archives-Hash: e12d094207464f0f7642230bfdce345b commit: 6c7e5dd6dbbf4221ad530cc70c835c09d58d3efa Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Fri Jan 15 18:47:22 2021 +0000 Commit: Joonas Niilola gentoo 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.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/19070 Signed-off-by: Joonas Niilola 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 -}