Package Details: dbvis 24.2.3-1

Git Clone URL: https://aur.archlinux.org/dbvis.git (read-only, click to copy)
Package Base: dbvis
Description: DbVisualizer free - The Universal Database Tool.
Upstream URL: https://www.dbvis.com/
Keywords: database db mysql oracle postgres redshift
Licenses: custom
Submitter: shpelda
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 55
Popularity: 0.000364
First Submitted: 2009-11-17 23:07 (UTC)
Last Updated: 2024-11-04 04:35 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 Next › Last »

Ssruno commented on 2012-06-05 16:38 (UTC)

When editing the PKGBUILD, you must change in the URL source "/download/" to "/form/", otherwise you obtain a 404 error. Cheers.

<deleted-account> commented on 2012-05-02 14:35 (UTC)

last version is 8.0.9 now :)

<deleted-account> commented on 2012-03-10 06:17 (UTC)

Will build 8.0.8 by changing pkgver to 8.0.8, __pkgver_underscore to 8_0_8, and md5 to c7487da0187171506f67a59aa7bb4c58

shpelda commented on 2012-01-19 11:08 (UTC)

applied.

<deleted-account> commented on 2012-01-18 13:16 (UTC)

In its current state, the PKGBUILD generates the error: Dependency `coreutils sed grep unzip' of `dbvis' does not exist. To fix it, I had to manually remove the single-quotes from the makedepends line, changing it to: makedepends=(coreutils sed grep unzip)

Musikolo commented on 2011-10-30 19:26 (UTC)

Hi, I have noticed that the DBVisualizer launcher appears in the K-->Applications-->Lost & Found rather than in K-->Applications-->Development. So, I have done the following changes in the PKGBUILD file so that dbvis.desktop file is properly generated and the problem sorted out: --- PKGBUILD.orig 2011-10-06 21:45:38.000000000 +0200 +++ PKGBUILD 2011-10-30 20:11:59.000000000 +0100 @@ -78,8 +78,12 @@ mkdir -p `dirname $pkgdir/$__dbvis_desktop` echo "[Desktop Entry]" > $pkgdir/$__dbvis_desktop echo "Type=Application" >> $pkgdir/$__dbvis_desktop + echo "Version=$pkgver" >> $pkgdir/$__dbvis_desktop echo "Name=DbVisualizer" >> $pkgdir/$__dbvis_desktop + echo "GenericName=The Universal Database Tool" >> $pkgdir/$__dbvis_desktop + echo "Comment=$pkgdesc" >> $pkgdir/$__dbvis_desktop echo "Exec="$__dbvis_gui_launch >> $pkgdir/$__dbvis_desktop echo "Icon="$pkgname >> $pkgdir/$__dbvis_desktop -} - + echo "Terminal=false" >> $pkgdir/$__dbvis_desktop + echo "Categories=Development" >> $pkgdir/$__dbvis_desktop +} \ No newline at end of file It would be nice you to apply the above patch when possible. Best regards!

Shanto commented on 2011-08-16 09:07 (UTC)

Please add a .desktop file. Thanks!

wuischke commented on 2011-05-19 18:06 (UTC)

Hi shpelda, I get an error because the makedepends 'sed grep' do not exists. I think you can assume that these are installed and just remove the makedepends declaration to make it work. Thanks for packaging the program, I appreciate it!