[arch-commits] Commit in gnubiff/trunk (PKGBUILD panel_applet_inprocess.patch)

Balló György bgyorgy at archlinux.org
Sat Sep 8 01:15:41 UTC 2018


    Date: Saturday, September 8, 2018 @ 01:15:40
  Author: bgyorgy
Revision: 378738

upgpkg: gnubiff 2.2.17-5

Remove gconf makedependency

Modified:
  gnubiff/trunk/PKGBUILD
  gnubiff/trunk/panel_applet_inprocess.patch

------------------------------+
 PKGBUILD                     |    6 +++---
 panel_applet_inprocess.patch |   11 ++++++++---
 2 files changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 00:50:00 UTC (rev 378737)
+++ PKGBUILD	2018-09-08 01:15:40 UTC (rev 378738)
@@ -6,18 +6,18 @@
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=4
+pkgrel=5
 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
 arch=('x86_64')
 url="http://gnubiff.sourceforge.net/"
 license=('GPL3')
 depends=('gtk3')
-makedepends=('gconf' 'gnome-panel' 'intltool')
+makedepends=('gnome-panel' 'intltool')
 optdepends=('gnome-panel: Applet for GNOME Panel')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
         panel_applet_inprocess.patch)
 sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
-            'a6d1f34f7bcbf29c0ad48e49806755f0bdc34cc5b79082b8a9b3dad9cf317e56')
+            'ea229413fde314b8a7bd184d5d37eb6ba9e6929f48b0cf4a86eeeab2e8db32f6')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: panel_applet_inprocess.patch
===================================================================
--- panel_applet_inprocess.patch	2018-09-08 00:50:00 UTC (rev 378737)
+++ panel_applet_inprocess.patch	2018-09-08 01:15:40 UTC (rev 378738)
@@ -17,14 +17,19 @@
  
  ######################################################################
  #                           Configure Options                        #
-@@ -183,7 +184,6 @@
+@@ -183,12 +184,7 @@
  		AC_SUBST(GNOME_DEP_CFLAGS)
  		AC_SUBST(GNOME_DEP_LIBS)
  		AH_TEMPLATE([USE_GNOME])
 -		AC_DEFINE(USE_GNOME)
- 		AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+-		AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
  		])
- 	if test "x$GCONFTOOL" = "xno"; then
+-	if test "x$GCONFTOOL" = "xno"; then
+-	   AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+-	fi
+ fi
+ AM_CONDITIONAL(USE_GNOME, test $OPT_USEGNOME = yes, Define to 1 if you want to have GNOME support)
+ 
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
 @@ -1,14 +1,20 @@



More information about the arch-commits mailing list