Compare commits

..

11 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
2595c68ba2 Add 'xkb-ultimatekeys/' from commit '50b43dc84ba078a30d6a7db4bfa7bdbcb869b8dc'
git-subtree-dir: xkb-ultimatekeys
git-subtree-mainline: adb15b5263
git-subtree-split: 50b43dc84b
2025-07-20 19:58:15 +02:00
adb15b5263 deleted pkg 2025-07-20 19:58:07 +02:00
50b43dc84b renamed the package and updated nvchecker and srcinfo 2025-07-20 19:54:24 +02:00
3bee8e8c7b renamed the package 2025-07-20 19:51:41 +02:00
5 changed files with 46 additions and 1 deletions

Submodule xkb-ultimatekeys deleted from 50b43dc84b

12
xkb-ultimatekeys/.SRCINFO Normal file
View File

@@ -0,0 +1,12 @@
pkgbase = xkb-ultimatekeys
pkgdesc = International US QWERTY keyboard layout with enhanced multilingual support
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.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

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

20
xkb-ultimatekeys/PKGBUILD Normal file
View File

@@ -0,0 +1,20 @@
# Maintainer: Matthias Puchstein <matthias at puchstein dot lu>
pkgname=xkb-ultimatekeys
pkgver=2025.09.06
_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=('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
}