summaryrefslogtreecommitdiff
path: root/libre/clementine-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-24 09:05:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-24 09:05:03 -0300
commit9ab9db2805b2829503eee469863c6461fb1ae981 (patch)
treea6ca164bc460af814914cce3db0c44dc4165dd9e /libre/clementine-libre
parenta702de98f4bbb28ccd81f912518eb9a947f1459c (diff)
clementine-libre-1.2.3-1: updating version
Diffstat (limited to 'libre/clementine-libre')
-rw-r--r--libre/clementine-libre/PKGBUILD30
-rw-r--r--libre/clementine-libre/clementine-unistd.patch11
2 files changed, 11 insertions, 30 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD
index 7ec75cd14..1a693a6d5 100644
--- a/libre/clementine-libre/PKGBUILD
+++ b/libre/clementine-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106122 2014-02-23 15:32:14Z alucryd $
+# $Id: PKGBUILD 110102 2014-04-24 07:51:18Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: BlackEagle <ike.devolder@gmail.com>
@@ -9,12 +9,15 @@
_pkgname=clementine
pkgname=clementine-libre
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
-pkgdesc="A music player and library organizer, without nonfree artwork and spotify support"
-url="http://www.clementine-player.org/"
+pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support'
+url='http://www.clementine-player.org/'
license=('GPL')
arch=('i686' 'x86_64')
+replaces=('clementine')
+conflicts=('clementine')
+provides=("clementine=$pkgver")
depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
@@ -22,20 +25,15 @@ optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
'gvfs: Various devices support')
-replaces=('clementine')
-conflicts=('clementine')
-provides=("clementine=$pkgver")
-install=clementine.install
+install="${_pkgname}.install"
mksource=("${_pkgname}-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz"
'remove-nonfree-artwork-and-spotify.patch'
'moognu.png')
-source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "${_pkgname}-unistd.patch")
-mksha256sums=('1f674c42f05c476baf74f1dd37b1aa357ff9199e4493173052c856a53e5f0a96'
+source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+mksha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
'48bfbf42c84ac1891021638627c10780194fcc59eda1c69e157be3aebe8ee10b'
'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4')
-sha256sums=('02d799056435f244a319eea110672c404c8804a2418677253d5cdd4ea01a340f'
- 'bb02f82c3bcdad542396fc0788010321d618fc0545d34d00fee63bed987a0bbf')
+sha256sums=('c68275373b839b5b256b813b5bed85d501f94e12bef3dd8ed69e90094af3f769')
mksource() {
cd Clementine-${pkgver}
@@ -63,12 +61,6 @@ mksource() {
touch data/schema/schema-30.sql
}
-prepare() {
- cd Clementine-${pkgver}
-
- patch -Np1 -i ../${_pkgname}-unistd.patch
-}
-
build() {
cd Clementine-${pkgver}
diff --git a/libre/clementine-libre/clementine-unistd.patch b/libre/clementine-libre/clementine-unistd.patch
deleted file mode 100644
index 9bd053b60..000000000
--- a/libre/clementine-libre/clementine-unistd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -rupN Clementine-1.2.2.orig/src/core/utilities.cpp Clementine-1.2.2/src/core/utilities.cpp
---- Clementine-1.2.2.orig/src/core/utilities.cpp 2014-02-23 16:14:06.919406700 +0100
-+++ Clementine-1.2.2/src/core/utilities.cpp 2014-02-23 16:16:12.107064900 +0100
-@@ -50,6 +50,7 @@
- #endif
-
- #ifdef Q_OS_LINUX
-+# include <unistd.h>
- # include <sys/syscall.h>
- #endif
- #ifdef Q_OS_DARWIN