From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/picard/PKGBUILD | 29 ----------------------------- community/picard/install | 12 ------------ 2 files changed, 41 deletions(-) delete mode 100644 community/picard/PKGBUILD delete mode 100644 community/picard/install (limited to 'community/picard') diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD deleted file mode 100644 index b15337c72..000000000 --- a/community/picard/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 87401 2013-03-31 13:44:28Z bisson $ -# Maintainer: Gaetan Bisson -# Contributor: Mateusz Herych -# Contributor: sysrq - -pkgname=picard -pkgver=1.2 -pkgrel=1 -pkgdesc='Official MusicBrainz tagger' -url='http://musicbrainz.org/doc/MusicBrainz_Picard' -license=('GPL') -arch=('i686' 'x86_64') -depends=('python2-pyqt' 'mutagen') -optdepends=('libdiscid: CD lookup' - 'chromaprint: fingerprinting') -source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('323e22adef321a8fb80d617eb86a880f7d546fca') - -install=install - -build() { - cd "${srcdir}/picard-${pkgver}" - python2 setup.py config -} - -package() { - cd "${srcdir}/picard-${pkgver}" - python2 setup.py install --root="${pkgdir}" -} diff --git a/community/picard/install b/community/picard/install deleted file mode 100644 index b46fab005..000000000 --- a/community/picard/install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &>/dev/null - update-desktop-database -q &>/dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf