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

2017-10-31 Thread Alexander Rødseth
Date: Tuesday, October 31, 2017 @ 06:39:06
  Author: arodseth
Revision: 264846

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

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

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   42 -
 community-x86_64/PKGBUILD |   42 -
 3 files changed, 88 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-31 06:38:48 UTC (rev 264845)
+++ community-i686/PKGBUILD 2017-10-31 06:39:06 UTC (rev 264846)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.5
-pkgrel=1
-pkgdesc='SVG Tiny library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.4.0' 'libdom>=0.3.1' 
'gperf')
-depends=('libdom>=0.3.1')
-source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname/Makefile"
-}
-
-build() {
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make -C "$pkgname" \
-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/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-i686/PKGBUILD (from rev 264845, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-31 06:39:06 UTC (rev 264846)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libsvgtiny
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='SVG Tiny library'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libsvgtiny/'
+license=('MIT')
+makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.4.0' 'libdom>=0.3.2' 
'gperf')
+depends=('libdom>=0.3.2')
+source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname/Makefile"
+}
+
+build() {
+  export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable -w"
+
+  make -C "$pkgname" \
+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/libsvgtiny.git
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-31 06:38:48 UTC (rev 264845)
+++ community-x86_64/PKGBUILD   2017-10-31 06:39:06 UTC (rev 264846)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.5
-pkgrel=1
-pkgdesc='SVG Tiny library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.4.0' 'libdom>=0.3.1' 
'gperf')
-depends=('libdom>=0.3.1')
-source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname/Makefile"
-}
-
-build() {
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make -C "$pkgname" \
-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/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-x86_64/PKGBUILD (from rev 264845, 
libsvgtiny/trunk/PKGBUILD)

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 21:54:57
  Author: arodseth
Revision: 196976

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 84 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 21:54:44 UTC (rev 196975)
+++ community-i686/PKGBUILD 2016-11-26 21:54:57 UTC (rev 196976)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='SVG Tiny library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
-source=("git://git.netsurf-browser.org/libsvgtiny.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/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-i686/PKGBUILD (from rev 196975, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 21:54:57 UTC (rev 196976)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libsvgtiny
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='SVG Tiny library'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libsvgtiny/'
+license=('MIT')
+makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.4.0' 'libdom>=0.3.1' 
'gperf')
+depends=('libdom>=0.3.1')
+source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname/Makefile"
+}
+
+build() {
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make -C "$pkgname" \
+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/libsvgtiny.git
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 21:54:44 UTC (rev 196975)
+++ community-x86_64/PKGBUILD   2016-11-26 21:54:57 UTC (rev 196976)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='SVG Tiny library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
-source=("git://git.netsurf-browser.org/libsvgtiny.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/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-x86_64/PKGBUILD (from rev 196975, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 21:54:57 UTC (rev 196976)
@@ -0,0 +1,42 @@
+# 

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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 16:04:50
  Author: arodseth
Revision: 162789

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-20 15:04:17 UTC (rev 162788)
+++ community-i686/PKGBUILD 2016-02-20 15:04:50 UTC (rev 162789)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
-source=("git://git.netsurf-browser.org/libsvgtiny.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/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-i686/PKGBUILD (from rev 162788, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-20 15:04:50 UTC (rev 162789)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libsvgtiny
+pkgver=0.1.4
+pkgrel=2
+pkgdesc='SVG Tiny library'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libsvgtiny/'
+license=('MIT')
+makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
+depends=('libdom>=0.1.2')
+source=("git://git.netsurf-browser.org/libsvgtiny.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/libsvgtiny.git
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-20 15:04:17 UTC (rev 162788)
+++ community-x86_64/PKGBUILD   2016-02-20 15:04:50 UTC (rev 162789)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
-source=("git://git.netsurf-browser.org/libsvgtiny.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/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-x86_64/PKGBUILD (from rev 162788, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-20 15:04:50 UTC (rev 162789)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z