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

Felix Yan fyan at nymeria.archlinux.org
Sat Apr 19 03:30:24 UTC 2014


    Date: Saturday, April 19, 2014 @ 05:30:24
  Author: fyan
Revision: 109811

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

Added:
  agg/repos/community-testing-i686/
  agg/repos/community-testing-i686/PKGBUILD
    (from rev 109810, agg/trunk/PKGBUILD)
  agg/repos/community-testing-i686/autotools.patch
    (from rev 109810, agg/trunk/autotools.patch)
  agg/repos/community-testing-x86_64/
  agg/repos/community-testing-x86_64/PKGBUILD
    (from rev 109810, agg/trunk/PKGBUILD)
  agg/repos/community-testing-x86_64/autotools.patch
    (from rev 109810, agg/trunk/autotools.patch)

------------------------------------------+
 community-testing-i686/PKGBUILD          |   40 +++++++++++++++++++++++++++++
 community-testing-i686/autotools.patch   |   11 +++++++
 community-testing-x86_64/PKGBUILD        |   40 +++++++++++++++++++++++++++++
 community-testing-x86_64/autotools.patch |   11 +++++++
 4 files changed, 102 insertions(+)

Copied: agg/repos/community-testing-i686/PKGBUILD (from rev 109810, agg/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-04-19 03:30:24 UTC (rev 109811)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jonathan Conder <jonno dot conder at gmail dot com>
+
+pkgname=agg
+_svnver=93
+pkgver=2.4r$_svnver
+pkgrel=1
+epoch=1
+pkgdesc="A High Quality Rendering Engine for C++"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/p/agg/"
+license=('BSD')
+depends=('gcc-libs' 'sdl' 'freetype2')
+makedepends=('subversion')
+provides=('antigrain')
+replaces=('antigrain')
+source=("$pkgname::svn://svn.code.sf.net/p/agg/svn#revision=$_svnver"
+        autotools.patch)
+md5sums=('SKIP'
+         'e042231955a8daee5f3cdfa4ee4e866a')
+
+prepare() {
+  cd $pkgname/$pkgname-2.4
+  patch -p0 -i "${srcdir}/autotools.patch"
+}
+
+build() {
+  cd $pkgname/$pkgname-2.4
+  sh ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname/$pkgname-2.4
+  make DESTDIR="${pkgdir}" install
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed -n 5,11p README > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: agg/repos/community-testing-i686/autotools.patch (from rev 109810, agg/trunk/autotools.patch)
===================================================================
--- community-testing-i686/autotools.patch	                        (rev 0)
+++ community-testing-i686/autotools.patch	2014-04-19 03:30:24 UTC (rev 109811)
@@ -0,0 +1,11 @@
+--- configure.in~	2013-02-22 09:30:00.000000000 -0600
++++ configure.in	2013-02-22 09:30:49.030777571 -0600
+@@ -8,7 +8,7 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
++#AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi

Copied: agg/repos/community-testing-x86_64/PKGBUILD (from rev 109810, agg/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-04-19 03:30:24 UTC (rev 109811)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jonathan Conder <jonno dot conder at gmail dot com>
+
+pkgname=agg
+_svnver=93
+pkgver=2.4r$_svnver
+pkgrel=1
+epoch=1
+pkgdesc="A High Quality Rendering Engine for C++"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/p/agg/"
+license=('BSD')
+depends=('gcc-libs' 'sdl' 'freetype2')
+makedepends=('subversion')
+provides=('antigrain')
+replaces=('antigrain')
+source=("$pkgname::svn://svn.code.sf.net/p/agg/svn#revision=$_svnver"
+        autotools.patch)
+md5sums=('SKIP'
+         'e042231955a8daee5f3cdfa4ee4e866a')
+
+prepare() {
+  cd $pkgname/$pkgname-2.4
+  patch -p0 -i "${srcdir}/autotools.patch"
+}
+
+build() {
+  cd $pkgname/$pkgname-2.4
+  sh ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname/$pkgname-2.4
+  make DESTDIR="${pkgdir}" install
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed -n 5,11p README > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: agg/repos/community-testing-x86_64/autotools.patch (from rev 109810, agg/trunk/autotools.patch)
===================================================================
--- community-testing-x86_64/autotools.patch	                        (rev 0)
+++ community-testing-x86_64/autotools.patch	2014-04-19 03:30:24 UTC (rev 109811)
@@ -0,0 +1,11 @@
+--- configure.in~	2013-02-22 09:30:00.000000000 -0600
++++ configure.in	2013-02-22 09:30:49.030777571 -0600
+@@ -8,7 +8,7 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
++#AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi




More information about the arch-commits mailing list