summaryrefslogtreecommitdiff
path: root/libre/clementine
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 03:38:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 03:38:40 -0300
commit2ebb39398d1b546178b5f14f9c94725e27e7e221 (patch)
treea577c4fdb4364eadd0d05d3b5632cd3771b03239 /libre/clementine
parent9e591c98b15354516f4787c639101dbba6c85ad9 (diff)
clementine-1.3.1-3.parabola1: glew 2.0.0 rebuild
Diffstat (limited to 'libre/clementine')
-rw-r--r--libre/clementine/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD
index 084af1911..4a4c533c0 100644
--- a/libre/clementine/PKGBUILD
+++ b/libre/clementine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 172160 2016-04-27 19:33:44Z alucryd $
+# $Id: PKGBUILD 185073 2016-08-04 17:12:40Z arojas $
# Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org>
# Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org>
# Contributor (Arch): BlackEagle <ike.devolder@gmail.com>
@@ -10,7 +10,7 @@
pkgname=clementine
_pkgname=$pkgname-libre
pkgver=1.3.1
-pkgrel=2.parabola1
+pkgrel=3.parabola1
pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support'
url="http://www.$pkgname-player.org/"
license=('GPL')
@@ -30,10 +30,12 @@ optdepends=('gst-plugins-base: "Base" plugin libraries'
'gvfs: Various devices support')
mksource=("${pkgname}-${pkgver}.tar.gz::https://github.com/$pkgname-player/${pkgname^}/archive/${pkgver}.tar.gz")
source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
- 'remove-nonfree-artwork-and-spotify.patch'
- 'moognu.png')
+ clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch"
+ remove-nonfree-artwork-and-spotify.patch
+ moognu.png)
mksha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c')
sha256sums=('9b84b3b867963da265308b150746aec0faaf5bcd79f78e3363a741edda7286ec'
+ '785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643'
'aecd13727a55a4556b70db73519a6ff4cecabefadedad9f952b5499aa5131711'
'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4')
@@ -71,6 +73,9 @@ prepare() {
# create a blank file because it's a dependency for Clementine
touch data/schema/schema-30.sql
+ # fix build with GCC 6
+ patch -p1 -i ../clementine-gcc6.patch
+
if [[ -d build ]]; then
rm -rf build
fi