Compare commits
11 Commits
6701dee365
...
main
Author | SHA1 | Date | |
---|---|---|---|
7b2c93ae6f | |||
4ef01dd022 | |||
759a9959a6 | |||
30553fed26 | |||
3dfd5e03d3 | |||
ea5a6f0962 | |||
5bc2cb03b7 | |||
2595c68ba2 | |||
adb15b5263 | |||
50b43dc84b | |||
3bee8e8c7b |
Submodule xkb-ultimatekeys deleted from 50b43dc84b
12
xkb-ultimatekeys/.SRCINFO
Normal file
12
xkb-ultimatekeys/.SRCINFO
Normal 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
5
xkb-ultimatekeys/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
PKGBUILD-namcap.log
|
||||||
|
pkg/
|
||||||
|
src/
|
||||||
|
*.pkg.tar.zst
|
||||||
|
*.tar.gz
|
9
xkb-ultimatekeys/.nvchecker.toml
Normal file
9
xkb-ultimatekeys/.nvchecker.toml
Normal 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
20
xkb-ultimatekeys/PKGBUILD
Normal 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
|
||||||
|
}
|
Reference in New Issue
Block a user