p1st-keyboard-x11-de provides p1st-keyboard-x11

This commit is contained in:
Daniel Langbein 2021-05-07 20:24:39 +02:00
parent 78df6498ba
commit e86615d5e9
4 changed files with 16 additions and 13 deletions

View File

@ -3,7 +3,7 @@ _pkgname=keyboard-de
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.1 pkgver=0.0.1
pkgrel=1 pkgrel=2
pkgdesc="vconsole (virtual console) keyboard configuration: de-latin1-nodeadkeys" pkgdesc="vconsole (virtual console) keyboard configuration: de-latin1-nodeadkeys"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"
@ -11,7 +11,10 @@ license=('MIT')
groups=() groups=()
depends=() depends=()
makedepends=('git') makedepends=('git')
provides=('de-p1st-keyboard') provides=('de-p1st-keyboard')
conflicts=('de-p1st-keyboard')
source=("git+${url}.git") source=("git+${url}.git")
noextract=() noextract=()
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@ -1,8 +1,12 @@
Section "InputClass" Section "InputClass"
Identifier "system-keyboard" Identifier "system-keyboard"
MatchIsKeyboard "on" MatchIsKeyboard "on"
# German only
Option "XkbLayout" "de"
# German and Norwegian # German and Norwegian
Option "XkbLayout" "de,no" # Option "XkbLayout" "de,no"
Option "XkbVariant" "nodeadkeys" Option "XkbVariant" "nodeadkeys"
# toggle between layouts with: ALT + CAPS-LOCK # toggle between layouts with: ALT + CAPS-LOCK
Option "XkbOptions" "grp:alt_caps_toggle" Option "XkbOptions" "grp:alt_caps_toggle"

View File

@ -1,24 +1,20 @@
# Maintainer: Daniel Langbein <daniel@systemli.org> # Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=keyboard-x11 _pkgname=keyboard-x11-de
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.1 pkgver=0.0.1
pkgrel=2 pkgrel=1
pkgdesc="xorg (X11) keyboard configuration" pkgdesc="xorg (X11) keyboard configuration: de nodeadkeys"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT') license=('MIT')
groups=() groups=()
depends=() depends=()
makedepends=('git') makedepends=('git')
optdepends=()
provides=() provides=('de-p1st-keyboard-x11')
conflicts=() conflicts=('de-p1st-keyboard-x11')
replaces=()
backup=()
options=()
install=
changelog=
source=("git+${url}.git") source=("git+${url}.git")
noextract=() noextract=()
sha256sums=('SKIP') sha256sums=('SKIP')