summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Jha2022-03-08 22:21:37 +0545
committerAyush Jha2022-03-08 22:21:37 +0545
commit05cc90826bd3067379ac9e4e6b1d69605ad6306a (patch)
treef334b3fdd4399d20492ac247d5a70ea82b4a05ab
parente864ae2ee4575450c5c96e9e38bb5dad351d3582 (diff)
downloadaur-05cc90826bd3067379ac9e4e6b1d69605ad6306a.tar.gz
new version
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 015f40b3d006..eab6ce15b991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Ayush Jha <ayushjha@pm.me>
+# Maintainer: Ayush Jha <ayush@siyasang.com>
pkgname=nekuvi-git
pkgver=0.1
pkgrel=1
@@ -19,11 +19,12 @@ backup=()
options=()
install=
changelog=
-source=("https://gitlab.com/saprasorg/nekuvi/-/raw/master/install.sh" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/uninstall.sh" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/level3_np" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/np" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/layout-evdev-install.hook" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/layout-evdev-remove.hook")
-sha256sums=('27bd5a76ef85a97a95248a5530446c3362064aab2146f8d7ceefdf8969a7a7c7'
- '0614ff1b4abd4fe0fb07cf95ebb60dee90180dadf19232b8e5fc94d75d67e555'
+source=("https://gitlab.com/saprasorg/nekuvi/-/raw/master/addVariantList.py" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/install.sh" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/uninstall.sh" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/level3_np" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/np" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/layout-evdev-install.hook" "https://gitlab.com/saprasorg/nekuvi/-/raw/master/layout-evdev-remove.hook")
+sha256sums=('daeae22db4a6e745650be793d82b5e1c0dceb02122b3ba062d4d94bdf76154ce'
+ 'b7c1ab2e61d95f7fa06e3e9d3853211150d3769db5c5fbc80ce6c5804e464eb2'
+ '83eb435dc710ee2fa4d9ccac12a31148673a90566e12bc198a5dc220143cdcca'
'd5965a2ad14b8d9f6bed0bfdd37282dc1a67938577fa7fbe53d56be305583688'
- '819c86fecd6ec4a9ec57308fb00b13ffb040b238b29cf9564934d23692d4a917'
+ 'acff172c2bfc152090678c0797f063d047686ba18b57093532cf7d8366363ede'
'b4787622f07f2be1a94c2807bcc4c1d4e993e32f1cbf237bdc686f7930d26ca5'
'3e334d271d5c43185cab000cda8117fa4bcd58412591d0b0a8566d68a010a5b6')
@@ -40,6 +41,7 @@ package() {
cp level3_np "$pkgdir"/usr/share/X11/xkb/symbols/
cp np "$pkgdir"/usr/share/X11/xkb/symbols/np_prog
+ install -Dm 755 "${srcdir}"/addVariantList.py "${pkgdir}/usr/share/libalpm/scripts/nekuvi-add-variant"
install -Dm 755 "${srcdir}"/install.sh "${pkgdir}/usr/share/libalpm/scripts/install-nekuvi-layout"
install -Dm 755 "${srcdir}"/uninstall.sh "${pkgdir}/usr/share/libalpm/scripts/uninstall-nekuvi-layout"
install -Dm 644 "${srcdir}"/layout-evdev-install.hook "${pkgdir}"/usr/share/libalpm/hooks/nekuvi-layout-evdev-install.hook