ports/contrib (3.4): xorg-xcb-util-xrm: initial import, version 1.3
commit ec1951b6552ad8dc531b5bd6696db1588caa3f87 Author: Matt Housh <jaeger@crux.ninja> Date: Sat Mar 2 13:08:43 2019 -0600 xorg-xcb-util-xrm: initial import, version 1.3 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..760f7db0 --- /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 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 +}
participants (1)
-
crux@crux.nu