Compare commits
4 Commits
6701dee365
...
2595c68ba2
Author | SHA1 | Date | |
---|---|---|---|
2595c68ba2 | |||
adb15b5263 | |||
50b43dc84b | |||
3bee8e8c7b |
Submodule xkb-ultimatekeys deleted from 50b43dc84b
12
xkb-ultimatekeys/.SRCINFO
Normal file
12
xkb-ultimatekeys/.SRCINFO
Normal file
@@ -0,0 +1,12 @@
|
||||
pkgbase = xkb-ultimatekeys
|
||||
pkgdesc = International US QWERTY keyboard layout with enhanced multilingual support
|
||||
pkgver = 2025.04.25
|
||||
pkgrel = 1
|
||||
url = https://github.com/pieter-degroote/UltimateKEYS
|
||||
arch = any
|
||||
license = GPL-3.0-only
|
||||
depends = xkeyboard-config
|
||||
source = xkb-ultimatekeys-2025.04.25.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-04-25.tar.gz
|
||||
b2sums = 2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4
|
||||
|
||||
pkgname = xkb-ultimatekeys
|
3
xkb-ultimatekeys/.nvchecker.toml
Normal file
3
xkb-ultimatekeys/.nvchecker.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[xkb-ultimatekeys]
|
||||
source = "git"
|
||||
git = "https://github.com/pieter-degroote/UltimateKEYS.git"
|
19
xkb-ultimatekeys/PKGBUILD
Normal file
19
xkb-ultimatekeys/PKGBUILD
Normal file
@@ -0,0 +1,19 @@
|
||||
# Maintainer: Matthias Puchstein <matthias at puchstein dot lu>
|
||||
|
||||
pkgname=xkb-ultimatekeys
|
||||
pkgver=2025.04.25
|
||||
_version=${pkgver//./-}
|
||||
pkgrel=1
|
||||
pkgdesc='International US QWERTY keyboard layout with enhanced multilingual support'
|
||||
arch=(any)
|
||||
url='https://github.com/pieter-degroote/UltimateKEYS'
|
||||
license=(GPL-3.0-only)
|
||||
depends=(xkeyboard-config)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/r$_version.tar.gz")
|
||||
b2sums=('2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4')
|
||||
|
||||
package() {
|
||||
cd UltimateKEYS-r$_version
|
||||
|
||||
install -Dm644 linux-xkb/custom "$pkgdir"/usr/share/xkeyboard-config-2/symbols/ultimatekeys
|
||||
}
|
Reference in New Issue
Block a user