Compare commits
7 Commits
2595c68ba2
...
main
Author | SHA1 | Date | |
---|---|---|---|
7b2c93ae6f | |||
4ef01dd022 | |||
759a9959a6 | |||
30553fed26 | |||
3dfd5e03d3 | |||
ea5a6f0962 | |||
5bc2cb03b7 |
@@ -1,12 +1,12 @@
|
||||
pkgbase = xkb-ultimatekeys
|
||||
pkgdesc = International US QWERTY keyboard layout with enhanced multilingual support
|
||||
pkgver = 2025.04.25
|
||||
pkgver = 2025.09.06
|
||||
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
|
||||
source = xkb-ultimatekeys-2025.09.06.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-09-06.tar.gz
|
||||
b2sums = f0a1188383e362f6b617407d29972918cd19c3620cf05539ee814b29428171270702fbdbf0ad6dd0f721cd09f42927585d6df4e03c93907b686cbb1f8bf9da02
|
||||
|
||||
pkgname = xkb-ultimatekeys
|
||||
|
5
xkb-ultimatekeys/.gitignore
vendored
Normal file
5
xkb-ultimatekeys/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
PKGBUILD-namcap.log
|
||||
pkg/
|
||||
src/
|
||||
*.pkg.tar.zst
|
||||
*.tar.gz
|
@@ -1,3 +1,9 @@
|
||||
[xkb-ultimatekeys]
|
||||
source = "git"
|
||||
git = "https://github.com/pieter-degroote/UltimateKEYS.git"
|
||||
use_latest_release = true
|
||||
include_prereleases = false
|
||||
exclude_regex = ".*(pre|a|alpha|b|beta|rc).*"
|
||||
prefix = "r"
|
||||
from_pattern = "-"
|
||||
to_pattern = "."
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Matthias Puchstein <matthias at puchstein dot lu>
|
||||
|
||||
pkgname=xkb-ultimatekeys
|
||||
pkgver=2025.04.25
|
||||
pkgver=2025.09.06
|
||||
_version=${pkgver//./-}
|
||||
pkgrel=1
|
||||
pkgdesc='International US QWERTY keyboard layout with enhanced multilingual support'
|
||||
@@ -10,10 +10,11 @@ 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')
|
||||
b2sums=('f0a1188383e362f6b617407d29972918cd19c3620cf05539ee814b29428171270702fbdbf0ad6dd0f721cd09f42927585d6df4e03c93907b686cbb1f8bf9da02')
|
||||
|
||||
package() {
|
||||
cd UltimateKEYS-r$_version
|
||||
|
||||
install -Dm644 linux-xkb/custom "$pkgdir"/usr/share/xkeyboard-config-2/symbols/ultimatekeys
|
||||
install -Dm644 linux-xcompose/.XCompose "$pkgdir"/usr/share/ultimatekeys/XCompose
|
||||
}
|
||||
|
Reference in New Issue
Block a user