From 0527d082113be34100d219bd9c113ac31025d8ed Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 21 Apr 2019 13:08:11 +1000 Subject: [PATCH] xorg-xcb-util-keysyms-32: initial import --- xorg-xcb-util-keysyms-32/.32bit | 0 xorg-xcb-util-keysyms-32/.footprint | 9 +++++++++ xorg-xcb-util-keysyms-32/.signature | 5 +++++ xorg-xcb-util-keysyms-32/Pkgfile | 20 ++++++++++++++++++++ 4 files changed, 34 insertions(+) create mode 100644 xorg-xcb-util-keysyms-32/.32bit create mode 100644 xorg-xcb-util-keysyms-32/.footprint create mode 100644 xorg-xcb-util-keysyms-32/.signature create mode 100644 xorg-xcb-util-keysyms-32/Pkgfile diff --git a/xorg-xcb-util-keysyms-32/.32bit b/xorg-xcb-util-keysyms-32/.32bit new file mode 100644 index 00000000..e69de29b 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 +}