diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:22 +0300 |
commit | a8738960bdd1bea0264a042e86acf23fc838b0e2 (patch) | |
tree | e8b9848c8e1d761fa47395ecac9f0a0c9fe6c5f7 /xorg | |
parent | e51c0c3ceb5676ac80a584e2bde3e514322749c4 (diff) | |
download | repository-a8738960bdd1bea0264a042e86acf23fc838b0e2.tar.gz |
pixman: move to extra
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/pixman/build | 8 | ||||
-rw-r--r-- | xorg/pixman/checksums | 1 | ||||
-rw-r--r-- | xorg/pixman/meta | 3 | ||||
-rw-r--r-- | xorg/pixman/sources | 1 | ||||
-rw-r--r-- | xorg/pixman/version | 1 |
5 files changed, 0 insertions, 14 deletions
diff --git a/xorg/pixman/build b/xorg/pixman/build deleted file mode 100755 index cb0b1bff..00000000 --- a/xorg/pixman/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-gtk - -make -make DESTDIR="$1" install diff --git a/xorg/pixman/checksums b/xorg/pixman/checksums deleted file mode 100644 index 8df09aa5..00000000 --- a/xorg/pixman/checksums +++ /dev/null @@ -1 +0,0 @@ -da8ed9fe2d1c5ef8ce5d1207992db959226bd4e37e3f88acf908fd9a71e2704e pixman-0.40.0.tar.xz diff --git a/xorg/pixman/meta b/xorg/pixman/meta deleted file mode 100644 index c6b1d5f3..00000000 --- a/xorg/pixman/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Low-level pixel manipulation library -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/pixman/sources b/xorg/pixman/sources deleted file mode 100644 index 984eaaea..00000000 --- a/xorg/pixman/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/lib/pixman-0.40.0.tar.xz diff --git a/xorg/pixman/version b/xorg/pixman/version deleted file mode 100644 index 950c002d..00000000 --- a/xorg/pixman/version +++ /dev/null @@ -1 +0,0 @@ -0.40.0 1 |