mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mysql-workbench to 6.3.5-2
This commit is contained in:
parent
aad32b19e7
commit
9704ec06e6
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue