[arch-commits] Commit in gmetadom/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 01:29:00 UTC 2015


    Date: Sunday, December 6, 2015 @ 02:28:59
  Author: foutrelis
Revision: 252540

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

Added:
  gmetadom/repos/staging-i686/
  gmetadom/repos/staging-i686/PKGBUILD
    (from rev 252539, gmetadom/trunk/PKGBUILD)
  gmetadom/repos/staging-i686/gmetadom-0.2.6-gcc43.patch
    (from rev 252539, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
  gmetadom/repos/staging-x86_64/
  gmetadom/repos/staging-x86_64/PKGBUILD
    (from rev 252539, gmetadom/trunk/PKGBUILD)
  gmetadom/repos/staging-x86_64/gmetadom-0.2.6-gcc43.patch
    (from rev 252539, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)

-------------------------------------------+
 staging-i686/PKGBUILD                     |   31 ++++++++++++++++++++++++++++
 staging-i686/gmetadom-0.2.6-gcc43.patch   |   18 ++++++++++++++++
 staging-x86_64/PKGBUILD                   |   31 ++++++++++++++++++++++++++++
 staging-x86_64/gmetadom-0.2.6-gcc43.patch |   18 ++++++++++++++++
 4 files changed, 98 insertions(+)

Copied: gmetadom/repos/staging-i686/PKGBUILD (from rev 252539, gmetadom/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 01:28:59 UTC (rev 252540)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gmetadom
+pkgver=0.2.6
+pkgrel=5
+pkgdesc="C++ bindings for GDome2 DOM implementation"
+arch=('i686' 'x86_64')
+url="http://gmetadom.sourceforge.net/"
+license=('LGPL')
+depends=('gdome2')
+makedepends=('pkgconfig' 'ocaml')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        'gmetadom-0.2.6-gcc43.patch')
+md5sums=('7bfb5d9c6f20ffa5e790b63d1f8cb481'
+         'ea0271007f8650733029327823353d0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gmetadom-0.2.6-gcc43.patch
+  export LDFLAGS=${LDFLAGS/,--as-needed}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: gmetadom/repos/staging-i686/gmetadom-0.2.6-gcc43.patch (from rev 252539, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
===================================================================
--- staging-i686/gmetadom-0.2.6-gcc43.patch	                        (rev 0)
+++ staging-i686/gmetadom-0.2.6-gcc43.patch	2015-12-06 01:28:59 UTC (rev 252540)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_gcc43-fix.dpatch by Michael Bienia <geser at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh
+--- gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh	2007-11-21 18:27:08.000000000 +0100
++++ gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh	2007-11-28 12:16:00.000000000 +0100
+@@ -26,6 +26,7 @@
+  */
+ 
+ #include <string>
++#include <cstring>
+ 
+ #include "GdomeSmartDOMChar.hh"
+ 

Copied: gmetadom/repos/staging-x86_64/PKGBUILD (from rev 252539, gmetadom/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 01:28:59 UTC (rev 252540)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gmetadom
+pkgver=0.2.6
+pkgrel=5
+pkgdesc="C++ bindings for GDome2 DOM implementation"
+arch=('i686' 'x86_64')
+url="http://gmetadom.sourceforge.net/"
+license=('LGPL')
+depends=('gdome2')
+makedepends=('pkgconfig' 'ocaml')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        'gmetadom-0.2.6-gcc43.patch')
+md5sums=('7bfb5d9c6f20ffa5e790b63d1f8cb481'
+         'ea0271007f8650733029327823353d0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gmetadom-0.2.6-gcc43.patch
+  export LDFLAGS=${LDFLAGS/,--as-needed}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: gmetadom/repos/staging-x86_64/gmetadom-0.2.6-gcc43.patch (from rev 252539, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
===================================================================
--- staging-x86_64/gmetadom-0.2.6-gcc43.patch	                        (rev 0)
+++ staging-x86_64/gmetadom-0.2.6-gcc43.patch	2015-12-06 01:28:59 UTC (rev 252540)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_gcc43-fix.dpatch by Michael Bienia <geser at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh
+--- gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh	2007-11-21 18:27:08.000000000 +0100
++++ gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh	2007-11-28 12:16:00.000000000 +0100
+@@ -26,6 +26,7 @@
+  */
+ 
+ #include <string>
++#include <cstring>
+ 
+ #include "GdomeSmartDOMChar.hh"
+ 



More information about the arch-commits mailing list