mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
p1st-keyboard-x11-de provides p1st-keyboard-x11
This commit is contained in:
parent
78df6498ba
commit
e86615d5e9
@ -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')
|
||||
|
@ -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"
|
@ -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')
|
Loading…
Reference in New Issue
Block a user