Skip to content

Commit

Permalink
fix(x11-misc/libinput-gestures): version bump to 2.76, drop old
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderX committed May 4, 2024
1 parent a5d8601 commit 2d94f75
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 29 deletions.
2 changes: 1 addition & 1 deletion x11-misc/libinput-gestures/Manifest
@@ -1 +1 @@
DIST libinput-gestures-2.74.tar.gz 28956 BLAKE2B de020b27b0614084c1facabc8fb3b700c7fb10bc9b1d9e5f0f2e4d436ce7f32ce9a45d636e87044631e7eccaa5bd41746a970b46044bcdfed2ea06fd7dedbe57 SHA512 99231925dc3832521b86192efdfdec17c27794cd1261c91c083704a23e56cb56e6297d056f3f3cdefe3b727f3838d5781810214154a608f7ec53c64eefe05e35
DIST libinput-gestures-2.76.tar.gz 28913 BLAKE2B d1c610af1eaf48170c08bea1eb92ce3cc36efc8f8035ea5f00cdf151bfe5c8d14368e4a37f8eb9cca7e59742136ba65909c9a468ba254a78d35dcaba7500ce62 SHA512 001c6c64e9ca52b4a7453837448803c797cc746fac04ad15613aa20a6bb33c44b441c343dfa56f23fa195fc7216a6d6c00a88f13e39481a12654a3a1a6dbdd98

This file was deleted.

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..12} )

inherit python-single-r1 xdg

Expand All @@ -14,8 +14,8 @@ SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
IUSE="experimental"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"

RDEPEND="${PYTHON_DEPS}
Expand All @@ -25,10 +25,6 @@ RDEPEND="${PYTHON_DEPS}
DEPEND="dev-libs/libinput
dev-util/desktop-file-utils"

PATCHES=(
"${FILESDIR}/${PN}"-2.73-python-39-tests.patch
)

src_prepare() {
default

Expand Down
13 changes: 5 additions & 8 deletions x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
@@ -1,20 +1,19 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..12} )
EGIT_REPO_URI="https://github.com/bulletmark/${PN}.git"

inherit git-r3 python-single-r1 xdg

DESCRIPTION="Actions gestures on your touchpad using libinput"
HOMEPAGE="https://github.com/bulletmark/libinput-gestures"
SRC_URI=""

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
IUSE="experimental"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"

Expand All @@ -25,13 +24,11 @@ RDEPEND="${PYTHON_DEPS}
DEPEND="dev-libs/libinput
dev-util/desktop-file-utils"

PATCHES=(
"${FILESDIR}/${PN}"-2.73-python-39-tests.patch
)

src_prepare() {
default

use experimental && eapply "${FILESDIR}/${P}"-zombie.patch

# Fix docdir installation path
sed -i "/^DOCDIR/s@\$NAME@${PF}@" libinput-gestures-setup \
|| die "sed failed for libinput-gestures-setup"
Expand Down

0 comments on commit 2d94f75

Please sign in to comment.