summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-keysyms-32
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-04-21 13:08:11 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-04-21 13:08:11 +1000
commit0527d082113be34100d219bd9c113ac31025d8ed (patch)
tree86ba2c011016abb4d5687a8d5a19275da53c76e7 /xorg-xcb-util-keysyms-32
parent28b5c38b7964a3654fcd5a1fec8811ddaf619d0d (diff)
downloadcompat-32-0527d082113be34100d219bd9c113ac31025d8ed.tar.gz
compat-32-0527d082113be34100d219bd9c113ac31025d8ed.tar.xz
xorg-xcb-util-keysyms-32: initial import
Diffstat (limited to 'xorg-xcb-util-keysyms-32')
-rw-r--r--xorg-xcb-util-keysyms-32/.32bit0
-rw-r--r--xorg-xcb-util-keysyms-32/.footprint9
-rw-r--r--xorg-xcb-util-keysyms-32/.signature5
-rw-r--r--xorg-xcb-util-keysyms-32/Pkgfile20
4 files changed, 34 insertions, 0 deletions
diff --git a/xorg-xcb-util-keysyms-32/.32bit b/xorg-xcb-util-keysyms-32/.32bit
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/xorg-xcb-util-keysyms-32/.32bit
diff --git a/xorg-xcb-util-keysyms-32/.footprint b/xorg-xcb-util-keysyms-32/.footprint
new file mode 100644
index 00000000..dd300222
--- /dev/null
+++ b/xorg-xcb-util-keysyms-32/.footprint
@@ -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
diff --git a/xorg-xcb-util-keysyms-32/.signature b/xorg-xcb-util-keysyms-32/.signature
new file mode 100644
index 00000000..a7bf353a
--- /dev/null
+++ b/xorg-xcb-util-keysyms-32/.signature
@@ -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
diff --git a/xorg-xcb-util-keysyms-32/Pkgfile b/xorg-xcb-util-keysyms-32/Pkgfile
new file mode 100644
index 00000000..f3b6826c
--- /dev/null
+++ b/xorg-xcb-util-keysyms-32/Pkgfile
@@ -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
+}

Generated by cgit