Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
liteide
Commits:
cb7db81a by Alexander F. Rødseth at 2024-05-20T02:00:41+02:00
upgpkg: 38.3-3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,18 @@
pkgbase = liteide
pkgdesc = IDE for editing and building projects written in Go
pkgver = 38.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/visualfc/liteide
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-only
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
+ optdepends = go: Go compiler
+ optdepends = gcc-go: Go compiler
options = !emptydirs
source =
liteide-x38.3::git+https://github.com/visualfc/liteide#commit=35a0dcd957d8bdcc189089a9c027bc54b8aa8cde
b2sums =
7fef233153c2195c80079c2dcbff66bceef13c9acf44e6af9d5ae9ebe68ae91b4d00979bf92bac6a6e0b181e74494247d0dcee6bdca69d414ad8ab8eda5306c1
=====================================
PKGBUILD
=====================================
@@ -5,16 +5,16 @@
pkgname=liteide
pkgver=38.3
-pkgrel=2
+pkgrel=3
pkgdesc='IDE for editing and building projects written in Go'
-license=(LGPL)
+license=(LGPL-2.1-only)
arch=(x86_64)
url='https://github.com/visualfc/liteide'
-makedepends=(go git imagemagick mercurial setconf)
+makedepends=(go git imagemagick mercurial)
depends=(go-tools qt5-base)
-optdepends=('go: go compiler'
- 'gcc-go: go compiler')
-options=(!strip !emptydirs)
+optdepends=('go: Go compiler'
+ 'gcc-go: Go compiler')
+options=(!emptydirs)
source=("$pkgname-x$pkgver::git+$url#commit=35a0dcd957d8bdcc189089a9c027bc54b8aa8cde")
# tag: x38.3
b2sums=('7fef233153c2195c80079c2dcbff66bceef13c9acf44e6af9d5ae9ebe68ae91b4d00979bf92bac6a6e0b181e74494247d0dcee6bdca69d414ad8ab8eda5306c1')
@@ -45,6 +45,7 @@ build() {
package() {
cd liteide-x$pkgver/build/liteide
+
install -d \
"$pkgdir/usr/lib/liteide" \
"$pkgdir/usr/share/liteide" \
@@ -87,5 +88,3 @@ package() {
mv "$pkgdir/usr/share/liteide/linux/liteenv" \
"$pkgdir/usr/share/liteide/liteenv"
}
-
-# getver:
raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liteide/-/commit/cb7db81a84bb00dc4a0a7cd2dd08fe262a634646
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liteide/-/commit/cb7db81a84bb00dc4a0a7cd2dd08fe262a634646
You're receiving this email because of your account on gitlab.archlinux.org.