diff options
author | root <root@rshg054.dnsready.net> | 2012-07-07 03:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-07 03:14:53 +0000 |
commit | d0fe8a4769150cf26265e3457c234c45c53e693b (patch) | |
tree | 3a5f98bba521deeb49e4fa8af6b536db44c0ea01 /libre | |
parent | b7c6c9c7844914d1d0617a24b9e3a84d691d1f64 (diff) |
Sat Jul 7 03:14:52 UTC 2012
Diffstat (limited to 'libre')
-rw-r--r-- | libre/clementine-libre/PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index 4e3d4e536..d0a7e0d8d 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -8,7 +8,7 @@ _pkgname=clementine pkgname=clementine-libre pkgver=1.0.1 -pkgrel=5 +pkgrel=6 pkgdesc="A music player and library organizer, without spotify support" url="http://www.clementine-player.org/" license=('GPL') @@ -27,13 +27,11 @@ provides=("clementine=$pkgver") source=(http://clementine-player.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz clementine-fix-albumcoverfetch-crash.patch clementine-fresh-start.patch - clementine-1.0.1-global-menu.patch remove-and-disable-spotify.patch remove-nonfree-references-on-translations.patch) sha1sums=('e05320da689e2fad744fd3e68518bc4103ecf0fd' 'fddd2e784181ce1dcc7809e7122cbade0af7b01f' 'd8abab4b8fb2d5284a2f43107505325e62d4af5f' - 'b716e4d43101fad535f93fd59034d7bbbb98cdb8' '2fef46eaffa7b5cd61afbf19b1dc909d11972a34' '745bc4fd639d7ef3230592c6275fb43b8956f3d5') install=clementine.install @@ -47,9 +45,6 @@ build() { # http://code.google.com/p/clementine-player/issues/detail?id=2752 patch -Np1 -i ../clementine-fix-albumcoverfetch-crash.patch - # FS#30549 - patch -Np1 -i ../clementine-1.0.1-global-menu.patch - # https://labs.parabola.nu/issues/99 patch -Np1 -i ../remove-and-disable-spotify.patch patch -Np1 -i ../remove-nonfree-references-on-translations.patch |