[arch-commits] Commit in rhythmbox/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Jan 6 12:17:56 UTC 2019
Date: Sunday, January 6, 2019 @ 12:17:55
Author: heftig
Revision: 343032
3.4.3-1
Modified:
rhythmbox/trunk/PKGBUILD
----------+
PKGBUILD | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-06 03:44:26 UTC (rev 343031)
+++ PKGBUILD 2019-01-06 12:17:55 UTC (rev 343032)
@@ -2,8 +2,8 @@
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
pkgname=rhythmbox
-pkgver=3.4.2+4+ge123ad533
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
pkgdesc="Music playback and management application"
arch=(x86_64)
license=(GPL)
@@ -24,8 +24,8 @@
'libmtp: Portable Players - MTP plugin'
'gvfs-mtp: Portable Players - Android plugin')
options=('!emptydirs')
-_commit=e123ad533503b231f68612fcb92884c0f391c5b0 # master
-source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit")
+_commit=8d0325421da990afab2e1c704648e1ad17378141 # tags/v3.4.3^0
+source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#commit=$_commit")
sha512sums=('SKIP')
pkgver() {
@@ -40,12 +40,17 @@
build() {
cd $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 \
- --enable-gtk-doc
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/rhythmbox \
+ --disable-browser-plugin \
+ --disable-static \
+ --enable-daap \
+ --enable-gtk-doc \
+ --enable-python \
+ --enable-vala \
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -59,7 +64,7 @@
GSETTINGS_BACKEND=memory \
GSETTINGS_SCHEMA_DIR="$PWD/tests" \
CK_TIMEOUT_MULTIPLIER=3 \
- xvfb-run -a -n 63 -s '-extension GLX' make check
+ xvfb-run -a -n 63 make check
}
package() {
More information about the arch-commits
mailing list