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

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 17:52:06 UTC 2017


    Date: Friday, February 17, 2017 @ 17:52:05
  Author: spupykin
Revision: 212950

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 212949, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-staging-x86_64/
  gnubiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 212949, gnubiff/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: gnubiff/repos/community-staging-i686/PKGBUILD (from rev 212949, gnubiff/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-17 17:52:05 UTC (rev 212950)
@@ -0,0 +1,28 @@
+# $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.17
+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)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a')
+
+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" DATADIRNAME=share install
+}

Copied: gnubiff/repos/community-staging-x86_64/PKGBUILD (from rev 212949, gnubiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-17 17:52:05 UTC (rev 212950)
@@ -0,0 +1,28 @@
+# $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.17
+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)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a')
+
+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" DATADIRNAME=share install
+}



More information about the arch-commits mailing list