From b4d31c628f35512bb4f467023dc38fdaac93e8c1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 28 May 2012 21:11:38 -0300 Subject: clementine-libre-1.0.1-3.1: adding a complete patch by kete --- libre/clementine-libre/PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'libre/clementine-libre/PKGBUILD') diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index 89201cf74..2fc816bef 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -2,13 +2,13 @@ #Maintainer: Stéphane Gaudreault #Contributor: BlackEagle #Contributor: Dany Martineau -#Maintainer (Parabola): André Silva -#Contributor (Parabola): Kete +#Maintainer (Parabola): Kete +#Contributor (Parabola): André Silva _pkgname=clementine pkgname=clementine-libre pkgver=1.0.1 -pkgrel=3 +pkgrel=3.1 pkgdesc="A music player and library organizer, without spotify support" url="http://www.clementine-player.org/" license=('GPL') @@ -27,11 +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 - disable-spotify.patch) + remove-and-disable-spotify.patch) sha1sums=('e05320da689e2fad744fd3e68518bc4103ecf0fd' 'fddd2e784181ce1dcc7809e7122cbade0af7b01f' 'd8abab4b8fb2d5284a2f43107505325e62d4af5f' - 'ae796afc31bbd97c03513496cee335cb2601dca4') + '2c723f14f438d356398bc729d0bc2ac43feed911') install=clementine.install build() { @@ -44,7 +44,10 @@ build() { patch -Np1 -i ../clementine-fix-albumcoverfetch-crash.patch # https://labs.parabola.nu/issues/99 - patch -Np1 -i ../disable-spotify.patch + patch -Np1 -i ../remove-and-disable-spotify.patch + + # Remove nonfree spotifyblob folder + rm -Rf "./spotifyblob" cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_REMOTE=ON make -- cgit v1.2.3