From 510ee94dc6c7b011ba95816e50d4faa8352f5e71 Mon Sep 17 00:00:00 2001 From: zorz Date: Wed, 1 Apr 2026 22:52:53 +0300 Subject: xorg --- libxcomposite/MAKEPKG | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libxcomposite/MAKEPKG (limited to 'libxcomposite') diff --git a/libxcomposite/MAKEPKG b/libxcomposite/MAKEPKG new file mode 100644 index 0000000..84e9f6a --- /dev/null +++ b/libxcomposite/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: X Composite extension library +# url: https://xorg.freedesktop.org + +name=libxcomposite +version=0.4.7 +release=1 +depends=(libxext libxfixes) +source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.xz) + +sha256sums=( + "8bdf310967f484503fa51714cf97bff0723d9b673e0eecbf92b3f97c060c8ccb" +) + +build() { + cd libXcomposite-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3