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

2020-10-22 Thread Balló György via arch-commits
Date: Thursday, October 22, 2020 @ 12:52:38
  Author: bgyorgy
Revision: 729083

upgpkg: gnubiff 2.2.17-7: Disable gnome-panel support

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

--+
 PKGBUILD |   17 --
 panel_applet_inprocess.patch |  260 -
 2 files changed, 5 insertions(+), 272 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 12:52:36 UTC (rev 729082)
+++ PKGBUILD2020-10-22 12:52:38 UTC (rev 729083)
@@ -5,33 +5,26 @@
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=6
+pkgrel=7
 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=('gnome-panel' 'intltool')
-optdepends=('gnome-panel: Applet for GNOME Panel')
+makedepends=('intltool')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-gnubiff.appdata.xml
-panel_applet_inprocess.patch)
+gnubiff.appdata.xml)
 sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
-'372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939'
-'ea229413fde314b8a7bd184d5d37eb6ba9e6929f48b0cf4a86eeeab2e8db32f6')
+'372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939')
 
 prepare() {
   cd $pkgname-$pkgver
-  # Fix GNOME Panel applet
-  patch -Np1 -i ../panel_applet_inprocess.patch
-  sed -i 's/Icon=.*$/Icon=gnubiff/' 
src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
   autoreconf -fi
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-fam --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  ./configure --prefix=/usr --disable-fam --disable-gnome --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271"
   make
 }
 

Deleted: panel_applet_inprocess.patch
===
--- panel_applet_inprocess.patch2020-10-22 12:52:36 UTC (rev 729082)
+++ panel_applet_inprocess.patch2020-10-22 12:52:38 UTC (rev 729083)
@@ -1,260 +0,0 @@
-Description: port the GNOME Panel applet to in-process applet
- It is now built as a separate .so file, and the gnubiff executable
- now has no applet-related code.
- .
- The Makefile.am is refactored to support this double build.
-Author: Dmitry Shachnev 
-Forwarded: https://sourceforge.net/p/gnubiff/patches/8/
-Last-Update: 2016-12-02
-
 a/configure.ac
-+++ b/configure.ac
-@@ -40,6 +40,7 @@
- AC_CONFIG_SRCDIR([src/gnubiff.cc])
- AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE
-+LT_INIT([dlopen disable-static])
- 
- ##
- #   Configure Options#
-@@ -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)
-   ])
--  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 @@
--INCLUDES = \
--  $(FAM_CFLAGS) \
--  $(GNUBIFF_DEP_CFLAGS)   
\
--  $(GNOME_DEP_CFLAGS) \
-+AM_CXXFLAGS = \
-+  $(FAM_CFLAGS)   \
-+  $(GNUBIFF_DEP_CFLAGS)   \
-+  $(GNOME_DEP_CFLAGS) \
-+  -Wall -pedantic -export-dynamic
-+
-+AM_CFLAGS = \
-+  $(AM_CXXFLAGS)  \
-+  -ansi
-+
-+AM_CPPFLAGS = \
-   -DGNUBIFF_LOCALEDIR=\""$(datadir)/locale"\" \
-   -DGNUBIFF_DATADIR=\""$(pkgdatadir)"\"   \
-   -DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\"  \
-   -DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\"   \
-   -DREAL_DATADIR=\""$(datadir)"\" \
--  -D_GNU_SOURCE   
\
--  -Wall -ansi -pedantic -export-dynamic
-+  -D_GNU_SOURCE
- 
- bin_PROGRAMS = gnubiff
- 
-@@ -16,7 +22,6 @@
-   ui-applet-gnome.cc  ui-applet-gnome.h
- 
- common_sources = \
--  gnubiff.cc  
\
-   biff.cc biff.h  
\
-

[arch-commits] Commit in gnubiff/trunk (PKGBUILD gnubiff.appdata.xml)

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 07:37:59
  Author: bgyorgy
Revision: 638691

upgpkg: gnubiff 2.2.17-6: Add AppStream metadata

Added:
  gnubiff/trunk/gnubiff.appdata.xml
