Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / liteide
Commits: 677638da by Alexander F. Rødseth at 2024-05-05T12:46:42+02:00 rebuild for gcc>=13.2.1-6 ref todo - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = liteide + pkgdesc = IDE for editing and building projects written in Go + pkgver = 38.3 + pkgrel = 2 + url = https://github.com/visualfc/liteide + arch = x86_64 + license = LGPL + makedepends = go + makedepends = git + makedepends = imagemagick + makedepends = mercurial + makedepends = setconf + depends = go-tools + depends = qt5-base + optdepends = go: go compiler + optdepends = gcc-go: go compiler + options = !strip + options = !emptydirs + source = liteide-x38.3::git+https://github.com/visualfc/liteide#commit=35a0dcd957d8bdcc189089a9c027bc54b8aa8cde + b2sums = 7fef233153c2195c80079c2dcbff66bceef13c9acf44e6af9d5ae9ebe68ae91b4d00979bf92bac6a6e0b181e74494247d0dcee6bdca69d414ad8ab8eda5306c1 + +pkgname = liteide ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=liteide pkgver=38.3 -pkgrel=1 +pkgrel=2 pkgdesc='IDE for editing and building projects written in Go' license=(LGPL) arch=(x86_64) @@ -16,14 +16,14 @@ optdepends=('go: go compiler' 'gcc-go: go compiler') options=(!strip !emptydirs) source=("$pkgname-x$pkgver::git+$url#commit=35a0dcd957d8bdcc189089a9c027bc54b8aa8cde") # tag: x38.3 -b2sums=('SKIP') +b2sums=('7fef233153c2195c80079c2dcbff66bceef13c9acf44e6af9d5ae9ebe68ae91b4d00979bf92bac6a6e0b181e74494247d0dcee6bdca69d414ad8ab8eda5306c1') prepare() { cd $pkgname-x$pkgver chmod +x build/*_*.sh - # Fix for FS#4662 (until fixed by upstream) + # Fix for FS#4662 sed -i 's|^GOROOT|#GOROOT|g' liteidex/os_deploy/linux/liteenv/linux{32,64}.env # Fix the libpng warning: iCCP: known incorrect sRGB profile View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/liteide/-/commit/677638daa1081bbe02747e3901cf004646675b6b -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/liteide/-/commit/677638daa1081bbe02747e3901cf004646675b6b You're receiving this email because of your account on gitlab.archlinux.org.
