From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/pixman/build | 8 ++++++++ xorg/pixman/checksums | 1 + xorg/pixman/sources | 1 + xorg/pixman/version | 1 + 4 files changed, 11 insertions(+) create mode 100755 xorg/pixman/build create mode 100644 xorg/pixman/checksums create mode 100644 xorg/pixman/sources create mode 100644 xorg/pixman/version (limited to 'xorg/pixman') diff --git a/xorg/pixman/build b/xorg/pixman/build new file mode 100755 index 00000000..cb0b1bff --- /dev/null +++ b/xorg/pixman/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-gtk + +make +make DESTDIR="$1" install diff --git a/xorg/pixman/checksums b/xorg/pixman/checksums new file mode 100644 index 00000000..41aff956 --- /dev/null +++ b/xorg/pixman/checksums @@ -0,0 +1 @@ +84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550 pixman-0.38.4.tar.bz2 diff --git a/xorg/pixman/sources b/xorg/pixman/sources new file mode 100644 index 00000000..a07081f1 --- /dev/null +++ b/xorg/pixman/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/pixman-0.38.4.tar.bz2 diff --git a/xorg/pixman/version b/xorg/pixman/version new file mode 100644 index 00000000..fc098d80 --- /dev/null +++ b/xorg/pixman/version @@ -0,0 +1 @@ +0.38.4 1 -- cgit v1.2.3