summaryrefslogtreecommitdiff
path: root/libre/clementine-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/clementine-libre/PKGBUILD')
-rw-r--r--libre/clementine-libre/PKGBUILD7
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"