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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Apr 22 16:00:28 UTC 2014


    Date: Tuesday, April 22, 2014 @ 18:00:27
  Author: spupykin
Revision: 109973

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

Added:
  gnubiff/repos/community-i686/PKGBUILD
    (from rev 109972, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-x86_64/PKGBUILD
    (from rev 109972, gnubiff/trunk/PKGBUILD)
Deleted:
  gnubiff/repos/community-i686/PKGBUILD
  gnubiff/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -------------------
 community-x86_64/PKGBUILD |   29 -------------------
 3 files changed, 64 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-22 16:00:09 UTC (rev 109972)
+++ community-i686/PKGBUILD	2014-04-22 16:00:27 UTC (rev 109973)
@@ -1,29 +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=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=('perlxml' 'intltool')
-conflicts=(gnubiff-gtk)
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
-
-build() {
-  [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
-  cd $srcdir/gnubiff-$pkgver
-
-  ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
-	--disable-fam --disable-gnome
-  make
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/share/info/dir
-}

Copied: gnubiff/repos/community-i686/PKGBUILD (from rev 109972, gnubiff/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-22 16:00:27 UTC (rev 109973)
@@ -0,0 +1,32 @@
+# $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=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/"
+license=("GPL")
+depends=('libglade' 'gtk3' 'popt')
+makedepends=('perlxml' 'intltool')
+conflicts=(gnubiff-gtk)
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
+
+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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-22 16:00:09 UTC (rev 109972)
+++ community-x86_64/PKGBUILD	2014-04-22 16:00:27 UTC (rev 109973)
@@ -1,29 +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=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=('perlxml' 'intltool')
-conflicts=(gnubiff-gtk)
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
-
-build() {
-  [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
-  cd $srcdir/gnubiff-$pkgver
-
-  ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
-	--disable-fam --disable-gnome
-  make
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/share/info/dir
-}

Copied: gnubiff/repos/community-x86_64/PKGBUILD (from rev 109972, gnubiff/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-22 16:00:27 UTC (rev 109973)
@@ -0,0 +1,32 @@
+# $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=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/"
+license=("GPL")
+depends=('libglade' 'gtk3' 'popt')
+makedepends=('perlxml' 'intltool')
+conflicts=(gnubiff-gtk)
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
+
+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
+}




More information about the arch-commits mailing list