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

View File

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

View File

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