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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 14:33:11 UTC 2016


    Date: Saturday, February 20, 2016 @ 15:33:11
  Author: arodseth
Revision: 162762

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

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

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

Copied: libsvgtiny/repos/community-i686/PKGBUILD (from rev 162761, libsvgtiny/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-20 14:33:11 UTC (rev 162762)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+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 162761, libsvgtiny/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-20 14:33:11 UTC (rev 162762)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+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:



More information about the arch-commits mailing list