From 7c3fd81322c17c8b3e56cb9a54b7f81b7c5ceef0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 30 May 2012 03:30:52 -0300 Subject: clementine-libre-1.0.1-3.1: fixing issues --- libre/clementine-libre/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libre/clementine-libre/PKGBUILD') diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index 2fc816bef..defa4ae57 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -27,11 +27,13 @@ provides=("clementine=$pkgver") source=(http://clementine-player.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz clementine-fix-albumcoverfetch-crash.patch clementine-fresh-start.patch - remove-and-disable-spotify.patch) + remove-and-disable-spotify.patch + remove-nonfree-references-on-translations.patch) sha1sums=('e05320da689e2fad744fd3e68518bc4103ecf0fd' 'fddd2e784181ce1dcc7809e7122cbade0af7b01f' 'd8abab4b8fb2d5284a2f43107505325e62d4af5f' - '2c723f14f438d356398bc729d0bc2ac43feed911') + '2fef46eaffa7b5cd61afbf19b1dc909d11972a34' + '745bc4fd639d7ef3230592c6275fb43b8956f3d5') install=clementine.install build() { @@ -45,6 +47,7 @@ build() { # https://labs.parabola.nu/issues/99 patch -Np1 -i ../remove-and-disable-spotify.patch + patch -Np1 -i ../remove-nonfree-references-on-translations.patch # Remove nonfree spotifyblob folder rm -Rf "./spotifyblob" -- cgit v1.2.3