diff options
| author | kj-sh604 | 2025-09-01 11:47:20 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-09-01 11:47:20 -0400 |
| commit | db466492a1827a1941588075f774730a974a170c (patch) | |
| tree | f088edfdf94c33ac8351ccdbad44212695e2fffc /input-remapper/PKGBUILD | |
| parent | fe8671d43a1b2384945d48536ed1b01c31dbf71e (diff) | |
kj-gitbot: input-remapper/
Diffstat (limited to 'input-remapper/PKGBUILD')
| -rw-r--r-- | input-remapper/PKGBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/input-remapper/PKGBUILD b/input-remapper/PKGBUILD new file mode 100644 index 0000000..86ede5a --- /dev/null +++ b/input-remapper/PKGBUILD @@ -0,0 +1,27 @@ +pkgname=input-remapper +pkgver=2.1.1 +pkgrel=1 +_commit=3b174be31aa5caf440b9079d2fe8dbe909be1049 +pkgdesc="A tool to change and program the mapping of your input device buttons." +arch=('any') +url="https://github.com/sezanzeb/input-remapper/" +license=('GPL3') +depends=('python-gobject' 'python-pydbus' 'python-evdev' 'gtk3' 'python-setuptools' 'gtksourceview4' 'python-pydantic' 'python-cairo' 'python-packaging' 'python-psutil') +optdepends=('xorg-xmodmap: symbol names matching the keyboard layout') +makedepends=('git' 'fakeroot' 'python-setuptools') +conflicts=('key-mapper' 'input-remapper-git' 'input-remapper-bin') +install=input-remapper.install +source=("git+${url}#commit=${_commit}") +sha512sums=('f9e1c726c7cb35fb2c380b863e1476c5283c47579d996574115db453beb274a29165b96f85941d524119056882d15644db8ad34afdd18f0a6d2043c18685e1ab') + +build() { + cd "$srcdir"/"$pkgname" + python3 setup.py build +} + +package() { + cd "$srcdir"/"$pkgname" + python3 setup.py install --root=$pkgdir +} + +# vim: ts=2 sw=2 et: |
