From c0eaf7d6cfb67725e48ab8a25ebfc938c960a822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Sun, 18 Nov 2012 09:51:44 +0100 Subject: Remove unused ~mtjm packages. cups-usblp is not needed for my printer, starting with 1.6. A debootstrap that can be built using libretools is available in pcr. I don't use python2-openid nor zbar, while this might be still useful. I don't use python-urlreader nor python-getmediumurl, lack of fixes and active maintenance made them much less useful recently. If you need some of them, add them to pcr. --- ~mtjm/zbar/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 ~mtjm/zbar/PKGBUILD (limited to '~mtjm/zbar/PKGBUILD') diff --git a/~mtjm/zbar/PKGBUILD b/~mtjm/zbar/PKGBUILD deleted file mode 100755 index 64b47b5dc..000000000 --- a/~mtjm/zbar/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Parabola maintainer: Michał Masłowski -# Based on https://aur.archlinux.org/packages.php?ID=33527 -# Contributor: Radu Andries -pkgname=zbar -pkgver=0.10 -pkgrel=1 -pkgdesc="A library for reading bar codes from various sources" -arch=('i686' 'x86_64') -url="http://zbar.sourceforge.net/" -license=('LGPL') -depends=('glibc') -provides=() -source=("http://downloads.sourceforge.net/project/zbar/zbar/$pkgver/zbar-$pkgver.tar.bz2") -options=(!libtool !emptydirs) - -# Disabled nearly everything since I don't need it and some of it needs fixes. - -build() { - cd "$srcdir/zbar-$pkgver" - - ./configure --prefix=/usr --without-qt --disable-video --without-python \ - --without-imagemagick --without-gtk --disable-static - make || return 1 - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: -md5sums=('0fd61eb590ac1bab62a77913c8b086a5') -- cgit v1.2.3-2-g168b