Modified:
  gnubiff/trunk/PKGBUILD

-+
 PKGBUILD|5 -
 gnubiff.appdata.xml |   46 ++
 2 files changed, 50 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 07:35:21 UTC (rev 638690)
+++ PKGBUILD2020-06-04 07:37:59 UTC (rev 638691)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=5
+pkgrel=6
 pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
 arch=('x86_64')
 url="http://gnubiff.sourceforge.net/;
@@ -14,8 +14,10 @@
 makedepends=('gnome-panel' 'intltool')
 optdepends=('gnome-panel: Applet for GNOME Panel')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+gnubiff.appdata.xml
 panel_applet_inprocess.patch)
 sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
+'372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939'
 'ea229413fde314b8a7bd184d5d37eb6ba9e6929f48b0cf4a86eeeab2e8db32f6')
 
 prepare() {
@@ -36,4 +38,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" DATADIRNAME=share install
+  install -Dm644 ../gnubiff.appdata.xml 
"$pkgdir/usr/share/metainfo/gnubiff.appdata.xml"
 }

Added: gnubiff.appdata.xml
===
--- gnubiff.appdata.xml (rev 0)
+++ gnubiff.appdata.xml 2020-06-04 07:37:59 UTC (rev 638691)
@@ -0,0 +1,46 @@
+
+
+  net.sourceforge.gnubiff
+  gnubiff.desktop
+  Gnubiff
+  Mail notification program
+  CC0-1.0
+  GPL-3.0
+  
+gnubiff is a mail notification program that checks for mail and 
displays headers when new mail has arrived.
+gnubiff features include:
+
+  Multiple mailbox support
+  pop3, apop, imap4, mh, qmail and mailfile support
+  SSL  certificates support
+  GNOME support with complete integration to panel
+  GTK stand-alone support
+  Support for the system tray
+  Support for running without GUI or X
+  Automatic detection of mailbox format
+  Mail header  content display
+  IDLE state support for imap4
+  FAM support for mh/qmail/mailfile
+  PNG animation support
+  Highly configurable
+  HIG 2.0 compliance
+  Small memory usage
+
+  
+  
+
+  Popup window displaying headers and mail content
+​  https://sourceforge.net/p/gnubiff/screenshot/8243.jpg
+
+
+  gnubiff preferences
+​  https://sourceforge.net/p/gnubiff/screenshot/11445.jpg
+
+
+  Example of gnome panel integration
+​  https://sourceforge.net/p/gnubiff/screenshot/8239.jpg
+
+  
+  https://sourceforge.net/p/gnubiff/bugs/
+  http://gnubiff.sourceforge.net/
+


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

2018-09-07 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-09-08 00:50:00 UTC (rev 378737)
+++ PKGBUILD2018-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.patch2018-09-08 00:50:00 UTC (rev 378737)
+++ panel_applet_inprocess.patch2018-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 @@


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

2018-01-21 Thread Balló György via arch-commits
Date: Sunday, January 21, 2018 @ 13:21:44
  Author: bgyorgy
Revision: 284499

upgpkg: gnubiff 2.2.17-4

Adopt the package, enable panel applet

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

--+
 PKGBUILD |   36 +++--
 panel_applet_inprocess.patch |  255 +
 2 files changed, 279 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-21 12:16:17 UTC (rev 284498)
+++ PKGBUILD2018-01-21 13:21:44 UTC (rev 284499)
@@ -1,28 +1,40 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Tom K 
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Tom K 
 # Contributor: Todd Musall 
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=3
+pkgrel=4
 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=("GPL")
-depends=('gtk3' 'popt')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('6371ca2986efdaf1e47bc5a44249513a')
+license=('GPL3')
+depends=('gtk3')
+makedepends=('gconf' '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')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix GNOME Panel applet
+  patch -Np1 -i ../panel_applet_inprocess.patch
+  sed -i 's/Icon=.*$/Icon=gnubiff/' 
src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
+  autoreconf -fi
+}
+
 build() {
-  cd "$srcdir"/gnubiff-$pkgver
-  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
-   --disable-fam --disable-gnome
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-fam --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd "$srcdir"/gnubiff-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" DATADIRNAME=share install
 }

