aboutsummaryrefslogtreecommitdiff
path: root/extra/pixman
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:05:22 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:05:22 +0300
commita8738960bdd1bea0264a042e86acf23fc838b0e2 (patch)
treee8b9848c8e1d761fa47395ecac9f0a0c9fe6c5f7 /extra/pixman
parente51c0c3ceb5676ac80a584e2bde3e514322749c4 (diff)
downloadrepository-a8738960bdd1bea0264a042e86acf23fc838b0e2.tar.gz
pixman: move to extra
Diffstat (limited to 'extra/pixman')
-rwxr-xr-xextra/pixman/build8
-rw-r--r--extra/pixman/checksums1
-rw-r--r--extra/pixman/meta3
-rw-r--r--extra/pixman/sources1
-rw-r--r--extra/pixman/version1
5 files changed, 14 insertions, 0 deletions
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 <cem@carbslinux.org>
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