From a8738960bdd1bea0264a042e86acf23fc838b0e2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Aug 2022 16:05:22 +0300 Subject: pixman: move to extra --- extra/pixman/build | 8 ++++++++ extra/pixman/checksums | 1 + extra/pixman/meta | 3 +++ extra/pixman/sources | 1 + extra/pixman/version | 1 + 5 files changed, 14 insertions(+) create mode 100755 extra/pixman/build create mode 100644 extra/pixman/checksums create mode 100644 extra/pixman/meta create mode 100644 extra/pixman/sources create mode 100644 extra/pixman/version (limited to 'extra') diff --git a/extra/pixman/build b/extra/pixman/build new file mode 100755 index 00000000..cb0b1bff --- /dev/null +++ b/extra/pixman/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-gtk + +make +make DESTDIR="$1" install diff --git a/extra/pixman/checksums b/extra/pixman/checksums new file mode 100644 index 00000000..8df09aa5 --- /dev/null +++ b/extra/pixman/checksums @@ -0,0 +1 @@ +da8ed9fe2d1c5ef8ce5d1207992db959226bd4e37e3f88acf908fd9a71e2704e pixman-0.40.0.tar.xz diff --git a/extra/pixman/meta b/extra/pixman/meta new file mode 100644 index 00000000..c6b1d5f3 --- /dev/null +++ b/extra/pixman/meta @@ -0,0 +1,3 @@ +description: Low-level pixel manipulation library +license: MIT +maintainer: Cem Keylan diff --git a/extra/pixman/sources b/extra/pixman/sources new file mode 100644 index 00000000..984eaaea --- /dev/null +++ b/extra/pixman/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/pixman-0.40.0.tar.xz diff --git a/extra/pixman/version b/extra/pixman/version new file mode 100644 index 00000000..950c002d --- /dev/null +++ b/extra/pixman/version @@ -0,0 +1 @@ +0.40.0 1 -- cgit v1.2.3