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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 29 15:58:48 UTC 2013


    Date: Monday, April 29, 2013 @ 17:58:48
  Author: spupykin
Revision: 89500

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

Added:
  scantailor/repos/community-staging-i686/
  scantailor/repos/community-staging-i686/PKGBUILD
    (from rev 89499, scantailor/trunk/PKGBUILD)
  scantailor/repos/community-staging-x86_64/
  scantailor/repos/community-staging-x86_64/PKGBUILD
    (from rev 89499, scantailor/trunk/PKGBUILD)

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

Copied: scantailor/repos/community-staging-i686/PKGBUILD (from rev 89499, scantailor/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 15:58:48 UTC (rev 89500)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Denis Terskov aka neurosurgeon <terskov.den at gmail.com>
+
+pkgname=scantailor
+pkgver=0.9.11.1
+pkgrel=3
+pkgdesc="Interactive post-processing tool for scanned pages"
+arch=(i686 x86_64)
+url="http://scantailor.sourceforge.net"
+license="GPL"
+depends=('qt4')
+makedepends=('cmake' 'boost')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6cdca1b6d1dafd022ea94b4800dad340')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake \
+	-DCMAKE_CXX_FLAGS="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
+	-DCMAKE_CXX_FLAGS_DEBUG="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
+	-DCMAKE_CXX_FLAGS_RELEASE="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
+	-DCMAKE_INSTALL_PREFIX=/usr \
+	-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: scantailor/repos/community-staging-x86_64/PKGBUILD (from rev 89499, scantailor/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 15:58:48 UTC (rev 89500)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Denis Terskov aka neurosurgeon <terskov.den at gmail.com>
+
+pkgname=scantailor
+pkgver=0.9.11.1
+pkgrel=3
+pkgdesc="Interactive post-processing tool for scanned pages"
+arch=(i686 x86_64)
+url="http://scantailor.sourceforge.net"
+license="GPL"
+depends=('qt4')
+makedepends=('cmake' 'boost')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6cdca1b6d1dafd022ea94b4800dad340')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake \
+	-DCMAKE_CXX_FLAGS="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
+	-DCMAKE_CXX_FLAGS_DEBUG="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
+	-DCMAKE_CXX_FLAGS_RELEASE="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
+	-DCMAKE_INSTALL_PREFIX=/usr \
+	-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list