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 | 60e23906960f50f6a296ef6ca7d1e31dc6395fb5 (patch) | |
tree | 0f5b74c2fad59c0b580747c124421a388ce24ea1 /xorg | |
parent | 8686adf8e0427d833f5f4871c48d22c4a4ca8fe7 (diff) | |
download | repository-60e23906960f50f6a296ef6ca7d1e31dc6395fb5.tar.gz |
libSM: move to extra
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/libSM/build | 7 | ||||
-rw-r--r-- | xorg/libSM/checksums | 2 | ||||
-rw-r--r-- | xorg/libSM/depends | 3 | ||||
-rw-r--r-- | xorg/libSM/meta | 3 | ||||
-rw-r--r-- | xorg/libSM/sources | 1 | ||||
-rw-r--r-- | xorg/libSM/version | 1 |
6 files changed, 0 insertions, 17 deletions
diff --git a/xorg/libSM/build b/xorg/libSM/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/libSM/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install diff --git a/xorg/libSM/checksums b/xorg/libSM/checksums deleted file mode 100644 index 3048569d..00000000 --- a/xorg/libSM/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -1af23c9ec72e2ebe1feb876d8ea4d751f1366db9ce59a5e9aec689e1162ed44e libSM-1.2.4.tar.xz diff --git a/xorg/libSM/depends b/xorg/libSM/depends deleted file mode 100644 index faa771bd..00000000 --- a/xorg/libSM/depends +++ /dev/null @@ -1,3 +0,0 @@ -util-linux -libICE -pkgconf make diff --git a/xorg/libSM/meta b/xorg/libSM/meta deleted file mode 100644 index 585a3c84..00000000 --- a/xorg/libSM/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: X Session Management Library -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/libSM/sources b/xorg/libSM/sources deleted file mode 100644 index 1ae2bfc0..00000000 --- a/xorg/libSM/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/lib/libSM-1.2.4.tar.xz diff --git a/xorg/libSM/version b/xorg/libSM/version deleted file mode 100644 index d66671c6..00000000 --- a/xorg/libSM/version +++ /dev/null @@ -1 +0,0 @@ -1.2.4 1 |