diff --git a/xorg-xcb-util-xrm/.footprint b/xorg-xcb-util-xrm/.footprint deleted file mode 100644 index 363e827f7..000000000 --- a/xorg-xcb-util-xrm/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 760f7db02..000000000 --- a/xorg-xcb-util-xrm/.signature +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 26a3cfc2f..000000000 --- a/xorg-xcb-util-xrm/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -}