mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-23 06:47:44 -07:00
setxkbmap: new package at 1.3.2. Closes #116
This commit is contained in:
parent
5171343592
commit
49a7f9473a
9
xorg/setxkbmap/build
Executable file
9
xorg/setxkbmap/build
Executable 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
1
xorg/setxkbmap/checksums
Normal file
@ -0,0 +1 @@
|
||||
7e934afc55f161406f7dd99b5be8837e5d1478d8263776697b159d48461a1d3c setxkbmap-1.3.2.tar.gz
|
2
xorg/setxkbmap/depends
Normal file
2
xorg/setxkbmap/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libX11
|
||||
libxkbfile
|
1
xorg/setxkbmap/sources
Normal file
1
xorg/setxkbmap/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/archive//individual/app/setxkbmap-1.3.2.tar.gz
|
1
xorg/setxkbmap/version
Normal file
1
xorg/setxkbmap/version
Normal file
@ -0,0 +1 @@
|
||||
1.3.2 1
|
Loading…
Reference in New Issue
Block a user