mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
picard: Update to 1.4
This commit is contained in:
parent
d5362b95b7
commit
7d783cbb1b
1 changed files with 4 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'picard'
|
# Template file for 'picard'
|
||||||
pkgname=picard
|
pkgname=picard
|
||||||
version=1.3.2
|
version=1.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-release-${version}"
|
wrksrc="${pkgname}-release-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="picard"
|
pycompile_module="picard"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="python-PyQt4 chromaprint libdiscid mutagen desktop-file-utils hicolor-icon-theme"
|
depends="python-PyQt4 chromaprint libdiscid mutagen desktop-file-utils hicolor-icon-theme"
|
||||||
|
@ -13,9 +13,4 @@ license="GPL-2"
|
||||||
homepage="http://picard.musicbrainz.org/"
|
homepage="http://picard.musicbrainz.org/"
|
||||||
short_desc="MusicBrainz's audio tagger"
|
short_desc="MusicBrainz's audio tagger"
|
||||||
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e728234560b82eb33d3143a53d3bbb92833455fd130f8d2083193cffceea4120
|
checksum=069266ce0b0e25cc4eacfd9cc1c78e1b19d4341a3ca2ce50b0e731796070273e
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# install plugins
|
|
||||||
vcopy "contrib/plugins/*" usr/lib/python2.7/site-packages/picard/plugins
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue