From 998675420712d2a90a5b98d7de5e95a102cd4b64 Mon Sep 17 00:00:00 2001 From: Soulful Sailer Date: Sun, 14 Jun 2026 11:19:08 -0500 Subject: [PATCH 1/2] New package: python3-dasbus-1.7 --- srcpkgs/python3-dasbus/template | 13 +++++++++++++ srcpkgs/python3-dasbus/update | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 srcpkgs/python3-dasbus/template create mode 100644 srcpkgs/python3-dasbus/update diff --git a/srcpkgs/python3-dasbus/template b/srcpkgs/python3-dasbus/template new file mode 100644 index 00000000000000..b42b1ca008b9ba --- /dev/null +++ b/srcpkgs/python3-dasbus/template @@ -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 " +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 diff --git a/srcpkgs/python3-dasbus/update b/srcpkgs/python3-dasbus/update new file mode 100644 index 00000000000000..c1874654d5df63 --- /dev/null +++ b/srcpkgs/python3-dasbus/update @@ -0,0 +1,2 @@ +site="https://github.com/dasbus-project/dasbus/tags/" +pattern="(? Date: Sun, 14 Jun 2026 11:19:46 -0500 Subject: [PATCH 2/2] input-remapper: update to 2.2.1. --- srcpkgs/input-remapper/template | 10 ++++++---- srcpkgs/input-remapper/update | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/input-remapper/update diff --git a/srcpkgs/input-remapper/template b/srcpkgs/input-remapper/template index e95fc5c5de36d0..3a0ec4480a615e 100644 --- a/srcpkgs/input-remapper/template +++ b/srcpkgs/input-remapper/template @@ -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 " 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 } diff --git a/srcpkgs/input-remapper/update b/srcpkgs/input-remapper/update new file mode 100644 index 00000000000000..de9bb0d6cbc2f7 --- /dev/null +++ b/srcpkgs/input-remapper/update @@ -0,0 +1,2 @@ +site="https://github.com/sezanzeb/input-remapper/tags/" +pattern="(?