diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-06-23 20:08:19 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-06-23 20:08:19 +0200 | 
| commit | a97291908b8bc6d388d55c8bd9650c29e9aed8a5 (patch) | |
| tree | f82397d998606504cc8894ea4911470dabf6b3d5 /dist/archlinux/stable/PKGBUILD | |
| parent | Update solar.py (diff) | |
| download | xpybar-a97291908b8bc6d388d55c8bd9650c29e9aed8a5.tar.gz xpybar-a97291908b8bc6d388d55c8bd9650c29e9aed8a5.tar.bz2 xpybar-a97291908b8bc6d388d55c8bd9650c29e9aed8a5.tar.xz | |
Remove dist
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
| -rw-r--r-- | dist/archlinux/stable/PKGBUILD | 42 | 
1 files changed, 0 insertions, 42 deletions
| diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD deleted file mode 100644 index 5686b9c..0000000 --- a/dist/archlinux/stable/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> - -pkgname=xpybar -pkgver=1.13 -pkgrel=2 -pkgdesc="A highly extensible minimalistic dock panel configured in Python 3" -arch=(any) -url="https://github.com/maandree/xpybar" -license=('GPL3' 'AGPL3') -depends=(python3 argparser python-xlib xorg-xrandr) -optdepends=("linux: most of the monitors require Linux's procfs or sysfs" -            "curl: for Internet services" -	    "python-pyalsaaudio: for ALSA volume control" -	    "hdparm: hdparm: for hdparm support" -	    "python-pytz: for timezone support" -	    "python-sysv-ipc: for ropty example" -	    "iputils: for ping support" -	    "inotify-tools: for inotify support" -	    "alarm: for limiting the time of a file search in locks" -	    "findutils: for file search in locks" -	    "graphicsmagick: for image support" -	    "imagemagick: for image support" -	    "file: for image support" -	    "librsvg: for image support") -makedepends=(make coreutils sed zip auto-auto-complete texinfo) -install=xpybar.install -source=($url/archive/$pkgver.tar.gz) -sha256sums=(09357b9aa426cab2f9a465c0e5f6ed18f7a83212e8bf56af1773f27a24aec9e7) - - -build() { -  cd "$srcdir/$pkgname-$pkgver" -  make PREFIX=/usr HDPARM_PATH=/usr/bin/hdpath -} - - -package() { -  cd "$srcdir/$pkgname-$pkgver" -  make PREFIX=/usr HDPARM_PATH=/usr/bin/hdpath install DESTDIR="$pkgdir" -  chmod 4755 "$pkgdir/usr/bin/restricted-hdparm" -} - | 
