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

Alexander Rødseth arodseth at archlinux.org
Sat Nov 26 20:02:53 UTC 2016


    Date: Saturday, November 26, 2016 @ 20:02:53
  Author: arodseth
Revision: 196966

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

Added:
  libdom/repos/community-i686/PKGBUILD
    (from rev 196965, libdom/trunk/PKGBUILD)
  libdom/repos/community-x86_64/PKGBUILD
    (from rev 196965, libdom/trunk/PKGBUILD)
Deleted:
  libdom/repos/community-i686/PKGBUILD
  libdom/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-26 20:01:23 UTC (rev 196965)
+++ community-i686/PKGBUILD	2016-11-26 20:02:53 UTC (rev 196966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=libdom
-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.3-2' 'libwapcaplet>=0.3.0' 'libparserutils>=0.2.3-2' '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
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname"
-
-  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:

Copied: libdom/repos/community-i686/PKGBUILD (from rev 196965, libdom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-26 20:02:53 UTC (rev 196966)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=libdom
+pkgver=0.3.1
+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.3-2' 'libwapcaplet>=0.4.0' 'libparserutils>=0.2.3-2' '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
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname"
+
+  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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-26 20:01:23 UTC (rev 196965)
+++ community-x86_64/PKGBUILD	2016-11-26 20:02:53 UTC (rev 196966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=libdom
-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.3-2' 'libwapcaplet>=0.3.0' 'libparserutils>=0.2.3-2' '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
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname"
-
-  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:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 196965, libdom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-26 20:02:53 UTC (rev 196966)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=libdom
+pkgver=0.3.1
+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.3-2' 'libwapcaplet>=0.4.0' 'libparserutils>=0.2.3-2' '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
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname"
+
+  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