From 28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 15 Nov 2011 14:34:01 +0000 Subject: Tue Nov 15 14:33:58 UTC 2011 --- community-staging/picard/PKGBUILD | 28 ---------------------------- community-staging/picard/install | 12 ------------ 2 files changed, 40 deletions(-) delete mode 100644 community-staging/picard/PKGBUILD delete mode 100644 community-staging/picard/install (limited to 'community-staging/picard') diff --git a/community-staging/picard/PKGBUILD b/community-staging/picard/PKGBUILD deleted file mode 100644 index c28b54004..000000000 --- a/community-staging/picard/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 57653 2011-10-31 21:30:02Z bisson $ -# Maintainer: Gaetan Bisson -# Maintainer: Mateusz Herych -# Contributor: sysrq - -pkgname=picard -pkgver=0.16 -pkgrel=2 -pkgdesc='Official MusicBrainz tagger' -url='http://musicbrainz.org/doc/MusicBrainz_Picard' -license=('GPL') -arch=('i686' 'x86_64') -depends=('python2-qt' 'mutagen' 'libofa' 'ffmpeg') -optdepends=('libdiscid: CD-Lookup feature') -source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('274071410550ee29051bb0137d72602921a015f9') - -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-staging/picard/install b/community-staging/picard/install deleted file mode 100644 index b46fab005..000000000 --- a/community-staging/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