Date: Tuesday, December 27, 2016 @ 13:20:20 Author: andyrtr Revision: 284858
upgpkg: libzmf 0.0.1-1 upstream update 0.0.1 - initial Arch Linux package Modified: libzmf/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-27 12:57:31 UTC (rev 284857) +++ PKGBUILD 2016-12-27 13:20:20 UTC (rev 284858) @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 260933 2016-03-05 09:31:35Z andyrtr $ +# $Id$ # Maintainer: AndyRTR <[email protected]> pkgname=libzmf @@ -9,12 +9,13 @@ url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf" license=('MPL') source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz) -#depends=('librevenge') -#makedepends=('boost') +depends=('librevenge' 'libpng') +makedepends=('boost' 'cppunit' 'doxygen') +sha256sums=('eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-werror make } Property changes on: libzmf/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
