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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 12 17:14:07 UTC 2012


    Date: Friday, October 12, 2012 @ 13:14:06
  Author: andyrtr
Revision: 168486

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

Added:
  gtkglextmm/repos/testing-i686/
  gtkglextmm/repos/testing-i686/PKGBUILD
    (from rev 168485, gtkglextmm/trunk/PKGBUILD)
  gtkglextmm/repos/testing-i686/gdkspanfunc.patch
    (from rev 168485, gtkglextmm/trunk/gdkspanfunc.patch)
  gtkglextmm/repos/testing-x86_64/
  gtkglextmm/repos/testing-x86_64/PKGBUILD
    (from rev 168485, gtkglextmm/trunk/PKGBUILD)
  gtkglextmm/repos/testing-x86_64/gdkspanfunc.patch
    (from rev 168485, gtkglextmm/trunk/gdkspanfunc.patch)

----------------------------------+
 testing-i686/PKGBUILD            |   40 +++++++++++++++++++++++++++++++++++++
 testing-i686/gdkspanfunc.patch   |   13 ++++++++++++
 testing-x86_64/PKGBUILD          |   40 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/gdkspanfunc.patch |   13 ++++++++++++
 4 files changed, 106 insertions(+)

Copied: gtkglextmm/repos/testing-i686/PKGBUILD (from rev 168485, gtkglextmm/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-12 17:14:06 UTC (rev 168486)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Bastien Bouclet <bastien.bouclet at gmail.com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=gtkglextmm
+pkgver=1.2.0
+pkgrel=9
+pkgdesc="Cpp C++ bindings for gtkglext"
+arch=('i686' 'x86_64')
+url="http://gtkglext.sourceforge.net/"
+depends=('gtkmm' 'gtkglext')
+makedepends=('mesa')
+options=('!libtool')
+license=('GPL')
+source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2"
+        'gdkspanfunc.patch')
+md5sums=('27c05f4d45c5fd07b6fb0f044add3056'
+         'd7c8ea33c748a6857ee629c16b2d9bff')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#24706
+  patch -Np1 -i "${srcdir}/gdkspanfunc.patch"
+
+  # automake 1.8 fix
+  sed -i "s|\(AC_DEFUN(\)\(AC_.*_MULTIHEAD\)|\1[\2]|" m4macros/gtkglextmm.m4
+
+  ./configure --prefix=/usr \
+              --disable-gtkglext-test \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkglextmm/repos/testing-i686/gdkspanfunc.patch (from rev 168485, gtkglextmm/trunk/gdkspanfunc.patch)
===================================================================
--- testing-i686/gdkspanfunc.patch	                        (rev 0)
+++ testing-i686/gdkspanfunc.patch	2012-10-12 17:14:06 UTC (rev 168486)
@@ -0,0 +1,13 @@
+--- a/gtkglext/gtkmm/gl/widget.cc	2004-05-18 03:01:50.000000000 -0300
++++ b/gtkglext/gtkmm/gl/widget.cc	2011-06-12 17:57:13.075541070 -0300
+@@ -17,9 +17,8 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA.
+  */
+ 
+-#include <gtk/gtkglwidget.h>
+-
+ #include "widget.h"
++#include <gtk/gtkglwidget.h>
+ 
+ namespace Gtk
+ {

Copied: gtkglextmm/repos/testing-x86_64/PKGBUILD (from rev 168485, gtkglextmm/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-12 17:14:06 UTC (rev 168486)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Bastien Bouclet <bastien.bouclet at gmail.com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=gtkglextmm
+pkgver=1.2.0
+pkgrel=9
+pkgdesc="Cpp C++ bindings for gtkglext"
+arch=('i686' 'x86_64')
+url="http://gtkglext.sourceforge.net/"
+depends=('gtkmm' 'gtkglext')
+makedepends=('mesa')
+options=('!libtool')
+license=('GPL')
+source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2"
+        'gdkspanfunc.patch')
+md5sums=('27c05f4d45c5fd07b6fb0f044add3056'
+         'd7c8ea33c748a6857ee629c16b2d9bff')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#24706
+  patch -Np1 -i "${srcdir}/gdkspanfunc.patch"
+
+  # automake 1.8 fix
+  sed -i "s|\(AC_DEFUN(\)\(AC_.*_MULTIHEAD\)|\1[\2]|" m4macros/gtkglextmm.m4
+
+  ./configure --prefix=/usr \
+              --disable-gtkglext-test \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: gtkglextmm/repos/testing-x86_64/gdkspanfunc.patch (from rev 168485, gtkglextmm/trunk/gdkspanfunc.patch)
===================================================================
--- testing-x86_64/gdkspanfunc.patch	                        (rev 0)
+++ testing-x86_64/gdkspanfunc.patch	2012-10-12 17:14:06 UTC (rev 168486)
@@ -0,0 +1,13 @@
+--- a/gtkglext/gtkmm/gl/widget.cc	2004-05-18 03:01:50.000000000 -0300
++++ b/gtkglext/gtkmm/gl/widget.cc	2011-06-12 17:57:13.075541070 -0300
+@@ -17,9 +17,8 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA.
+  */
+ 
+-#include <gtk/gtkglwidget.h>
+-
+ #include "widget.h"
++#include <gtk/gtkglwidget.h>
+ 
+ namespace Gtk
+ {




More information about the arch-commits mailing list