diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-30 03:30:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-30 03:30:52 -0300 |
commit | 7c3fd81322c17c8b3e56cb9a54b7f81b7c5ceef0 (patch) | |
tree | 78c7f3a28a9dd20701035b2b15554db1a75f91d3 /libre/clementine-libre/PKGBUILD | |
parent | b40c4ea9aeb08c5654fc8b9ec356a057d752b4b7 (diff) | |
download | abslibre-7c3fd81322c17c8b3e56cb9a54b7f81b7c5ceef0.tar.gz abslibre-7c3fd81322c17c8b3e56cb9a54b7f81b7c5ceef0.tar.bz2 abslibre-7c3fd81322c17c8b3e56cb9a54b7f81b7c5ceef0.zip |
clementine-libre-1.0.1-3.1: fixing issues
Diffstat (limited to 'libre/clementine-libre/PKGBUILD')
-rw-r--r-- | libre/clementine-libre/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
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" |