summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce59058164c..5b68e6f12be9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 21:41:50 UTC 2017
+# Sat Mar 18 11:35:47 UTC 2017
pkgbase = rhythmbox-git
pkgdesc = Music playback and management application
- pkgver = 3.4.1+57+g8beff628
+ pkgver = 3.4.1+66+g50ef5a0e
pkgrel = 1
url = http://www.rhythmbox.org
install = rhythmbox.install
@@ -44,7 +44,7 @@ pkgbase = rhythmbox-git
optdepends = libgpod: Portable Players - iPod plugin
optdepends = libmtp: Portable Players - MTP plugin
optdepends = python-mako: Context pane plugin
- provides = rhythmbox=3.4.1+57+g8beff628
+ provides = rhythmbox=3.4.1+66+g50ef5a0e
conflicts = rhythmbox
options = !emptydirs
source = rhythmbox-git::git+https://git.gnome.org/browse/rhythmbox
diff --git a/PKGBUILD b/PKGBUILD
index c5f5afcd8f88..7373ebc2fd30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=rhythmbox
pkgname=$_pkgname-git
-pkgver=3.4.1+57+g8beff628
+pkgver=3.4.1+66+g50ef5a0e
pkgrel=1
pkgdesc="Music playback and management application"
arch=(i686 x86_64)
@@ -50,9 +50,10 @@ build() {
cd "$srcdir/$pkgname"
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/rhythmbox \
+ MOZILLA_PLUGINDIR=/usr/lib/epiphany/plugins \
--localstatedir=/var --disable-static \
--enable-daap --enable-python --enable-vala \
- --disable-Werror
+ --enable-gtk-doc
make
}