Added: panel_applet_inprocess.patch
===
--- panel_applet_inprocess.patch(rev 0)
+++ panel_applet_inprocess.patch2018-01-21 13:21:44 UTC (rev 284499)
@@ -0,0 +1,255 @@
+Description: port the GNOME Panel applet to in-process applet
+ It is now built as a separate .so file, and the gnubiff executable
+ now has no applet-related code.
+ .
+ The Makefile.am is refactored to support this double build.
+Author: Dmitry Shachnev 
+Forwarded: https://sourceforge.net/p/gnubiff/patches/8/
+Last-Update: 2016-12-02
+
+--- a/configure.ac
 b/configure.ac
+@@ -40,6 +40,7 @@
+ AC_CONFIG_SRCDIR([src/gnubiff.cc])
+ AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE
++LT_INIT([dlopen disable-static])
+ 
+ ##
+ #   Configure Options#
+@@ -183,7 +184,6 @@
+   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)
+   ])
+   if test "x$GCONFTOOL" = "xno"; then
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -1,14 +1,20 @@
+-INCLUDES = \
+-  $(FAM_CFLAGS) \
+-  $(GNUBIFF_DEP_CFLAGS)   
\
+-  $(GNOME_DEP_CFLAGS) \
++AM_CXXFLAGS = \
++  $(FAM_CFLAGS)   \
++  $(GNUBIFF_DEP_CFLAGS)   \
++  $(GNOME_DEP_CFLAGS) \
++  -Wall -pedantic -export-dynamic
++
++AM_CFLAGS = \
++  $(AM_CXXFLAGS)  \
++  -ansi
++
++AM_CPPFLAGS = \
+   -DGNUBIFF_LOCALEDIR=\""$(datadir)/locale"\" \
+   -DGNUBIFF_DATADIR=\""$(pkgdatadir)"\"   \
+   -DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\"  \
+   -DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\"   \
+   -DREAL_DATADIR=\""$(datadir)"\" \
+-  -D_GNU_SOURCE   
\
+-  -Wall -ansi -pedantic -export-dynamic
++  -D_GNU_SOURCE
+ 
+ bin_PROGRAMS = gnubiff
+ 
+@@ -16,7 +22,6 @@
+   ui-applet-gnome.cc  

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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 17:51:51
  Author: spupykin
Revision: 212949

upgpkg: gnubiff 2.2.17-3

upd

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 17:51:46 UTC (rev 212948)
+++ PKGBUILD2017-02-17 17:51:51 UTC (rev 212949)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.17
-pkgrel=2
+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/;


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

2016-09-26 Thread Sergej Pupykin
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
===
--- PKGBUILD2016-09-26 10:56:53 UTC (rev 190585)
+++ PKGBUILD2016-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_);


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:56:21
  Author: spupykin
Revision: 188571

upgpkg: gnubiff 2.2.17-1

upd

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 12:00:41 UTC (rev 188570)
+++ PKGBUILD2016-09-05 12:56:21 UTC (rev 188571)
@@ -4,8 +4,8 @@
 # Contributor: Todd Musall 
 
 pkgname=gnubiff
-pkgver=2.2.16
-pkgrel=4
+pkgver=2.2.17
+pkgrel=1
 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/;
