[arch-commits] Commit in gnubiff/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 3 09:33:16 UTC 2016


    Date: Thursday, March 3, 2016 @ 10:33:16
  Author: bpiotrowski
Revision: 164408

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnubiff/repos/community-staging-i686/
  gnubiff/repos/community-staging-i686/PKGBUILD
    (from rev 164407, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-staging-i686/gnubiff.install
    (from rev 164407, gnubiff/trunk/gnubiff.install)
  gnubiff/repos/community-staging-i686/mutex.patch
    (from rev 164407, gnubiff/trunk/mutex.patch)
  gnubiff/repos/community-staging-x86_64/
  gnubiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 164407, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-staging-x86_64/gnubiff.install
    (from rev 164407, gnubiff/trunk/gnubiff.install)
  gnubiff/repos/community-staging-x86_64/mutex.patch
    (from rev 164407, gnubiff/trunk/mutex.patch)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   36 +++++++++++++++++++++++++++++
 community-staging-i686/gnubiff.install   |   13 ++++++++++
 community-staging-i686/mutex.patch       |   13 ++++++++++
 community-staging-x86_64/PKGBUILD        |   36 +++++++++++++++++++++++++++++
 community-staging-x86_64/gnubiff.install |   13 ++++++++++
 community-staging-x86_64/mutex.patch     |   13 ++++++++++
 6 files changed, 124 insertions(+)

Copied: gnubiff/repos/community-staging-i686/PKGBUILD (from rev 164407, gnubiff/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-03-03 09:33:16 UTC (rev 164408)
@@ -0,0 +1,36 @@
+# $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.16
+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=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+	mutex.patch)
+install=gnubiff.install
+md5sums=('f908510bf3d9b38f883dc5873b09f99c'
+         '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+  patch -p1 <$srcdir/mutex.patch
+}
+
+build() {
+  cd $srcdir/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
+	--disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnubiff/repos/community-staging-i686/gnubiff.install (from rev 164407, gnubiff/trunk/gnubiff.install)
===================================================================
--- community-staging-i686/gnubiff.install	                        (rev 0)
+++ community-staging-i686/gnubiff.install	2016-03-03 09:33:16 UTC (rev 164408)
@@ -0,0 +1,13 @@
+infodir=usr/share/info
+
+post_install() {
+  install-info $infodir/gnubiff.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post-install
+}
+
+pre_remove() {
+  install-info --delete $infodir/gnubiff.info.gz $infodir/dir 2> /dev/null
+}

Copied: gnubiff/repos/community-staging-i686/mutex.patch (from rev 164407, gnubiff/trunk/mutex.patch)
===================================================================
--- community-staging-i686/mutex.patch	                        (rev 0)
+++ community-staging-i686/mutex.patch	2016-03-03 09:33:16 UTC (rev 164408)
@@ -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_);

Copied: gnubiff/repos/community-staging-x86_64/PKGBUILD (from rev 164407, gnubiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-03-03 09:33:16 UTC (rev 164408)
@@ -0,0 +1,36 @@
+# $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.16
+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=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+	mutex.patch)
+install=gnubiff.install
+md5sums=('f908510bf3d9b38f883dc5873b09f99c'
+         '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+  patch -p1 <$srcdir/mutex.patch
+}
+
+build() {
+  cd $srcdir/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
+	--disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnubiff/repos/community-staging-x86_64/gnubiff.install (from rev 164407, gnubiff/trunk/gnubiff.install)
===================================================================
--- community-staging-x86_64/gnubiff.install	                        (rev 0)
+++ community-staging-x86_64/gnubiff.install	2016-03-03 09:33:16 UTC (rev 164408)
@@ -0,0 +1,13 @@
+infodir=usr/share/info
+
+post_install() {
+  install-info $infodir/gnubiff.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post-install
+}
+
+pre_remove() {
+  install-info --delete $infodir/gnubiff.info.gz $infodir/dir 2> /dev/null
+}

Copied: gnubiff/repos/community-staging-x86_64/mutex.patch (from rev 164407, gnubiff/trunk/mutex.patch)
===================================================================
--- community-staging-x86_64/mutex.patch	                        (rev 0)
+++ community-staging-x86_64/mutex.patch	2016-03-03 09:33:16 UTC (rev 164408)
@@ -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