summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-xrm
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2019-03-02 13:08:43 -0600
committerMatt Housh <jaeger@crux.ninja>2019-03-02 13:08:43 -0600
commitec1951b6552ad8dc531b5bd6696db1588caa3f87 (patch)
tree701779dae071c456e6b071f3a04e411a5d6536c5 /xorg-xcb-util-xrm
parent37c9a1d39bb2375e585edef78f46a07006bdf166 (diff)
downloadcontrib-ec1951b6552ad8dc531b5bd6696db1588caa3f87.tar.gz
contrib-ec1951b6552ad8dc531b5bd6696db1588caa3f87.tar.xz
xorg-xcb-util-xrm: initial import, version 1.3
Diffstat (limited to 'xorg-xcb-util-xrm')
-rw-r--r--xorg-xcb-util-xrm/.footprint12
-rw-r--r--xorg-xcb-util-xrm/.signature5
-rw-r--r--xorg-xcb-util-xrm/Pkgfile16
3 files changed, 33 insertions, 0 deletions
diff --git a/xorg-xcb-util-xrm/.footprint b/xorg-xcb-util-xrm/.footprint
new file mode 100644
index 000000000..363e827f7
--- /dev/null
+++ b/xorg-xcb-util-xrm/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/xcb/
+-rw-r--r-- root/root usr/include/xcb/xcb_xrm.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libxcb-xrm.a
+-rwxr-xr-x root/root usr/lib/libxcb-xrm.la
+lrwxrwxrwx root/root usr/lib/libxcb-xrm.so -> libxcb-xrm.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libxcb-xrm.so.0 -> libxcb-xrm.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libxcb-xrm.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xcb-xrm.pc
diff --git a/xorg-xcb-util-xrm/.signature b/xorg-xcb-util-xrm/.signature
new file mode 100644
index 000000000..760f7db02
--- /dev/null
+++ b/xorg-xcb-util-xrm/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33vud7a3SCMBbjDBUSfjkokY/mNow8duEo2+vyd8UohC2Jlfd8OYApm12f+vWpP7IIul4nHENgwB+GduyVzUcgc=
+SHA256 (Pkgfile) = fae0e2d7a56914d03b6b1f9e5eb31e48d00053bad97fe8dfd3e443810f2fd30c
+SHA256 (.footprint) = 8d4be0bb591d017cfb67dd1e631213af1a8b07769b476b2e02ce98b8c6ff5be5
+SHA256 (xcb-util-xrm-1.3.tar.bz2) = 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85
diff --git a/xorg-xcb-util-xrm/Pkgfile b/xorg-xcb-util-xrm/Pkgfile
new file mode 100644
index 000000000..26a3cfc2f
--- /dev/null
+++ b/xorg-xcb-util-xrm/Pkgfile
@@ -0,0 +1,16 @@
+# Description: XCB utility functions for the X resource manager
+# URL: https://github.com/Airblader/xcb-util-xrm
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+# Depends on: xorg-xcb-util
+
+name=xorg-xcb-util-xrm
+version=1.3
+release=1
+source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${version}/xcb-util-xrm-${version}.tar.bz2)
+
+build() {
+ cd xcb-util-xrm-${version}
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit