From be3305238862e3bc64b1bb75cb4419d736c4f64b Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 9 May 2015 16:11:54 -0500 Subject: Removing paraboley: This package is in libre repo --- pcr/paraboley/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 pcr/paraboley/PKGBUILD (limited to 'pcr/paraboley/PKGBUILD') diff --git a/pcr/paraboley/PKGBUILD b/pcr/paraboley/PKGBUILD deleted file mode 100644 index 0767b86ca..000000000 --- a/pcr/paraboley/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer (Parabola) : Aurélien DESBRIÈRES - -pkgname=paraboley -pkgver=0.1 -pkgrel=1 -pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo." -arch=('any') -url="http://XL04D.github.com/paraboley" -license=('GPL') -depends=('python') -makedepends=('git' 'python-distribute') -optdepends=( -'python-mpd-git: python libary for mpd interaction', -'python-logbook-git: for logging' -'imagemagick: for default screenshot command' -) -conflicts=() -provides=('paraboley') -source="git://github.com/XL04D/paraboley.git" - -pkgver() { - cd ${pkgname} - git describe --always | sed 's|-|.|g' -} - -package() { - cd "$srcdir/$pkgname" - python setup.py install --root=${pkgdir} - install -D -m644 COPYING ${pkgdir}/usr/share/licenses/paraboley/COPYING -} -- cgit v1.2.3-2-g168b