upgpkg: xkb-ultimatekeys 2025.08.14-1
upstream release updated to 2025-08-14
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,12 +1,12 @@
|
|||||||
pkgbase = xkb-ultimatekeys
|
pkgbase = xkb-ultimatekeys
|
||||||
pkgdesc = International US QWERTY keyboard layout with enhanced multilingual support
|
pkgdesc = International US QWERTY keyboard layout with enhanced multilingual support
|
||||||
pkgver = 2025.04.25
|
pkgver = 2025.08.14
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/pieter-degroote/UltimateKEYS
|
url = https://github.com/pieter-degroote/UltimateKEYS
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0-only
|
license = GPL-3.0-only
|
||||||
depends = xkeyboard-config
|
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
|
source = xkb-ultimatekeys-2025.08.14.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-08-14.tar.gz
|
||||||
b2sums = 2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4
|
b2sums = 89e01686d4b03ec8af393da4ca83a4fa2ba6b93f0fa7618d0d6fea6d5773aaa9433d4e0a957c048ba980039a6b26ccea7043c99f0baefb2add4d1f656fa68083
|
||||||
|
|
||||||
pkgname = xkb-ultimatekeys
|
pkgname = xkb-ultimatekeys
|
||||||
|
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
PKGBUILD-namcap.log
|
||||||
|
pkg/
|
||||||
|
src/
|
||||||
|
xkb-ultimatekeys-2025.04.25-1-any.pkg.tar.zst
|
||||||
|
xkb-ultimatekeys-2025.04.25.tar.gz
|
||||||
|
xkb-ultimatekeys-2025.08.14-1-any.pkg.tar.zst
|
||||||
|
xkb-ultimatekeys-2025.08.14-1-any.pkg.tar.zst-namcap.log
|
||||||
|
xkb-ultimatekeys-2025.08.14-1-x86_64-package.log
|
||||||
|
xkb-ultimatekeys-2025.08.14.tar.gz
|
@@ -1,3 +1,9 @@
|
|||||||
[xkb-ultimatekeys]
|
[xkb-ultimatekeys]
|
||||||
source = "git"
|
source = "git"
|
||||||
git = "https://github.com/pieter-degroote/UltimateKEYS.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 = "."
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Matthias Puchstein <matthias at puchstein dot lu>
|
# Maintainer: Matthias Puchstein <matthias at puchstein dot lu>
|
||||||
|
|
||||||
pkgname=xkb-ultimatekeys
|
pkgname=xkb-ultimatekeys
|
||||||
pkgver=2025.04.25
|
pkgver=2025.08.14
|
||||||
_version=${pkgver//./-}
|
_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'
|
||||||
@@ -10,10 +10,11 @@ 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::$url/archive/refs/tags/r$_version.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/r$_version.tar.gz")
|
||||||
b2sums=('2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4')
|
b2sums=('89e01686d4b03ec8af393da4ca83a4fa2ba6b93f0fa7618d0d6fea6d5773aaa9433d4e0a957c048ba980039a6b26ccea7043c99f0baefb2add4d1f656fa68083')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd UltimateKEYS-r$_version
|
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 linux-xcompose/.XCompose "$pkgdir"/usr/share/ultimatekeys/XCompose
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user