@@ -14,12 +14,12 @@
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
mutex.patch)
-md5sums=('f908510bf3d9b38f883dc5873b09f99c'
+md5sums=('6371ca2986efdaf1e47bc5a44249513a'
  '76de63fbc4a1487560cfae210fc1d6e4')
 
 prepare() {
   cd $srcdir/gnubiff-$pkgver
-  patch -p1 <$srcdir/mutex.patch
+#  patch -p1 <$srcdir/mutex.patch
 }
 
 build() {


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

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 00:59:27
  Author: spupykin
Revision: 172258

upgpkg: gnubiff 2.2.16-4

upd

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 22:59:23 UTC (rev 172257)
+++ PKGBUILD2016-04-27 22:59:27 UTC (rev 172258)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.16
-pkgrel=3
+pkgrel=4
 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/;


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

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 10:33:05
  Author: bpiotrowski
Revision: 164407

OpenSSL 1.0.2g rebuild

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 09:25:57 UTC (rev 164406)
+++ PKGBUILD2016-03-03 09:33:05 UTC (rev 164407)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.16
-pkgrel=2
+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/;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 22:03:58
  Author: foutrelis
Revision: 149216

C++11 ABI rebuild

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:03:41 UTC (rev 149215)
+++ PKGBUILD2015-12-06 21:03:58 UTC (rev 149216)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.16
-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/;


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

2015-11-08 Thread Balló György
Date: Sunday, November 8, 2015 @ 15:12:10
  Author: bgyorgy
Revision: 146398

upgpkg: gnubiff 2.2.16-1

Update to version 2.2.16

Added:
  gnubiff/trunk/gnubiff.install
Modified:
  gnubiff/trunk/PKGBUILD

-+
 PKGBUILD|   15 ++-
 gnubiff.install |   13 +
 2 files changed, 19 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 07:36:37 UTC (rev 146397)
+++ PKGBUILD2015-11-08 14:12:10 UTC (rev 146398)
@@ -4,18 +4,18 @@
 # Contributor: Todd Musall 
 
 pkgname=gnubiff
-pkgver=2.2.15
-pkgrel=3
+pkgver=2.2.16
+pkgrel=1
 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)
+depends=('gtk3' 'popt')
+makedepends=('intltool')
 source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
mutex.patch)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443'
+install=gnubiff.install
+md5sums=('f908510bf3d9b38f883dc5873b09f99c'
  '76de63fbc4a1487560cfae210fc1d6e4')
 
 prepare() {
@@ -24,9 +24,7 @@
 }
 
 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
@@ -35,5 +33,4 @@
 package() {
   cd $srcdir/gnubiff-$pkgver
   make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/usr/share/info/dir
 }

Added: gnubiff.install
===
--- gnubiff.install (rev 0)
+++ gnubiff.install 2015-11-08 14:12:10 UTC (rev 146398)
@@ -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
+}


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

2015-01-18 Thread Eric Bélanger
Date: Sunday, January 18, 2015 @ 21:40:21
  Author: eric
Revision: 126143

Update makedepends

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-18 20:34:49 UTC (rev 126142)
+++ PKGBUILD2015-01-18 20:40:21 UTC (rev 126143)
@@ -11,7 +11,7 @@
 url=http://gnubiff.sourceforge.net/;
 license=(GPL)
 depends=('libglade' 'gtk3' 'popt')
-makedepends=('perlxml' 'intltool')
+makedepends=('perl-xml-parser' 'intltool')
 conflicts=(gnubiff-gtk)
 source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
mutex.patch)


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

2015-01-14 Thread Sergej Pupykin
Date: Wednesday, January 14, 2015 @ 12:21:59
  Author: spupykin
Revision: 125909

upgpkg: gnubiff 2.2.15-3

upd

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

-+
 PKGBUILD|   13 ++---
 mutex.patch |   13 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 11:21:50 UTC (rev 125908)
+++ PKGBUILD2015-01-14 11:21:59 UTC (rev 125909)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.15
-pkgrel=2
+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/;
@@ -13,9 +13,16 @@
 depends=('libglade' 'gtk3' 'popt')
 makedepends=('perlxml' 'intltool')
 conflicts=(gnubiff-gtk)
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
+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

Added: mutex.patch
===
--- mutex.patch (rev 0)
+++ mutex.patch 2015-01-14 11:21:59 UTC (rev 125909)
@@ -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_);


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

2014-04-22 Thread Sergej Pupykin
Date: Tuesday, April 22, 2014 @ 18:00:09
  Author: spupykin
Revision: 109972

upgpkg: gnubiff 2.2.15-2

upd

Modified:
  gnubiff/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-22 15:47:18 UTC (rev 109971)
+++ PKGBUILD2014-04-22 16:00:09 UTC (rev 109972)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.15
-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/;
@@ -19,6 +19,7 @@
 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