Date: Tuesday, February 26, 2013 @ 16:27:05
  Author: andrea
Revision: 84955

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

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

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

Copied: fbreader/repos/community-staging-i686/PKGBUILD (from rev 84954, 
fbreader/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-02-26 15:27:05 UTC (rev 84955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=fbreader
+pkgver=0.99.4
+pkgrel=2
+pkgdesc="An e-book reader for Linux"
+arch=('i686' 'x86_64')
+url="http://www.fbreader.org/";
+license=('GPL')
+depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
+makedepends=('ccache')
+source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
+md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d')
+
+build() {
+  export TARGET_ARCH=desktop
+  export UI_TYPE=qt4
+  export TARGET_STATUS=release
+  cd $srcdir/fbreader-$pkgver
+  sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk 
zlibrary/text/Makefile
+  make ZLSHARED=no MOC=/usr/bin/moc-qt4
+}
+
+package() {
+  cd $srcdir/fbreader-$pkgver
+  make ZLSHARED=no DESTDIR=$pkgdir install
+}

Copied: fbreader/repos/community-staging-x86_64/PKGBUILD (from rev 84954, 
fbreader/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-26 15:27:05 UTC (rev 84955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=fbreader
+pkgver=0.99.4
+pkgrel=2
+pkgdesc="An e-book reader for Linux"
+arch=('i686' 'x86_64')
+url="http://www.fbreader.org/";
+license=('GPL')
+depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
+makedepends=('ccache')
+source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
+md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d')
+
+build() {
+  export TARGET_ARCH=desktop
+  export UI_TYPE=qt4
+  export TARGET_STATUS=release
+  cd $srcdir/fbreader-$pkgver
+  sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk 
zlibrary/text/Makefile
+  make ZLSHARED=no MOC=/usr/bin/moc-qt4
+}
+
+package() {
+  cd $srcdir/fbreader-$pkgver
+  make ZLSHARED=no DESTDIR=$pkgdir install
+}

Reply via email to