summaryrefslogtreecommitdiff
path: root/libre/clementine-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-14 00:43:53 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-14 00:43:53 -0300
commit4a9007ba3b311b4260392b9a3b6ba8f7ae99cf87 (patch)
tree6f63f2a34bcd2d6d2cdea187b74f7115cca0bafd /libre/clementine-libre
parent2890c32a0f80a55893fb3b182db6c58ea8215a32 (diff)
clementine-libre-1.0.1-4: updating release, dropping -DENABLE_REMOTE=ON and adding gvfs dependency
Diffstat (limited to 'libre/clementine-libre')
-rw-r--r--libre/clementine-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD
index defa4ae57..466810d2b 100644
--- a/libre/clementine-libre/PKGBUILD
+++ b/libre/clementine-libre/PKGBUILD
@@ -8,14 +8,14 @@
_pkgname=clementine
pkgname=clementine-libre
pkgver=1.0.1
-pkgrel=3.1
+pkgrel=4
pkgdesc="A music player and library organizer, without spotify support"
url="http://www.clementine-player.org/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod'
'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice'
- 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl')
+ 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
makedepends=('cmake' 'boost')
optdepends=('gstreamer0.10-base-plugins: for more open formats'
'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
@@ -52,7 +52,7 @@ build() {
# Remove nonfree spotifyblob folder
rm -Rf "./spotifyblob"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_REMOTE=ON
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
}