xorg-xcb-util-xrm: initial import, version 1.3
This commit is contained in:
parent
37c9a1d39b
commit
ec1951b655
12
xorg-xcb-util-xrm/.footprint
Normal file
12
xorg-xcb-util-xrm/.footprint
Normal file
@ -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
|
5
xorg-xcb-util-xrm/.signature
Normal file
5
xorg-xcb-util-xrm/.signature
Normal file
@ -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
|
16
xorg-xcb-util-xrm/Pkgfile
Normal file
16
xorg-xcb-util-xrm/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user