community/mysql-workbench to 6.3.5-2

This commit is contained in:
Kevin Mihelich 2015-12-10 05:04:03 +00:00
parent aad32b19e7
commit 9704ec06e6

View file

@ -10,7 +10,7 @@
pkgname=mysql-workbench
pkgver=6.3.5
pkgrel=1
pkgrel=2
pkgdesc='A cross-platform, visual database design tool developed by MySQL'
arch=('i686' 'x86_64')
url='https://www.mysql.com/products/workbench/'
@ -79,6 +79,9 @@ prepare() {
backend/wbpublic/grtui/geom_draw_box.h \
backend/wbpublic/grt/spatial_handler.h
# allow to stick icon to the gnome dash
echo "StartupWMClass=mysql-workbench-bin" >> mysql-workbench.desktop.in
# put antlr into place
install -D ${srcdir}/antlr-3.4-complete.jar ${srcdir}/linux-res/bin/antlr-3.4-complete.jar
}