Package Details: squareline-studio 1.5.0-1

Git Clone URL: https://aur.archlinux.org/squareline-studio.git (read-only, click to copy)
Package Base: squareline-studio
Description: Visual drag-and-drop UI editor to create beautiful Graphical User Interfaces quickly and easily
Upstream URL: https://squareline.io/
Keywords: gui-editor lvgl squareline-studio
Licenses: custom
Submitter: yjun
Maintainer: yjun
Last Packager: yjun
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-15 11:33 (UTC)
Last Updated: 2024-11-02 15:07 (UTC)

Latest Comments

yjun commented on 2024-09-22 11:58 (UTC)

@tuxlife thx,fixed.

tuxlife commented on 2024-08-28 10:03 (UTC) (edited on 2024-08-28 10:08 (UTC) by tuxlife)

Unfortunately, the archive of version 1.4.2 is delivered with an extra directory level, which is why the package can no longer be built.

diff --git a/PKGBUILD b/PKGBUILD
index 3f0575f..133e2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,10 @@ sha256sums=('2a5d2984727864fb969e95cca19ab883111a12a685d5b06f8cffe95d3e749a0a')
 noextract=("${_pkgname}_Linux_v${pkgver//./_}.zip")

 package() {
-  install -dm755 ${pkgdir}/opt/${pkgname}
+  install -dm755 ${pkgdir}/opt/
   # cp -a ${srcdir}/* ${pkgdir}/opt/${pkgname}
-  unzip ${_pkgname}_Linux_v${pkgver//./_}.zip -d ${pkgdir}/opt/${pkgname}
-
+  unzip ${_pkgname}_Linux_v${pkgver//./_}.zip -d ${pkgdir}/opt/
+  mv ${pkgdir}/opt/${_pkgname}_Linux_v${pkgver//./_} ${pkgdir}/opt/${pkgname}
   cd ${pkgdir}/opt/${pkgname}

   # binary

yjun commented on 2024-03-09 07:04 (UTC) (edited on 2024-03-09 07:04 (UTC) by yjun)

@konez2k thx,fixed.

konez2k commented on 2024-03-03 22:32 (UTC)

change line 25 with:

  find lvgl/ -type d -name 'lvgl_v*' -exec test -e '{}/server/micropython' -a -e '{}/server/server.py' \; -exec chmod 755 {} \;

konez2k commented on 2024-03-03 22:20 (UTC)

error during install:

chmod: cannot access 'lvgl/lvgl_v8_2_0/server/micropython': No such file or directory chmod: cannot access 'lvgl/lvgl_v8_2_0/server/server.py': No such file or directory chmod: cannot access 'lvgl/lvgl_v8_3_3/server/micropython': No such file or directory chmod: cannot access 'lvgl/lvgl_v8_3_3/server/server.py': No such file or directory chmod: cannot access 'lvgl/lvgl_v8_3_4/server/micropython': No such file or directory chmod: cannot access 'lvgl/lvgl_v8_3_4/server/server.py': No such file or directory

yjun commented on 2023-08-11 14:23 (UTC)

@bugrasan

I have moved the contents of the setup.sh script into the PKGBUILD. :)

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=squareline-studio#n24

bugrasan commented on 2023-08-05 03:15 (UTC)

thank you for packaging. without running the ./setup.sh scripts that sets some files as executable the app won't work properly. also would be nice to have firejail profile for squareline-studio.