void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.5k stars 2.11k forks source link

Package Request: mysql-workbench #24488

Open levitribeiro opened 4 years ago

Vaelatern commented 4 years ago

Please put a little more effort in to a request.

How about a place the source code can be downloaded? Build instructions? Homepage? Link to the license?

This base legwork would make it easier for someone to casually build the package and get it in. You, as a person who wants this software, are probably more motivated to do this legwork.

levitribeiro commented 4 years ago

Sorry, it's my first time requesting a package.

Source code: https://github.com/mysql/mysql-workbench Home page: https://www.mysql.com/products/workbench/ License Info: https://dev.mysql.com/doc/workbench/en/wb-preface.html

Is there something else that I can do to help? As I said, it's my first time requesting a package.

Vaelatern commented 4 years ago

Not the relevant license. It's custom GPL-2.0.

Seems it's build_style=cmake

At this point, you can, if you like, give packaging a go (it's not too hard), or wait for someone to come along and make the package for you.

kartikynwa commented 3 years ago

There's dbeaver in the repos which I use and is decent. Is this software better than dbeaver in any way that you of? I could give it a go.

bastomiadi commented 2 years ago

is still available ? i need it too in void linux

Vaelatern commented 2 years ago

it was not available before.

Please, feel free to template it and PR the template.

bastomiadi commented 2 years ago

oke, i make template, but get error :

=> mysql-workbench-community-8.0.26_3: running do_configure ... CMake Error: The current CMakeCache.txt directory /builddir/mysql-workbench-community-8.0.26-src/build/CMakeCache.txt is different than the directory /home/milosz/Projects/workbench/master-itch/src/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt CMake Error: The source "/builddir/mysql-workbench-community-8.0.26-src/CMakeLists.txt" does not match the source "/home/milosz/Projects/workbench/master-itch/src/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory. => ERROR: mysql-workbench-community-8.0.26_3: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${wrksrc}/${build_wrksrc}' exited with 1 => ERROR: in do_configure() at common/build-style/cmake.sh:67

bastomiadi commented 2 years ago

this is my template :

# Template file for 'mysql-workbench-community'
pkgname=mysql-workbench-community
version=8.0.26
revision=3
wrksrc=${pkgname}-${version}-src
build_style=cmake
short_desc="MySQL Workbench is a unified visual tool for database architects, developers, and DBAs"
maintainer="Bastomi Adi Nugroho <bastomiadi@gmail.com>"
license="GPL-2.0-or-later, GPL-3.0-or-later"
homepage="https://www.mysql.com/products/workbench"
distfiles="https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-${version}-src.tar.gz"
checksum="529e385af60a4956045c4533e85f7d6e306230668497ba3e69d032e7c0eaecf8"
bastomiadi commented 2 years ago

Screenshot from 2021-09-25 18-30-27