From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- libs/xcb-util-image/MAKEPKG | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libs/xcb-util-image/MAKEPKG (limited to 'libs/xcb-util-image/MAKEPKG') diff --git a/libs/xcb-util-image/MAKEPKG b/libs/xcb-util-image/MAKEPKG new file mode 100644 index 0000000..3d717a6 --- /dev/null +++ b/libs/xcb-util-image/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: XCB image utility library +# url: https://xcb.freedesktop.org/ + +name=xcb-util-image +version=0.4.1 +release=1 +depends=(xcb-util) +source=(https://xcb.freedesktop.org/dist/xcb-util-image-$version.tar.xz) + +sha256sums=( + "ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d" +) + +build() { + cd xcb-util-image-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1