[arch-commits] Commit in gmetadom/repos (8 files)
Pierre Schmitz
pierre at archlinux.org
Sat Sep 10 15:29:12 UTC 2011
Date: Saturday, September 10, 2011 @ 11:29:12
Author: pierre
Revision: 137758
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gmetadom/repos/extra-i686/PKGBUILD
(from rev 137757, gmetadom/trunk/PKGBUILD)
gmetadom/repos/extra-i686/gmetadom-0.2.6-gcc43.patch
(from rev 137757, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
gmetadom/repos/extra-x86_64/PKGBUILD
(from rev 137757, gmetadom/trunk/PKGBUILD)
gmetadom/repos/extra-x86_64/gmetadom-0.2.6-gcc43.patch
(from rev 137757, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
Deleted:
gmetadom/repos/extra-i686/PKGBUILD
gmetadom/repos/extra-i686/gmetadom-0.2.6-gcc43.patch
gmetadom/repos/extra-x86_64/PKGBUILD
gmetadom/repos/extra-x86_64/gmetadom-0.2.6-gcc43.patch
-----------------------------------------+
extra-i686/PKGBUILD | 57 ++++++++++++++++--------------
extra-i686/gmetadom-0.2.6-gcc43.patch | 36 +++++++++---------
extra-x86_64/PKGBUILD | 57 ++++++++++++++++--------------
extra-x86_64/gmetadom-0.2.6-gcc43.patch | 36 +++++++++---------
4 files changed, 98 insertions(+), 88 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-10 15:28:22 UTC (rev 137757)
+++ extra-i686/PKGBUILD 2011-09-10 15:29:12 UTC (rev 137758)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gmetadom
-pkgver=0.2.6
-pkgrel=2
-pkgdesc="C++ bindings for GDome2 DOM implementation"
-arch=('i686' 'x86_64')
-url="http://gmetadom.sourceforge.net/"
-license=('LGPL')
-depends=('gdome2')
-makedepends=('pkgconfig' 'ocaml')
-options=('!libtool' '!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 || return 1
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir}/ install
-}
Copied: gmetadom/repos/extra-i686/PKGBUILD (from rev 137757, gmetadom/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-10 15:29:12 UTC (rev 137758)
@@ -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=3
+pkgdesc="C++ bindings for GDome2 DOM implementation"
+arch=('i686' 'x86_64')
+url="http://gmetadom.sourceforge.net/"
+license=('LGPL')
+depends=('gdome2')
+makedepends=('pkgconfig' 'ocaml')
+options=('!libtool' '!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
+}
Deleted: extra-i686/gmetadom-0.2.6-gcc43.patch
===================================================================
--- extra-i686/gmetadom-0.2.6-gcc43.patch 2011-09-10 15:28:22 UTC (rev 137757)
+++ extra-i686/gmetadom-0.2.6-gcc43.patch 2011-09-10 15:29:12 UTC (rev 137758)
@@ -1,18 +0,0 @@
-#! /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/extra-i686/gmetadom-0.2.6-gcc43.patch (from rev 137757, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
===================================================================
--- extra-i686/gmetadom-0.2.6-gcc43.patch (rev 0)
+++ extra-i686/gmetadom-0.2.6-gcc43.patch 2011-09-10 15:29:12 UTC (rev 137758)
@@ -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"
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-10 15:28:22 UTC (rev 137757)
+++ extra-x86_64/PKGBUILD 2011-09-10 15:29:12 UTC (rev 137758)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gmetadom
-pkgver=0.2.6
-pkgrel=2
-pkgdesc="C++ bindings for GDome2 DOM implementation"
-arch=('i686' 'x86_64')
-url="http://gmetadom.sourceforge.net/"
-license=('LGPL')
-depends=('gdome2')
-makedepends=('pkgconfig' 'ocaml')
-options=('!libtool' '!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 || return 1
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir}/ install
-}
Copied: gmetadom/repos/extra-x86_64/PKGBUILD (from rev 137757, gmetadom/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-10 15:29:12 UTC (rev 137758)
@@ -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=3
+pkgdesc="C++ bindings for GDome2 DOM implementation"
+arch=('i686' 'x86_64')
+url="http://gmetadom.sourceforge.net/"
+license=('LGPL')
+depends=('gdome2')
+makedepends=('pkgconfig' 'ocaml')
+options=('!libtool' '!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
+}
Deleted: extra-x86_64/gmetadom-0.2.6-gcc43.patch
===================================================================
--- extra-x86_64/gmetadom-0.2.6-gcc43.patch 2011-09-10 15:28:22 UTC (rev 137757)
+++ extra-x86_64/gmetadom-0.2.6-gcc43.patch 2011-09-10 15:29:12 UTC (rev 137758)
@@ -1,18 +0,0 @@
-#! /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/extra-x86_64/gmetadom-0.2.6-gcc43.patch (from rev 137757, gmetadom/trunk/gmetadom-0.2.6-gcc43.patch)
===================================================================
--- extra-x86_64/gmetadom-0.2.6-gcc43.patch (rev 0)
+++ extra-x86_64/gmetadom-0.2.6-gcc43.patch 2011-09-10 15:29:12 UTC (rev 137758)
@@ -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