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/cairo/MAKEPKG | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 libs/cairo/MAKEPKG (limited to 'libs/cairo/MAKEPKG') diff --git a/libs/cairo/MAKEPKG b/libs/cairo/MAKEPKG new file mode 100644 index 0000000..9249450 --- /dev/null +++ b/libs/cairo/MAKEPKG @@ -0,0 +1,38 @@ +#!/bin/mkpkg +# description: 2D graphics library with support for multiple output devices +# url: https://cairographics.org/ + +name=cairo +version=1.18.6 +release=1 +depends=(freetype fontconfig glib libpng pixman + libxcb libxext libxrender) +makedeps=(meson) +source=(https://cairographics.org/releases/$name-$version.tar.xz) + +sha256sums=( + "1c767308174337a74694da0f3ec069c271452163a1ef4540964c50c301f157d4" +) + +build() { + + meson setup $name-$version build \ + --prefix=/usr \ + --libdir=lib \ + --buildtype=plain \ + -D tests=disabled \ + -D gtk2-utils=disabled \ + -D xlib=disabled \ + -D xcb=disabled \ + -D xlib-xcb=disabled + + meson compile -C build + DESTDIR=$PKG meson install -C build +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1