summaryrefslogtreecommitdiff
path: root/testing/xorg-xsetroot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xorg-xsetroot/PKGBUILD')
-rw-r--r--testing/xorg-xsetroot/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/xorg-xsetroot/PKGBUILD b/testing/xorg-xsetroot/PKGBUILD
deleted file mode 100644
index 3758d9c6a..000000000
--- a/testing/xorg-xsetroot/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 113846 2011-03-10 16:01:58Z jgc $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=xorg-xsetroot
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Classic X utility to set your root window background to a given pattern or color"
-arch=(i686 x86_64 'mips64el')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxmu' 'libx11' 'libxcursor')
-makedepends=('xorg-util-macros' 'xbitmaps')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xsetroot-${pkgver}.tar.bz2)
-sha1sums=('1ef9ddd80c7013dc6d33e5c421537eb8b0427da4')
-
-build() {
- cd "${srcdir}/xsetroot-${pkgver}"
- ./configure --prefix=/usr
- make
- make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}