mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
x11/setxkbmap: new aport
set the keyboard using the X Keyboard Extension http://xorg.freedesktop.org/
This commit is contained in:
parent
b1aa63bbcc
commit
aaa034b0e2
20
x11/setxkbmap/APKBUILD
Normal file
20
x11/setxkbmap/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=setxkbmap
|
||||
pkgver=1.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="set the keyboard using the X Keyboard Extension"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
depends=
|
||||
makedepends="pkgconfig libxkbfile-dev"
|
||||
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR=""$pkgdir"" install || return 1
|
||||
}
|
||||
md5sums="2f902e0a89aaf2b19e06e7f26c6efb3a setxkbmap-1.1.0.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user