From 6b047115ccb83dacc8b61b18142ef563764ae3a2 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 19 Sep 2016 15:53:11 -0500 Subject: Removing bambus: It was removed in upstream --- pcr/bambus/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pcr/bambus/PKGBUILD diff --git a/pcr/bambus/PKGBUILD b/pcr/bambus/PKGBUILD deleted file mode 100644 index 66ed6b4d5..000000000 --- a/pcr/bambus/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Bambus -# Contributor (Arch): ying -# Contributor (Arch): ying -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres - -pkgname=bambus -pkgver=2.4 -pkgrel=1 -pkgdesc="A small and simple GTK Gui to change Wallpapers using feh, Esetroot, hsetroot, habak or any other command tool." -url="http://malisch-ts.de" -arch=('i686' 'x86_64' 'mips64el') -license=('GPL3') -depends=('gtkmm' 'eterm') # 'eterm' can be changed in any command tool to draw the wallpaper. -optdepends=('eterm' 'habak' 'feh' 'hsetroot' 'others') -source=("https://downloads.sourceforge.net/project/simplebambus/bambus-${pkgver}-source.tar.gz?r=&ts=1289210369&use_mirror=master") -md5sums=('c8001d9f837f04f4f8712729c2aa1849') - -build() { - make all -} -package() { - install -Dm755 bambus $pkgdir/usr/bin/bambus || return -} - - -md5sums=('c8001d9f837f04f4f8712729c2aa1849') -- cgit v1.2.3-2-g168b