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

Alexander Rødseth arodseth at archlinux.org
Tue Oct 31 06:34:15 UTC 2017


    Date: Tuesday, October 31, 2017 @ 06:34:13
  Author: arodseth
Revision: 264844

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-31 06:33:54 UTC (rev 264843)
+++ community-i686/PKGBUILD	2017-10-31 06:34:13 UTC (rev 264844)
@@ -1,32 +0,0 @@
-# $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:

Copied: libdom/repos/community-i686/PKGBUILD (from rev 264843, libdom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-31 06:34:13 UTC (rev 264844)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=libdom
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/' # no https available
+license=('MIT')
+depends=('expat' 'libhubbub>=0.3.4' 'libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
+makedepends=('git' 'libparserutils>=0.2.3' 'netsurf-buildsystem')
+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="$CFLAGS -Wno-error=unused-but-set-variable -w"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C "$pkgname" \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    DESTDIR="$pkgdir" \
+    COMPONENT_TYPE="lib-shared" \
+    install
+  install -Dm644 "$pkgname/COPYING" \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libdom.git
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-31 06:33:54 UTC (rev 264843)
+++ community-x86_64/PKGBUILD	2017-10-31 06:34:13 UTC (rev 264844)
@@ -1,32 +0,0 @@
-# $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:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 264843, libdom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-31 06:34:13 UTC (rev 264844)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=libdom
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/' # no https available
+license=('MIT')
+depends=('expat' 'libhubbub>=0.3.4' 'libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
+makedepends=('git' 'libparserutils>=0.2.3' 'netsurf-buildsystem')
+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="$CFLAGS -Wno-error=unused-but-set-variable -w"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C "$pkgname" \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    DESTDIR="$pkgdir" \
+    COMPONENT_TYPE="lib-shared" \
+    install
+  install -Dm644 "$pkgname/COPYING" \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libdom.git
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list