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

Balló György bgyorgy at archlinux.org
Fri Jul 3 00:53:16 UTC 2020


    Date: Friday, July 3, 2020 @ 00:53:15
  Author: bgyorgy
Revision: 657560

upgpkg: gnome-flashback 3.36.3-2: Remove unneeded module which breaks libappindicator icons

Modified:
  gnome-flashback/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-02 22:10:51 UTC (rev 657559)
+++ PKGBUILD	2020-07-03 00:53:15 UTC (rev 657560)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-flashback
 pkgver=3.36.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Flashback session"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeFlashback"
@@ -31,21 +31,25 @@
   git submodule set-url gvc/gvc "$srcdir/libgnome-volume-control"
   git submodule update
 
+  # Remove unneeded module
+  sed -i '/status_notifier_watcher/d' gnome-flashback/gf-application.c
+  sed -i '/libstatus-notifier-watcher/d' gnome-flashback/Makefile.am
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
-check() {
-  cd $pkgname
-  make check
-}
-
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile --enable-compile-warnings=minimum --enable-gtk-doc
+              --disable-schemas-compile --enable-compile-warnings=minimum
   make
 }
 
+check() {
+  cd $pkgname
+  make check
+}
+
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list