summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-xrm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-11-06 09:37:04 +0000
committerJuergen Daubert <jue@jue.li>2020-11-06 09:37:04 +0000
commit5ec69025104fa93f237f342e5213ce94a309a35f (patch)
tree9a0bd097daf7255564ad3fd92a377dc435e5f68d /xorg-xcb-util-xrm
parent580fdf9024ce8a49b17e051f654bb8d4fa8d62e8 (diff)
downloadxorg-5ec69025104fa93f237f342e5213ce94a309a35f.tar.gz
xorg-5ec69025104fa93f237f342e5213ce94a309a35f.tar.xz
xorg-xcb-util-xrm: moved from contrib to xorg
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 00000000..363e827f
--- /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 00000000..07cf95a9
--- /dev/null
+++ b/xorg-xcb-util-xrm/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/xorg.pub
+RWTSGWF5Q7TndIfii7tKvasVCQcSSZRzB2RB1dfgNSxLXp4bFjRg841tvslS/GbBlR6AIiDpEa9zsUao6NFAhkvW8njF8Ht7aQk=
+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 00000000..26a3cfc2
--- /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