Package Details: lightburn-bin 1.6.01-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: mibu
Votes: 1
Popularity: 0.000004
First Submitted: 2022-04-05 08:02 (UTC)
Last Updated: 2024-06-13 13:37 (UTC)

Latest Comments

1 2 Next › Last »

speed488 commented on 2024-10-26 18:59 (UTC) (edited on 2024-10-26 19:01 (UTC) by speed488)

Lightburn will no longer be supported on Linux. Thread here

Here is the updated PKGBUILD for 1.7.03 (changed app directory to /opt instead of /usr/share)

# Maintainer: mib <mib@kanp.ai>
pkgname=lightburn-bin
pkgver=1.7.03
pkgrel=1
pkgdesc="A layout, editing, and control software for lasercutters."
arch=('x86_64')
url="https://lightburnsoftware.com"
license=('unknown')
depends=('qt5-multimedia' 'qt5-serialport')
makedepends=()
provides=("${pkgname}")
conflicts=("${pkgname}")
options=('!strip')
source=('lightburn.sh' 'lightburn.desktop' "https://release.lightburnsoftware.com/LightBurn/Release/LightBurn-v${pkgver}/LightBurn-Linux64-v${pkgver}.7z")
sha256sums=('da8104be7ff99f86f92b42281bc81aef35cc05140de450d17a7fd298595f8ff8'
  'f72e86774d4396240b46e07e947edf9cdf5f8d526a70129c447fed7c173c4867'
  '09a9ad3dff40e60689079b108e687d21540cd05fd1a02e4a427a4b223926f069')

package() {
  mkdir -p "$pkgdir/opt/lightburn"
  cp -r "$srcdir/LightBurn"/* "$pkgdir/opt/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"
}

Change the lightburn.sh to this as well:

#!/bin/sh
QT_QPA_PLATFORM=xcb /opt/lightburn/AppRun

GPereira commented on 2024-08-08 21:21 (UTC)

Here's the updated PKGBUILD:

# Maintainer: mib <mib@kanp.ai>
pkgname=lightburn-bin
pkgver=1.6.04
pkgrel=1
pkgdesc="A layout, editing, and control software for lasercutters."
arch=('x86_64')
url="https://lightburnsoftware.com"
license=('unknown')
depends=('qt5-multimedia' 'qt5-serialport')
makedepends=()
provides=("${pkgname}")
conflicts=("${pkgname}")
source=('lightburn.sh' 'lightburn.desktop' "https://github.com/LightBurnSoftware/deployment/releases/download/$pkgver/LightBurn-Linux64-v$pkgver.7z")
sha256sums=('80d5fa4a142fe2741f8421250d00abdd2db5b16e6641446ed85de19814a1634e'
            'f72e86774d4396240b46e07e947edf9cdf5f8d526a70129c447fed7c173c4867'
            'dddbcb51f39ccf2b110bc3aee9a407cf3989b36af0b4a02f7ebc2943854c07f3')

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"
}

happyhelix commented on 2024-07-06 16:46 (UTC) (edited on 2024-07-06 16:47 (UTC) by happyhelix)

@jantman, You can quickly update the PKGBUILD by changing the pkgversion to 1.6.03, run it to pull that 7z file, then run updpkgsums (install pacman-contrib if you don't have it) to update the checksums in the PKGBUILD. Then you can move on with burning things.

jantman commented on 2024-06-25 22:36 (UTC)

The 1.6.01 release has been yanked from github ( https://github.com/LightBurnSoftware/deployment/releases ) and there is now a 1.6.03 release from 3 hours ago.

caj2aur commented on 2024-06-19 16:41 (UTC)

Thanks for the update. Sorry to hear of your GPU issues.

mibu commented on 2024-06-13 13:42 (UTC)

@caj2ur: I've updated it to 1.6.01 :) apologies for the delay; my laptop's gpu died and it was hell to revive it.

@grodzik: in future, remember to update the SRCINFO! :) generally: 1. change PKGBUILD as needed 2. makepkg --geninteg 3. makepkg --printsrcinfo > .SRCINFO

caj2aur commented on 2024-06-12 14:28 (UTC)

Hi. I have lightburn-bin v.1.5.06-1 installed. On start-up it announces that v.1.6.01 is available and offers to download it. Yesterday, I updated some of my .lbrn2 files on a Windows computer running the new version. When I open those files on my Arch system, it warns:

This file was saved with a newer version of LightBurn (1.6.00). It may not load correctly and resaving it could cause data loss. Continue?

I'm reluctant to directly download the update directly from Lightburn. Do we have a schedule for when v.1.6.01 will be officially available through the AUR?

Thanks.

GPereira commented on 2024-06-04 06:47 (UTC)

Hi, the SRCINFO file needs to be updated. The page still refers 1.5 version

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!