[arch-commits] Commit in virtuoso/trunk (PKGBUILD automake113.patch)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jul 26 10:23:55 UTC 2013


    Date: Friday, July 26, 2013 @ 12:23:55
  Author: andrea
Revision: 191592

upgpkg: virtuoso 6.1.7-1

Upstream release

Modified:
  virtuoso/trunk/PKGBUILD
Deleted:
  virtuoso/trunk/automake113.patch

-------------------+
 PKGBUILD          |   13 ++++---------
 automake113.patch |   12 ------------
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-26 06:33:36 UTC (rev 191591)
+++ PKGBUILD	2013-07-26 10:23:55 UTC (rev 191592)
@@ -4,30 +4,25 @@
 
 pkgbase=virtuoso
 pkgname=('virtuoso' 'virtuoso-base')
-pkgver=6.1.6
-pkgrel=2
+pkgver=6.1.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
 license=('GPL')
 makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz"
-        'automake113.patch')
-md5sums=('3991149c570f3738c3e819ce603e487f'
-         '570043e1b5f4acd9826732f002941c12')
+source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz")
+md5sums=('88885e84e8f7b61e59516f696b1d3be5')
 
 prepare() {
   cd ${pkgbase}-opensource-${pkgver}
 
   optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
-
-  patch -p1 -i "${srcdir}"/automake113.patch
 }
 
 build() {
   cd ${pkgbase}-opensource-${pkgver}
 
-  ./autogen.sh
   ./configure --with-layout=debian \
     --program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
     --with-readline

Deleted: automake113.patch
===================================================================
--- automake113.patch	2013-07-26 06:33:36 UTC (rev 191591)
+++ automake113.patch	2013-07-26 10:23:55 UTC (rev 191592)
@@ -1,12 +0,0 @@
-+++ a/configure.in
---- b/configure.in
-@@ -36,7 +36,7 @@ 
- AC_INIT([Virtuoso Open Source Edition],
- AC_CONFIG_SRCDIR([libsrc/Dk.h])
- AC_CONFIG_AUX_DIR([binsrc/config])
- AC_CONFIG_MACRO_DIR([binsrc/config])
--AM_CONFIG_HEADER([libsrc/Dk/config.h])
-+AC_CONFIG_HEADER([libsrc/Dk/config.h])
- 
- dnl
- dnl You may need to change the next macro for older versions of automake: 




More information about the arch-commits mailing list