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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix indention.

python3 -m install --root ${DESTDIR} --components data_files
vsv input-remapper
}
2 changes: 2 additions & 0 deletions srcpkgs/input-remapper/update

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this required?

The default seems to work just fine.

$ ./xbps-src update-check -v input-remapper 
fetching https://github.com/sezanzeb/input-remapper/info/refs?service=git-upload-pack and scanning with refs/tags/(\Qinput-remapper[-_v]?\K[\d.]+($|(?=^))
already fetched https://github.com/sezanzeb/input-remapper/info/refs?service=git-upload-pack
found version 0.1.0
found version 0.2.0
found version 0.3.0
found version 0.3.1
found version 0.4.0
found version 0.4.1
found version 0.5.0
found version 0.6.0
found version 0.6.1
found version 0.7.0
found version 0.7.1
found version 0.8.0
found version 0.8.1
found version 1.0.0
found version 1.1.0
found version 1.2.0
found version 1.2.1
found version 1.2.2
found version 1.3.0
found version 1.4.0
found version 1.4.1
found version 1.4.2
found version 1.5.0
found version 1.5.1
found version 2.0.0
found version 2.0.1
found version 2.1.0
found version 2.1.1
found version 2.2.0
found version 2.2.1
input-remapper-2.2.0 -> input-remapper-2.2.1

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://github.com/sezanzeb/input-remapper/tags/"
pattern="(?<!tags/)?\K[0-9.]+(?=\.tar\.gz)"
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)"