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

Sergej Pupykin spupykin at archlinux.org
Mon Sep 26 10:56:59 UTC 2016


    Date: Monday, September 26, 2016 @ 10:56:58
  Author: spupykin
Revision: 190586

upgpkg: gnubiff 2.2.17-2

upd

Modified:
  gnubiff/trunk/PKGBUILD
Deleted:
  gnubiff/trunk/mutex.patch

-------------+
 PKGBUILD    |   15 ++++-----------
 mutex.patch |   13 -------------
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 10:56:53 UTC (rev 190585)
+++ PKGBUILD	2016-09-26 10:56:58 UTC (rev 190586)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
 arch=('i686' 'x86_64')
 url="http://gnubiff.sourceforge.net/"
@@ -12,16 +12,9 @@
 license=("GPL")
 depends=('gtk3' 'popt')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
-	mutex.patch)
-md5sums=('6371ca2986efdaf1e47bc5a44249513a'
-         '76de63fbc4a1487560cfae210fc1d6e4')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a')
 
-prepare() {
-  cd $srcdir/gnubiff-$pkgver
-#  patch -p1 <$srcdir/mutex.patch
-}
-
 build() {
   cd $srcdir/gnubiff-$pkgver
   ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
@@ -31,5 +24,5 @@
 
 package() {
   cd $srcdir/gnubiff-$pkgver
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir DATADIRNAME=share install
 }

Deleted: mutex.patch
===================================================================
--- mutex.patch	2016-09-26 10:56:53 UTC (rev 190585)
+++ mutex.patch	2016-09-26 10:56:58 UTC (rev 190586)
@@ -1,13 +0,0 @@
-diff --git a/src/mailbox.cc b/src/mailbox.cc
-index 0fa4af3..23b29a9 100644
---- a/src/mailbox.cc
-+++ b/src/mailbox.cc
-@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
- 	g_mutex_unlock (mutex_);
- 
- 	// Free all mutexes
--	g_mutex_unlock (mutex_);
-+	g_mutex_free (mutex_);
- 	g_mutex_lock (monitor_mutex_);
- 	g_mutex_unlock (monitor_mutex_);
- 	g_mutex_free (monitor_mutex_);



More information about the arch-commits mailing list