diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-25 14:07:54 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-25 14:07:54 +0100 |
commit | 8fcd412fe6db69a3daa7a68b42805653c5153763 (patch) | |
tree | a1fcac17abc2b8196c43b79611690a5b506bdf11 /xorg/xsetroot | |
parent | 5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff) | |
parent | 5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff) | |
download | repository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz |
Merge branch 'xorg-removal'
Diffstat (limited to 'xorg/xsetroot')
-rwxr-xr-x | xorg/xsetroot/build | 9 | ||||
-rw-r--r-- | xorg/xsetroot/checksums | 2 | ||||
-rw-r--r-- | xorg/xsetroot/depends | 5 | ||||
-rw-r--r-- | xorg/xsetroot/meta | 3 | ||||
-rw-r--r-- | xorg/xsetroot/sources | 1 | ||||
-rw-r--r-- | xorg/xsetroot/version | 1 |
6 files changed, 0 insertions, 21 deletions
diff --git a/xorg/xsetroot/build b/xorg/xsetroot/build deleted file mode 100755 index 373bceed..00000000 --- a/xorg/xsetroot/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --localstatedir=/var - -make -make DESTDIR="$1" install diff --git a/xorg/xsetroot/checksums b/xorg/xsetroot/checksums deleted file mode 100644 index e3c776c8..00000000 --- a/xorg/xsetroot/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -e888590bd65462ad3c987262ae008bd9d66274d35572a0a8712d16c8d2541830 xsetroot-1.1.3.tar.gz diff --git a/xorg/xsetroot/depends b/xorg/xsetroot/depends deleted file mode 100644 index 9640b489..00000000 --- a/xorg/xsetroot/depends +++ /dev/null @@ -1,5 +0,0 @@ -libXmu -libXrender -libXfixes -libXcursor -xbitmaps diff --git a/xorg/xsetroot/meta b/xorg/xsetroot/meta deleted file mode 100644 index 1bcbf15c..00000000 --- a/xorg/xsetroot/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: X root window parameter setting program -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/xsetroot/sources b/xorg/xsetroot/sources deleted file mode 100644 index eafc05ac..00000000 --- a/xorg/xsetroot/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/archive//individual/app/xsetroot-1.1.3.tar.gz diff --git a/xorg/xsetroot/version b/xorg/xsetroot/version deleted file mode 100644 index 035474a2..00000000 --- a/xorg/xsetroot/version +++ /dev/null @@ -1 +0,0 @@ -1.1.3 1 |