diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 756715619d6d0cfc6268a309aed5f87ec0e5d550 (patch) | |
tree | 38ac2a956bd1fd17f378c1e604f2481c337dac45 /xorg | |
parent | aa9d9fbaa77c306e65f06bd1b102b1656326e373 (diff) | |
download | repository-756715619d6d0cfc6268a309aed5f87ec0e5d550.tar.gz |
libXcursor: move to extra
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/libXcursor/build | 7 | ||||
-rw-r--r-- | xorg/libXcursor/checksums | 2 | ||||
-rw-r--r-- | xorg/libXcursor/depends | 3 | ||||
-rw-r--r-- | xorg/libXcursor/meta | 3 | ||||
-rw-r--r-- | xorg/libXcursor/sources | 1 | ||||
-rw-r--r-- | xorg/libXcursor/version | 1 |
6 files changed, 0 insertions, 17 deletions
diff --git a/xorg/libXcursor/build b/xorg/libXcursor/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/libXcursor/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install diff --git a/xorg/libXcursor/checksums b/xorg/libXcursor/checksums deleted file mode 100644 index 284fa48f..00000000 --- a/xorg/libXcursor/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -f1bfdd6d1fdd191fc7caa8c2b118a8a8d082fd74cdf4b2cc89059e41a79fecbd libXcursor-1.2.1.tar.xz diff --git a/xorg/libXcursor/depends b/xorg/libXcursor/depends deleted file mode 100644 index 0f2bada9..00000000 --- a/xorg/libXcursor/depends +++ /dev/null @@ -1,3 +0,0 @@ -xorgproto make -libXrender -libXfixes diff --git a/xorg/libXcursor/meta b/xorg/libXcursor/meta deleted file mode 100644 index 8139ddd5..00000000 --- a/xorg/libXcursor/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: X cursor library -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/libXcursor/sources b/xorg/libXcursor/sources deleted file mode 100644 index 790f12c3..00000000 --- a/xorg/libXcursor/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/lib/libXcursor-1.2.1.tar.xz diff --git a/xorg/libXcursor/version b/xorg/libXcursor/version deleted file mode 100644 index cd3d02bc..00000000 --- a/xorg/libXcursor/version +++ /dev/null @@ -1 +0,0 @@ -1.2.1 1 |