From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/
Date: Sun, 11 May 2025 00:35:47 +0000 (UTC) [thread overview]
Message-ID: <1746922726.c30095db89b4f2c9e5fccfbf3022f797c7223434.sam@gentoo> (raw)
commit: c30095db89b4f2c9e5fccfbf3022f797c7223434
Author: Vladimir Pavljuchenkov <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sat Mar 15 18:30:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 00:18:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30095db
x11-misc/libinput-gestures: add 2.80, python 3.13
Closes: https://bugs.gentoo.org/948613
Closes: https://bugs.gentoo.org/952768
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Part-of: https://github.com/gentoo/gentoo/pull/41092
Closes: https://github.com/gentoo/gentoo/pull/41092
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/libinput-gestures/Manifest | 1 +
.../libinput-gestures-2.80.ebuild | 61 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/x11-misc/libinput-gestures/Manifest b/x11-misc/libinput-gestures/Manifest
index 7cb3b391105d..157729ece358 100644
--- a/x11-misc/libinput-gestures/Manifest
+++ b/x11-misc/libinput-gestures/Manifest
@@ -1 +1,2 @@
DIST libinput-gestures-2.76.tar.gz 28913 BLAKE2B d1c610af1eaf48170c08bea1eb92ce3cc36efc8f8035ea5f00cdf151bfe5c8d14368e4a37f8eb9cca7e59742136ba65909c9a468ba254a78d35dcaba7500ce62 SHA512 001c6c64e9ca52b4a7453837448803c797cc746fac04ad15613aa20a6bb33c44b441c343dfa56f23fa195fc7216a6d6c00a88f13e39481a12654a3a1a6dbdd98
+DIST libinput-gestures-2.80.tar.gz 31583 BLAKE2B a0548352d5b94e4f4f6b2d28f3d30bb99b0250c7451bec40f98ff9ea2d2d89c3a3eab1fb884cda9fe438935033875304d78dd5cd85986b9c5501eb8b05efd443 SHA512 717415dbc9c99e1f53847ebea5c57813a74ea0c9d8f5b112c74b4cdfe143e661eb63088ffc47ceee1acf41506172d327c39b95e8db4727503b2fb9fdf54d9c01
diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.80.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.80.ebuild
new file mode 100644
index 000000000000..111c429ef263
--- /dev/null
+++ b/x11-misc/libinput-gestures/libinput-gestures-2.80.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..14} python3_{13..14}t )
+
+inherit python-single-r1 xdg
+
+DESCRIPTION="Actions gestures on your touchpad using libinput"
+HOMEPAGE="https://github.com/bulletmark/libinput-gestures"
+SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="experimental"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="test"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-libs/libinput
+ x11-misc/wmctrl
+ x11-misc/xdotool"
+DEPEND="dev-libs/libinput
+ dev-util/desktop-file-utils"
+
+src_prepare() {
+ default
+
+ use experimental && eapply "${FILESDIR}/${PN}"-2.76-zombie.patch
+
+ # Fix docdir installation path
+ sed -i "/^DOCDIR/s@\$NAME@${PF}@" libinput-gestures-setup \
+ || die "sed failed for libinput-gestures-setup"
+}
+
+src_compile() { :; }
+
+src_test() {
+ emake test
+}
+
+src_install() {
+ default
+ # Actually respect the python target setting
+ python_doscript "${PN}"
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+
+ elog "You must be in the input group to read the touchpad device."
+
+ if ! has_version x11-libs/gtk+:3 ; then
+ elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3."
+ fi
+ if ! has_version kde-plasma/kde-cli-tools:6 ; then
+ elog "${PN}-setup script supports Plasma via kde-plasma/kde-cli-tools:6."
+ fi
+}
next reply other threads:[~2025-05-11 0:35 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-11 0:35 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-04 11:45 [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/ Andreas Sturmlechner
2024-05-28 1:59 Sam James
2022-07-15 13:08 Sam James
2021-07-08 17:35 Matt Turner
2021-05-31 21:07 Michał Górny
2021-01-16 8:05 Joonas Niilola
2021-01-16 8:05 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2019-11-18 6:14 Joonas Niilola
2019-11-17 8:31 Joonas Niilola
2019-11-17 8:31 Joonas Niilola
2019-11-17 8:31 Joonas Niilola
2019-02-03 14:08 Andreas Sturmlechner
2019-02-03 14:08 Andreas Sturmlechner
2018-12-04 22:37 Michał Górny
2018-12-04 22:37 Michał Górny
2018-11-03 9:04 Michał Górny
2018-11-03 9:04 Michał Górny
2018-10-07 9:31 Michał Górny
2018-10-07 9:31 Michał Górny
2018-06-17 18:44 Andreas Sturmlechner
2018-04-26 7:50 Lars Wendler
2018-04-26 7:50 Lars Wendler
2018-04-26 7:50 Lars Wendler
2018-04-26 7:50 Lars Wendler
2018-02-04 22:49 Patrice Clement
2018-01-04 19:20 Craig Andrews
2017-12-25 13:53 Andreas Sturmlechner
2017-12-25 13:53 Andreas Sturmlechner
2017-07-30 14:55 David Seifert
2017-03-15 21:37 Amy Liffey
2017-01-03 23:14 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1746922726.c30095db89b4f2c9e5fccfbf3022f797c7223434.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox