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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 15:16:13 UTC 2016


    Date: Saturday, February 20, 2016 @ 16:16:13
  Author: arodseth
Revision: 162800

Version bump

Modified:
  libdom/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 15:13:57 UTC (rev 162799)
+++ PKGBUILD	2016-02-20 15:16:13 UTC (rev 162800)
@@ -1,31 +1,32 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=libdom
-pkgver=0.1.2
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Implementation of the W3C DOM'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libdom/'
 license=('MIT')
-depends=('libhubbub>=0.3.0' 'libwapcaplet>=0.2.1' 'expat')
-makedepends=('netsurf-buildsystem' 'git')
+depends=('libhubbub>=0.3.3' 'libwapcaplet>=0.3.0' 'libparserutils>=0.2.3' 'expat')
+makedepends=('netsurf-buildsystem' 'git' 'libparserutils>=0.2.3')
 source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
 md5sums=('SKIP')
 
 build() {
   cd "$pkgname"
-  
-	sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
   export CFLAGS="-Wno-error=unused-but-set-variable"
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
 }
 
 package() {
   cd "$pkgname"
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared"
+
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
+# getver: source.netsurf-browser.org/libdom.git
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list