xorg-xcb-util-keysyms-32: initial import

This commit is contained in:
Danny Rawlins 2019-04-21 13:08:11 +10:00
parent 28b5c38b79
commit 0527d08211
4 changed files with 34 additions and 0 deletions

View File

View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libxcb-keysyms.a
-rwxr-xr-x root/root usr/lib32/libxcb-keysyms.la
lrwxrwxrwx root/root usr/lib32/libxcb-keysyms.so -> libxcb-keysyms.so.1.0.0
lrwxrwxrwx root/root usr/lib32/libxcb-keysyms.so.1 -> libxcb-keysyms.so.1.0.0
-rwxr-xr-x root/root usr/lib32/libxcb-keysyms.so.1.0.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/xcb-keysyms.pc

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXcUtAybvYo/qfT5vn4ClusSDEjHKvbFohGsa/wvONAVnbR+6wJ/2aP3//LXDjzwWz102YCrOoZ2jicuU1VYMpgQ=
SHA256 (Pkgfile) = c55f7eaa8003d940e10482480677fd08d1077ffdb08794b2a72f6ceb6dc8ac72
SHA256 (.footprint) = b08fa2e1e4eeffc231d8268d9744b729b14a31ed2a76111fe3e1d18b436669b8
SHA256 (xcb-util-keysyms-0.4.0.tar.bz2) = 0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9

View File

@ -0,0 +1,20 @@
# Description: XCB utilities library
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libxcb-32 xorg-xcb-util-keysyms
name=xorg-xcb-util-keysyms-32
version=0.4.0
release=1
source=(https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.bz2)
build() {
cd xcb-util-keysyms-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/include
}