From 810bf33ccbcca941bee25ef023028fa1ee98aa89 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sun, 24 Mar 2024 22:13:48 +0300 Subject: [PATCH] new xorg-xcb-util-xrm port --- ports/x/xorg-xcb-util-xrm/Pkgfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ports/x/xorg-xcb-util-xrm/Pkgfile diff --git a/ports/x/xorg-xcb-util-xrm/Pkgfile b/ports/x/xorg-xcb-util-xrm/Pkgfile new file mode 100644 index 0000000..a4ac817 --- /dev/null +++ b/ports/x/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: Alexander Zhirov +# Depends on: xorg-xcb-util xorg-libx11 + +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 +}