Package Details: zui-bin 1.18.0-2

Git Clone URL: https://aur.archlinux.org/zui-bin.git (read-only, click to copy)
Package Base: zui-bin
Description: A powerful desktop application for exploring and working with data. The official front-end to the Zed lake.
Upstream URL: https://www.brimdata.io/
Keywords: csv data data-analytics data-viz data-wrangling electron-app json-inspector keyword-search super-structured-data table-view type-system zed zng zq zui
Licenses: BSD-3-Clause
Conflicts: zui
Provides: zui
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 2
Popularity: 0.016442
First Submitted: 2023-03-13 03:18 (UTC)
Last Updated: 2024-09-29 20:31 (UTC)

Latest Comments

zxp19821005 commented on 2024-09-29 20:32 (UTC)

@jo2k Sorry,I forgot to rewrite it,fixed now.

jo2k commented on 2024-09-28 06:01 (UTC)

makepkg fails because the icon files are not accessible. In line 47 you use "_icon" and in the following two lines you use "_icons". That doesn't work well. ;-)

diff --git a/PKGBUILD b/PKGBUILD
index 146f72c..f7489a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,8 +45,8 @@ package() {
     install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
     _icon_sizes=(16x16 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024)
     for _icon in "${_icon_sizes[@]}";do
-        install -Dm644 "${srcdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}.png" \
-            -t "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps"
+        install -Dm644 "${srcdir}/usr/share/icons/hicolor/${_icon}/apps/${pkgname%-bin}.png" \
+            -t "${pkgdir}/usr/share/icons/hicolor/${_icon}/apps"
     done
     install -Dm644 "${srcdir}/LICENSE-${pkgver}.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
\ No newline at end of file
+}

zxp19821005 commented on 2023-07-19 01:12 (UTC)

@tasman Sorry,I forgot to rewrite it,fixed now.

tasman commented on 2023-07-18 16:44 (UTC)

Sorry but it's still broken. Your PKGBUILD should look like this

# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="zui-bin"
pkgver=1.1.0
pkgrel=2
pkgdesc="A powerful desktop application for exploring and working with data. The official front-end to the Zed lake."
arch=('x86_64')
url="https://www.brimdata.io/"
_githuburl="https://github.com/brimdata/zui"
license=("BSD")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
depends=('electron')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
    "LICENSE.txt::https://raw.githubusercontent.com/brimdata/zui/main/LICENSE.txt")
sha256sums=('58b465721cda4530e9f2a3953d2fa29b3be3e73a6e3c2faf4d09e31c7991158b'
            'e3d24db419fcb44a1dab91f351b8203e74e8501ea11c4be82ad3cc05070cad9f')
package() {
    bsdtar -xvf data.tar.xz -C "${pkgdir}"
    install -Dm644 "${srcdir}/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

zxp19821005 commented on 2023-07-06 07:40 (UTC)

@silvio Thank you,fixed it.

silvio commented on 2023-07-06 05:58 (UTC) (edited on 2023-07-06 05:59 (UTC) by silvio)

Also the installation routine is failing...

diff --git a/PKGBUILD b/PKGBUILD
index bd35085..1aa807c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,9 @@ depends=('libxcomposite' 'pango' 'libxkbcommon' 'nss' 'nspr' 'sqlite' 'alsa-lib'
 source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
     "LICENSE.txt::https://raw.githubusercontent.com/brimdata/zui/main/LICENSE.txt")
 sha256sums=('58b465721cda4530e9f2a3953d2fa29b3be3e73a6e3c2faf4d09e31c7991158b'
-            '33ce5f6786afd6ab52da7ba3ebe425d67bd3dc892a527ae6ce8e5705479f7dd7')
+            'e3d24db419fcb44a1dab91f351b8203e74e8501ea11c4be82ad3cc05070cad9f')
 package() {
     bsdtar -xvf data.tar.xz -C "${pkgdir}"
-    install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+    install -Dm644 "${srcdir}/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

silvio commented on 2023-07-06 05:54 (UTC)

The LICENSE.txt has a different checksum: e3d24db419fcb44a1dab91f351b8203e74e8501ea11c4be82ad3cc05070cad9f