Skip to content

Commit 65d611f

Browse files
committed
[add] : Added ckbcomp PKGBUILD
1 parent 8cc1c82 commit 65d611f

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pkgbase = ckbcomp
2+
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
3+
pkgver = 1.203
4+
pkgrel = 1
5+
url = http://anonscm.debian.org/cgit/d-i/console-setup.git/
6+
arch = any
7+
license = GPL2
8+
depends = perl
9+
source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.203.tar.xz
10+
sha512sums = e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a
11+
12+
pkgname = ckbcomp
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Maintainer : Yamada Hayao <hayao@fascode.net>
2+
# Contributer: Nissar Chababy <funilrys at outlook dot com>
3+
# Contributer: Jeroen Bollen <jbinero at gmail dot comau>
4+
5+
pkgname=ckbcomp
6+
pkgver=1.203
7+
pkgrel=1
8+
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
9+
arch=(any)
10+
url="http://anonscm.debian.org/cgit/d-i/console-setup.git/"
11+
license=('GPL2')
12+
depends=('perl')
13+
source=("http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz")
14+
sha512sums=('e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a')
15+
16+
package() {
17+
if [[ -d "${srcdir}/console-setup" ]]; then
18+
cd console-setup
19+
elif [[ -d "${srcdir}/console-setup-${pkgver}" ]]; then
20+
cd console-setup-${pkgver}
21+
else
22+
echo "Source directory not found.".
23+
exit 1
24+
fi
25+
26+
27+
[[ "${?}" != 0 ]] && cd "console-setup-${pkgver}"
28+
29+
install -Dm755 "Keyboard/ckbcomp" "${pkgdir}/usr/bin/ckbcomp"
30+
}

modules/calamares/pkgbuild.any/alterlinux-calamares/.SRCINFO renamed to modules/calamares/pkgbuild.any/10-alterlinux-calamares/.SRCINFO

File renamed without changes.

modules/calamares/pkgbuild.any/alterlinux-calamares/PKGBUILD renamed to modules/calamares/pkgbuild.any/10-alterlinux-calamares/PKGBUILD

File renamed without changes.

0 commit comments

Comments
 (0)