Package Details: lightburn-bin 1.5.06-1

Git Clone URL: https://aur.archlinux.org/lightburn-bin.git (read-only, click to copy)
Package Base: lightburn-bin
Description: A layout, editing, and control software for lasercutters.
Upstream URL: https://lightburnsoftware.com
Keywords: cad design laser
Licenses: unknown
Conflicts: lightburn-bin
Provides: lightburn-bin
Submitter: mibu
Maintainer: mibu (grodzik)
Last Packager: grodzik
Votes: 1
Popularity: 0.000253
First Submitted: 2022-04-05 08:02 (UTC)
Last Updated: 2024-05-05 09:39 (UTC)

Latest Comments

mibu commented on 2024-03-16 13:21 (UTC)

@tgirod & @grodzik: thanks for the patches! I've applied them and updated to the latest version. Apologies for the slow updates; I don't run Arch much anymore so I boot into a VM when I have to fix the packages, and I just completely forgot about doing it!

@grodzik: I'd be up for that :) I'll add you as a maintainer, thanks!

grodzik commented on 2024-03-16 09:53 (UTC)

Bump to latest version 1.5.04, plus including earlier patch for wayland

diff --git a/PKGBUILD b/PKGBUILD
index 7377cdb..543692c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: mib <mib@kanp.ai>
 pkgname=lightburn-bin
-pkgver=1.4.03
+pkgver=1.5.04
 pkgrel=1
 pkgdesc="A layout, editing, and control software for lasercutters."
 arch=('x86_64')
@@ -11,15 +11,15 @@ makedepends=()
 provides=("${pkgname}")
 conflicts=("${pkgname}")
 source=('lightburn.sh' 'lightburn.desktop' "https://github.com/LightBurnSoftware/deployment/releases/download/$pkgver/LightBurn-Linux64-v$pkgver.7z")
-sha256sums=('279ba7b124be814feacc4585f9978dd269c5ca2fb7f13a095d5865224504cf4e'
+sha256sums=('80d5fa4a142fe2741f8421250d00abdd2db5b16e6641446ed85de19814a1634e'
             'f72e86774d4396240b46e07e947edf9cdf5f8d526a70129c447fed7c173c4867'
-       'e25aaa3da9f8970bc5a8b8a6d0b627b5a300b132e0e96bed082e1c428deb1f24')
+       '732414bff2aa76d0f0085a3c09ab4961d7a981d58dc1348cc832f33a3bef3b97')

 package() {
    mkdir -p "$pkgdir/usr/share/lightburn"
    cp -r "$srcdir/LightBurn"/* "$pkgdir/usr/share/lightburn"

    install -Dm755 "$srcdir/lightburn.sh" "$pkgdir/usr/bin/lightburn"
-    install -Dm644 "lightburn.desktop" "$pkgdir/usr/share/applications/lightburn.desktop"
-    install -Dm755 "$srcdir/LightBurn/LightBurn.png" "$pkgdir/usr/share/pixmaps/lightburn.png"
+   install -Dm644 "lightburn.desktop" "$pkgdir/usr/share/applications/lightburn.desktop"
+   install -Dm755 "$srcdir/LightBurn/LightBurn.png" "$pkgdir/usr/share/pixmaps/lightburn.png"
 }
diff --git a/lightburn.sh b/lightburn.sh
index 71d1139..2275125 100644
--- a/lightburn.sh
+++ b/lightburn.sh
@@ -1,3 +1,3 @@
 #!/bin/sh

-/usr/share/lightburn/AppRun
+QT_QPA_PLATFORM=xcb /usr/share/lightburn/AppRun

If you would like to pass maintaining of this package, I can pick it up, since I'm using LightBurn every day.

tgirod commented on 2024-01-20 13:23 (UTC) (edited on 2024-01-20 13:23 (UTC) by tgirod)

here is a patch updating to the latest version + patching lightburn.sh to manage wayland

diff --git a/PKGBUILD b/PKGBUILD
index 7377cdb..2e84bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: mib <mib@kanp.ai>
 pkgname=lightburn-bin
-pkgver=1.4.03
+pkgver=1.4.05
 pkgrel=1
 pkgdesc="A layout, editing, and control software for lasercutters."
 arch=('x86_64')
@@ -11,9 +11,6 @@ makedepends=()
 provides=("${pkgname}")
 conflicts=("${pkgname}")
 source=('lightburn.sh' 'lightburn.desktop' "https://github.com/LightBurnSoftware/deployment/releases/download/$pkgver/LightBurn-Linux64-v$pkgver.7z")
-sha256sums=('279ba7b124be814feacc4585f9978dd269c5ca2fb7f13a095d5865224504cf4e'
-            'f72e86774d4396240b46e07e947edf9cdf5f8d526a70129c447fed7c173c4867'
-       'e25aaa3da9f8970bc5a8b8a6d0b627b5a300b132e0e96bed082e1c428deb1f24')

 package() {
    mkdir -p "$pkgdir/usr/share/lightburn"
@@ -23,3 +20,7 @@ package() {
     install -Dm644 "lightburn.desktop" "$pkgdir/usr/share/applications/lightburn.desktop"
     install -Dm755 "$srcdir/LightBurn/LightBurn.png" "$pkgdir/usr/share/pixmaps/lightburn.png"
 }
+
+sha256sums=('80d5fa4a142fe2741f8421250d00abdd2db5b16e6641446ed85de19814a1634e'
+            'f72e86774d4396240b46e07e947edf9cdf5f8d526a70129c447fed7c173c4867'
+            '18bc31cd24f3ba76c5adf4f97b5c5e1eecb73be92891be1f8b804fb0567db4e0')
diff --git a/lightburn.sh b/lightburn.sh
index 71d1139..2275125 100644
--- a/lightburn.sh
+++ b/lightburn.sh
@@ -1,3 +1,3 @@
 #!/bin/sh

-/usr/share/lightburn/AppRun
+QT_QPA_PLATFORM=xcb /usr/share/lightburn/AppRun

tgirod commented on 2024-01-04 11:38 (UTC)

trying to run lightburn on sway, I get this error:

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

the usual fixes don't work either:

QT_QPA_PLATFORM=qt5ct lightburn QT_QPA_PLATFORM=xcb lightburn

anyone else managed to run lightburn on a wayland based desktop environment?

mibu commented on 2023-11-21 13:05 (UTC)

@gromain: Sure thing! Updated now :) lmk if you have any issues.

gromain commented on 2023-11-17 16:33 (UTC)

Hi, 1.4.03 is out! Can you update this package?

mibu commented on 2023-05-17 08:23 (UTC)

updated to 1.4.00 - thanks for the flag.

mibu commented on 2023-01-15 09:54 (UTC) (edited on 2023-01-15 09:54 (UTC) by mibu)

Should be fixed now, @miguelangellv :) (as well as some other things!)

Please do let me know if it works for you now, and apologies for the long wait — happy newyears nonetheless!

miguelangellv commented on 2022-12-31 07:46 (UTC)

I get this error when I try launch it

lightburn: symbol lookup error: lightburn: undefined symbol: __cxa_throw_bad_array_new_length, version Qt_5

mibu commented on 2022-12-25 18:52 (UTC) (edited on 2022-12-25 18:52 (UTC) by mibu)

i've updated the package (now 1.3.01), thanks for the flag @cloud-oak!