summaryrefslogtreecommitdiff
path: root/community/mysql-workbench/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mysql-workbench/PKGBUILD')
-rw-r--r--community/mysql-workbench/PKGBUILD19
1 files changed, 7 insertions, 12 deletions
diff --git a/community/mysql-workbench/PKGBUILD b/community/mysql-workbench/PKGBUILD
index fa2962fe9..9de54538e 100644
--- a/community/mysql-workbench/PKGBUILD
+++ b/community/mysql-workbench/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 56797 2011-10-12 23:37:11Z ibiru $
+# $Id: PKGBUILD 60120 2011-12-05 17:20:12Z ibiru $
# Maintainer:
# Contributor : Ionut Biru <ibiru@archlinux.org>
# Contributor: totoloco <totoloco at gmail _dot_com>
pkgname=mysql-workbench
epoch=1
-pkgver=5.2.35
+pkgver=5.2.36
pkgrel=1
pkgdesc="A cross-platform, visual database design tool developed by MySQL"
arch=('i686' 'x86_64')
@@ -17,10 +17,10 @@ makedepends=('boost' 'curl' 'mesa' 'python-sphinx')
options=('!libtool')
source=(ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQLGUITools/${pkgname}-gpl-${pkgver}-src.tar.gz
ArchLinux.xml arch.patch python27.patch gcc46.patch)
-md5sums=('e8b158d2ba0413f5659cda7da9cec63e'
+md5sums=('7408d80ddb647a7d5a8749b0ecad9620'
'c2f986cd5737413d020c55db32713c48'
'23430d24400fd65c9fd872bd8e2411e5'
- '47bc4cdfaa035a0132392e94c462ebf7'
+ 'a3efb373bd85d876530a29bf1780fb6b'
'43917ebc79794ba15a64f7ba820fa20b')
build() {
@@ -29,16 +29,11 @@ build() {
cp "${srcdir}/ArchLinux.xml" res/mysql.profiles
patch -Np1 -i ${srcdir}/arch.patch
- patch -Np0 -i ${srcdir}/python27.patch
+ patch -Np1 -i ${srcdir}/python27.patch
patch -Np1 -i ${srcdir}/gcc46.patch
- #we use System provided libraries
- rm -rf ext/curl
- rm -rf ext/yassl
- rm -rf ext/boost
- rm -rf ext/libsigc++
-
- ./autogen.sh --prefix=/usr --disable-debug --disable-static
+ ./autogen.sh --prefix=/usr --with-bundled-ctemplate \
+ --disable-debug --disable-static
make
pushd ext/mysql-utilities