setxkbmap: new package at 1.3.2. Closes #116

This commit is contained in:
Dylan Araps 2019-11-06 15:09:13 +00:00
parent 5171343592
commit 49a7f9473a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 14 additions and 0 deletions

9
xorg/setxkbmap/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install

1
xorg/setxkbmap/checksums Normal file
View File

@ -0,0 +1 @@
7e934afc55f161406f7dd99b5be8837e5d1478d8263776697b159d48461a1d3c setxkbmap-1.3.2.tar.gz

2
xorg/setxkbmap/depends Normal file
View File

@ -0,0 +1,2 @@
libX11
libxkbfile

1
xorg/setxkbmap/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/archive//individual/app/setxkbmap-1.3.2.tar.gz

1
xorg/setxkbmap/version Normal file
View File

@ -0,0 +1 @@
1.3.2 1