[arch-commits] Commit in rhythmbox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed May 5 19:30:49 UTC 2021


    Date: Wednesday, May 5, 2021 @ 19:30:48
  Author: heftig
Revision: 414413

3.4.4-4: FS#42280 reenable zeitgeist plugin

Modified:
  rhythmbox/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-05 17:58:10 UTC (rev 414412)
+++ PKGBUILD	2021-05-05 19:30:48 UTC (rev 414413)
@@ -3,15 +3,16 @@
 
 pkgname=rhythmbox
 pkgver=3.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Music playback and management application"
 arch=(x86_64)
 license=(GPL)
 url="https://wiki.gnome.org/Apps/Rhythmbox"
-depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify libpeas
-         media-player-info totem-plparser tdb python-gobject libgudev grilo)
-makedepends=(itstool intltool brasero gobject-introspection vala grilo libdmapsharing lirc libgpod
-             libmtp gtk-doc yelp-tools git)
+depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify
+         libpeas media-player-info totem-plparser tdb python-gobject libgudev
+         grilo)
+makedepends=(itstool intltool brasero gobject-introspection vala libdmapsharing
+             lirc libgpod libmtp zeitgeist gtk-doc yelp-tools git)
 checkdepends=(check xorg-server-xvfb)
 optdepends=('gst-plugins-ugly: Extra media codecs'
             'gst-plugins-bad: Extra media codecs'
@@ -22,7 +23,8 @@
             'lirc: LIRC plugin'
             'libgpod: Portable Players - iPod plugin'
             'libmtp: Portable Players - MTP plugin'
-            'gvfs-mtp: Portable Players - Android plugin')
+            'gvfs-mtp: Portable Players - Android plugin'
+            'zeitgeist: Zeitgeist logging plugin')
 _commit=473a28752bfd6260d74f41e3b0d737f71495f4a8  # tags/v3.4.4^0
 source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#commit=$_commit")
 sha512sums=('SKIP')
@@ -62,18 +64,15 @@
   make
 }
 
-check() {
+check() (
   cd $pkgname
-  glib-compile-schemas --targetdir=tests --schema-file=data/org.gnome.rhythmbox.gschema.xml
-  GSETTINGS_BACKEND=memory \
-  GSETTINGS_SCHEMA_DIR="$PWD/tests" \
-  CK_TIMEOUT_MULTIPLIER=3 \
-  xvfb-run -a -n 63 make check
-}
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/data}"
+  export GSETTINGS_SCHEMA_DIR GSETTINGS_BACKEND=memory CK_TIMEOUT_MULTIPLIER=3
+  xvfb-run -s '-nolisten local' make check
+)
 
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
   rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
-  rm -r "$pkgdir/usr/lib/rhythmbox/plugins/rbzeitgeist"
 }



More information about the arch-commits mailing list