Balló György pushed to branch main at Arch Linux / Packaging / Packages / lapce
Commits:
06f7bbd5 by Balló György at 2026-07-03T22:06:13+02:00
upgpkg: 0.4.6-3: Install scalable icon, remove unused gtk3 dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lapce
pkgdesc = Lightning-fast and Powerful Code Editor
pkgver = 0.4.6
- pkgrel = 2
+ pkgrel = 3
url = https://lapce.dev
arch = x86_64
license = Apache-2.0
@@ -12,7 +12,6 @@ pkgbase = lapce
depends = fontconfig
depends = freetype2
depends = glibc
- depends = gtk3
depends = libgcc
depends = libgcc_s.so
depends = libgit2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=lapce
pkgver=0.4.6
-pkgrel=2
+pkgrel=3
pkgdesc='Lightning-fast and Powerful Code Editor'
arch=(x86_64)
url=https://lapce.dev
@@ -14,7 +14,6 @@ depends=(expat
fontconfig
freetype2
glibc # libc.so libm.so
- gtk3
libgcc libgcc_s.so
libgit2 libgit2.so
libxcb
@@ -49,5 +48,6 @@ package() {
local lname=dev.lapce.lapce
install -Dm0644 -t "$pkgdir/usr/share/applications/"
extra/linux/$lname.desktop
install -Dm0644 -t "$pkgdir/usr/share/metainfo/"
extra/linux/$lname.metainfo.xml
+ install -Dm0644 extra/images/logo_color.svg
"$pkgdir/usr/share/icons/hicolor/scalable/apps/$lname.svg"
install -Dm0644 extra/images/logo.png
"$pkgdir/usr/share/pixmaps/$lname.png"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/06f7bbd59f3833665338617970b7dcbe6df9f787
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/06f7bbd59f3833665338617970b7dcbe6df9f787
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help