[arch-commits] Commit in gnubiff/repos/community-x86_64 (4 files)

Eric Bélanger eric at archlinux.org
Sun Jan 18 21:40:12 UTC 2015


    Date: Sunday, January 18, 2015 @ 22:40:11
  Author: eric
Revision: 126168

archrelease: copy trunk to community-x86_64

Added:
  gnubiff/repos/community-x86_64/PKGBUILD
    (from rev 126167, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-x86_64/mutex.patch
    (from rev 126167, gnubiff/trunk/mutex.patch)
Deleted:
  gnubiff/repos/community-x86_64/PKGBUILD
  gnubiff/repos/community-x86_64/mutex.patch

-------------+
 PKGBUILD    |   78 +++++++++++++++++++++++++++++-----------------------------
 mutex.patch |   26 +++++++++----------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 21:38:54 UTC (rev 126167)
+++ PKGBUILD	2015-01-18 21:40:11 UTC (rev 126168)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Tom K <tomk at runbox.com>
-# Contributor: Todd Musall <tmusall at gmail.com>
-
-pkgname=gnubiff
-pkgver=2.2.15
-pkgrel=3
-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/"
-license=("GPL")
-depends=('libglade' 'gtk3' 'popt')
-makedepends=('perlxml' 'intltool')
-conflicts=(gnubiff-gtk)
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
-	mutex.patch)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443'
-         '76de63fbc4a1487560cfae210fc1d6e4')
-
-prepare() {
-  cd $srcdir/gnubiff-$pkgver
-  patch -p1 <$srcdir/mutex.patch
-}
-
-build() {
-  [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
-  cd $srcdir/gnubiff-$pkgver
-  export LDFLAGS="-lgthread-2.0"
-  ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
-	--disable-fam --disable-gnome
-  make
-}
-
-package() {
-  cd $srcdir/gnubiff-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/usr/share/info/dir
-}

Copied: gnubiff/repos/community-x86_64/PKGBUILD (from rev 126167, gnubiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-18 21:40:11 UTC (rev 126168)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Tom K <tomk at runbox.com>
+# Contributor: Todd Musall <tmusall at gmail.com>
+
+pkgname=gnubiff
+pkgver=2.2.15
+pkgrel=3
+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/"
+license=("GPL")
+depends=('libglade' 'gtk3' 'popt')
+makedepends=('perl-xml-parser' 'intltool')
+conflicts=(gnubiff-gtk)
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+	mutex.patch)
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443'
+         '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+  patch -p1 <$srcdir/mutex.patch
+}
+
+build() {
+  [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
+  cd $srcdir/gnubiff-$pkgver
+  export LDFLAGS="-lgthread-2.0"
+  ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
+	--disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/share/info/dir
+}

Deleted: mutex.patch
===================================================================
--- mutex.patch	2015-01-18 21:38:54 UTC (rev 126167)
+++ mutex.patch	2015-01-18 21:40:11 UTC (rev 126168)
@@ -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_);

Copied: gnubiff/repos/community-x86_64/mutex.patch (from rev 126167, gnubiff/trunk/mutex.patch)
===================================================================
--- mutex.patch	                        (rev 0)
+++ mutex.patch	2015-01-18 21:40:11 UTC (rev 126168)
@@ -0,0 +1,13 @@
+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