Compare commits

...

7 Commits

Author SHA1 Message Date
7b2c93ae6f upgpkg: xkb-ultimatekeys 2025.09.06-1
upstream release

update to 2025.09.06
2025-09-13 16:52:59 +02:00
4ef01dd022 Split 'xkb-ultimatekeys/' into commit '30553fed268f5c6ebaa6a1ba7e2aa4b1da96aec3'
git-subtree-dir: xkb-ultimatekeys
git-subtree-mainline: 759a9959a6
git-subtree-split: 30553fed26
2025-09-09 00:02:08 +02:00
759a9959a6 updated gitignore 2025-09-09 00:01:45 +02:00
30553fed26 updated gitignore 2025-09-09 00:01:45 +02:00
3dfd5e03d3 Split 'xkb-ultimatekeys/' into commit 'ea5a6f096256378f04351646d9bdfc3c9159a984'
git-subtree-dir: xkb-ultimatekeys
git-subtree-mainline: 5bc2cb03b7
git-subtree-split: ea5a6f0962
2025-09-08 21:46:55 +02:00
ea5a6f0962 upgpkg: xkb-ultimatekeys 2025.08.14-1
upstream release

updated to 2025-08-14
2025-09-08 21:46:22 +02:00
5bc2cb03b7 upgpkg: xkb-ultimatekeys 2025.08.14-1
upstream release

updated to 2025-08-14
2025-09-08 21:46:22 +02:00
4 changed files with 17 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,5 @@
PKGBUILD-namcap.log
pkg/
src/
*.pkg.tar.zst
*.tar.gz

View File

@@ -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 = "."

View File

@@ -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
}