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-renderutil/.footprint | 11 +++++++++++ libs/xcb-util-renderutil/.signature | 6 ++++++ libs/xcb-util-renderutil/MAKEPKG | 28 ++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 libs/xcb-util-renderutil/.footprint create mode 100644 libs/xcb-util-renderutil/.signature create mode 100644 libs/xcb-util-renderutil/MAKEPKG (limited to 'libs/xcb-util-renderutil') diff --git a/libs/xcb-util-renderutil/.footprint b/libs/xcb-util-renderutil/.footprint new file mode 100644 index 0000000..ac51bb8 --- /dev/null +++ b/libs/xcb-util-renderutil/.footprint @@ -0,0 +1,11 @@ +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_renderutil.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libxcb-render-util.a +-rwxr-xr-x root/root usr/lib/libxcb-render-util.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libxcb-render-util.so -> libxcb-render-util.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libxcb-render-util.so.0 -> libxcb-render-util.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcb-renderutil.pc diff --git a/libs/xcb-util-renderutil/.signature b/libs/xcb-util-renderutil/.signature new file mode 100644 index 0000000..7829c8b --- /dev/null +++ b/libs/xcb-util-renderutil/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mF7f6kY5OvsNkvfjUQ+mqt2V+GC4UXbRWcteUBtaTnlygEGXyWlQidePzGN7/M4jm0O7TLTdI3Mq2OlA83sAiQU= + +SHA256 (MAKEPKG) = db7c32ea585245eb4cac8d97ef426f5f3979cbcad04dbc8ae4b15a1e2f4c4ed1 +SHA256 (.footprint) = 36b40afcecd1895253fd1528405eff3c1143ce89a50800b83ae4b697e4700a93 +SHA256 (xcb-util-renderutil-0.3.10.tar.xz) = 3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba +SHA256 (xcb-util-renderutil#0.3.10-1.pkg.tar.gz) = 03d7126a0c4614fc1933a7694a038506553974cc7795f4256aeff77e2d6374dd diff --git a/libs/xcb-util-renderutil/MAKEPKG b/libs/xcb-util-renderutil/MAKEPKG new file mode 100644 index 0000000..b314f18 --- /dev/null +++ b/libs/xcb-util-renderutil/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: XCB render utility library +# url: https://xcb.freedesktop.org/ + +name=xcb-util-renderutil +version=0.3.10 +release=1 +depends=(libxcb) +source=(https://xcb.freedesktop.org/dist/xcb-util-renderutil-$version.tar.xz) + +sha256sums=( + "3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba" +) + +build() { + cd xcb-util-renderutil-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1