Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / keyd


Commits:
f9b8174b by Brett Cornwall at 2024-04-11T19:10:10-07:00
Install readme to /usr/share/doc

- - - - -
48838239 by Brett Cornwall at 2024-04-11T19:12:30-07:00
Install remaining scripts as well

- - - - -
d3418d43 by Brett Cornwall at 2024-04-11T19:15:25-07:00
upgpkg: 2.4.3-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = keyd
        pkgdesc = A key remapping daemon for linux
        pkgver = 2.4.3
-       pkgrel = 5
+       pkgrel = 6
        url = https://github.com/rvaiya/keyd
        arch = x86_64
        license = MIT
        optdepends = python: Required for use with keyd-application-mapper 
utility
+       optdepends = perl: For using the optional dump-xkb-config script
        source = 
keyd-2.4.3::https://github.com/rvaiya/keyd/archive/refs/tags/v2.4.3.tar.gz
        source = keyd.sysusers
        sha256sums = 
d4075f673879f4950c1c0d43985797603200e993596a5d7fcec1597c2350c380


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,14 @@
 
 pkgname=keyd
 pkgver=2.4.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A key remapping daemon for linux"
 arch=(x86_64)
 url="https://github.com/rvaiya/keyd";
 license=('MIT')
 optdepends=(
     "python: Required for use with keyd-application-mapper utility"
+    "perl: For using the optional dump-xkb-config script"
 )
 source=(
     
"$pkgname-$pkgver::https://github.com/rvaiya/keyd/archive/refs/tags/v$pkgver.tar.gz";
@@ -30,6 +31,10 @@ package() {
     make PREFIX=/usr DESTDIR="$pkgdir/" install
 
     install -Dm644 ../keyd.sysusers "$pkgdir/usr/lib/sysusers.d/keyd.conf"
-    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/keyd"
     install -Dm644 keyd.service -t "$pkgdir/usr/lib/systemd/system/"
+    install -Dm755 scripts/dump-xkb-config -t "$pkgdir/usr/share/keyd/"
+    install -Dm755 scripts/generate_xcompose -t "$pkgdir/usr/share/keyd/"
+
+    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/keyd"
+    install -Dm644 README.md -t "$pkgdir/usr/share/doc/keyd/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/compare/c6053c7a6b10f4a4131bd393aa902212f64c95aa...d3418d43dc8996107b3b03b0085bb41dea4813c1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/compare/c6053c7a6b10f4a4131bd393aa902212f64c95aa...d3418d43dc8996107b3b03b0085bb41dea4813c1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to