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

Andreas Radke andyrtr at archlinux.org
Fri Jan 9 20:44:45 UTC 2015


    Date: Friday, January 9, 2015 @ 21:44:44
  Author: andyrtr
Revision: 228870

upgpkg: libe-book 0.1.2-1

upstream update 0.1.2

Modified:
  libe-book/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-09 20:24:21 UTC (rev 228869)
+++ PKGBUILD	2015-01-09 20:44:44 UTC (rev 228870)
@@ -9,14 +9,14 @@
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libebook/"
 license=('LGPL2.1' 'MPL')
-depends=('libcss' 'libhubbub' 'libmspack' 'librevenge' 'libxml2' 'zlib')
-makedepends=('boost' 'icu')
-source=(https://sourceforge.net/projects/${pkgname//-/}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-werror
+  ./configure --prefix=/usr #--disable-werror
   make
 }
 



More information about the arch-commits mailing list