diff options
| author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 | 
| commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
| tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/pixman | |
| download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz | |
secondary commit
Diffstat (limited to 'xorg/pixman')
| -rwxr-xr-x | xorg/pixman/build | 8 | ||||
| -rw-r--r-- | xorg/pixman/checksums | 1 | ||||
| -rw-r--r-- | xorg/pixman/sources | 1 | ||||
| -rw-r--r-- | xorg/pixman/version | 1 | 
4 files changed, 11 insertions, 0 deletions
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  | 
