Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions srcpkgs/input-remapper/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Template file for 'input-remapper'
pkgname=input-remapper
version=2.2.0
version=2.2.1
revision=1
build_style=python3-module
build_style=python3-pep517
hostmakedepends="python3-setuptools gettext"
depends="dbus python3-evdev python3-gobject python3-setuptools python3-psutil python3-pydbus python3-pydantic"
depends="dbus python3-evdev python3-gobject python3-psutil python3-dasbus python3-pydantic python3-packaging python3-cairo"
short_desc="GUI Tool to change the behaviour of your input devices"
maintainer="Soulful Sailer <soulful.sailer@entropic.pro>"
license="GPL-3.0-or-later"
homepage="https://github.com/sezanzeb/input-remapper"
distfiles="https://github.com/sezanzeb/input-remapper/archive/refs/tags/${version}.tar.gz"
checksum=62b44d9589cf256262240cb49667ef5ce63d36f9de50578321f148329d539a2d
checksum=6ad3d58829e29f2943cbc874b910a94e699428547240f3e5b2a4acbd34e62d2f

post_install() {
# copies data files (bin, desktop, icons, ect) to their install location
python3 -m install --root ${DESTDIR} --components data_files
vsv input-remapper
}
13 changes: 13 additions & 0 deletions srcpkgs/python3-dasbus/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Template file for 'python3-dasbus'
pkgname=python3-dasbus
version=1.7
revision=1
build_style=python3-pep517
hostmakedepends="hatchling python3-setuptools"
depends="python3-gobject"
short_desc="DBus library in Python 3"
maintainer="Soulful Sailer <soulful.sailer@entropic.pro>"
license="LGPL-2.1-or-later"
homepage="https://dasbus.readthedocs.io/"
distfiles="https://github.com/dasbus-project/dasbus/releases/download/v${version}/dasbus-${version}.tar.gz"
checksum=a8850d841adfe8ee5f7bb9f82cf449ab9b4950dc0633897071718e0d0036b6f6
2 changes: 2 additions & 0 deletions srcpkgs/python3-dasbus/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://github.com/dasbus-project/dasbus/tags/"
pattern="(?<!tags/)v?\K[0-9.]+(?=\.tar\.gz)"