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

Jan Steffens heftig at archlinux.org
Sun Sep 27 21:43:26 UTC 2020


    Date: Sunday, September 27, 2020 @ 21:43:26
  Author: heftig
Revision: 396822

3.12.2+106+g46b9d116-1: remove old tracker

Modified:
  brasero/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 21:43:17 UTC (rev 396821)
+++ PKGBUILD	2020-09-27 21:43:26 UTC (rev 396822)
@@ -1,16 +1,17 @@
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=brasero
-pkgver=3.12.2+65+gb14df0a8
-pkgrel=2
+pkgver=3.12.2+106+g46b9d116
+pkgrel=1
 pkgdesc="CD/DVD mastering tool"
 url="https://wiki.gnome.org/Apps/Brasero"
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info libcanberra
-         dvd+rw-tools dconf libsm tracker libnotify gvfs)
+         dvd+rw-tools dconf libsm libnotify gvfs)
 makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs libnautilus-extension
              gobject-introspection itstool docbook-xsl git)
 optdepends=('libburn: alternative back-end'
@@ -17,7 +18,7 @@
             'libisofs: libburn back-end'
             'dvdauthor: video project'
             'vcdimager: video project')
-_commit=b14df0a85e66e51be11d0f2a17047f05bec51b4c  # master
+_commit=46b9d11686aa51dd1427b33ce724190c4857fcc3  # master
 source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit"
         build.diff)
 sha256sums=('SKIP'
@@ -36,8 +37,14 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-caches --disable-schemas-compile --enable-compile-warnings=minimum \
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-caches \
+    --disable-search \
+    --disable-schemas-compile \
+    --enable-compile-warnings=minimum \
     --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list