updated
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -7,6 +7,6 @@ pkgbase = ultimatekeys
|
|||||||
license = GPL-3.0-only
|
license = GPL-3.0-only
|
||||||
depends = xkeyboard-config
|
depends = xkeyboard-config
|
||||||
source = ultimatekeys-2025.04.25.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-04-25.tar.gz
|
source = ultimatekeys-2025.04.25.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-04-25.tar.gz
|
||||||
sha256sums = a8b7c7cd73fb4712e1e061a31cccaf41c64f6a68db880f5f0cd1557e1ebbd7cf
|
b2sums = 2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4
|
||||||
|
|
||||||
pkgname = ultimatekeys
|
pkgname = ultimatekeys
|
||||||
|
20
PKGBUILD
20
PKGBUILD
@@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
pkgname=ultimatekeys
|
pkgname=ultimatekeys
|
||||||
pkgver=2025.04.25
|
pkgver=2025.04.25
|
||||||
|
_version=${pkgver//./-}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="International US QWERTY keyboard layout with enhanced multilingual support"
|
pkgdesc='International US QWERTY keyboard layout with enhanced multilingual support'
|
||||||
arch=('any')
|
arch=(any)
|
||||||
url="https://github.com/pieter-degroote/UltimateKEYS"
|
url='https://github.com/pieter-degroote/UltimateKEYS'
|
||||||
license=('GPL-3.0-only')
|
license=(GPL-3.0-only)
|
||||||
depends=('xkeyboard-config')
|
depends=(xkeyboard-config)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r${pkgver//./-}.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/r$_version.tar.gz")
|
||||||
sha256sums=('a8b7c7cd73fb4712e1e061a31cccaf41c64f6a68db880f5f0cd1557e1ebbd7cf')
|
b2sums=('2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/UltimateKEYS-r${pkgver//./-}"
|
cd UltimateKEYS-r$_version
|
||||||
|
|
||||||
install -Dm644 linux-xkb/custom "${pkgdir}/usr/share/xkeyboard-config-2/symbols/ultimatekeys"
|
install -Dm644 linux-xkb/custom "$pkgdir"/usr/share/xkeyboard-config-2/symbols/ultimatekeys
|
||||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user