Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lapce
Commits:
c4424560 by Caleb Maclennan at 2026-02-24T13:34:22+03:00
upgpkg: 0.4.6-2: Rebuild with devendored libs
- - - - -
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 = 1
+ pkgrel = 2
url = https://lapce.dev
arch = x86_64
license = Apache-2.0
@@ -11,12 +11,17 @@ pkgbase = lapce
depends = expat
depends = fontconfig
depends = freetype2
- depends = gcc-libs
+ depends = glibc
depends = gtk3
+ depends = libgcc
+ depends = libgcc_s.so
depends = libgit2
+ depends = libgit2.so
depends = libxcb
depends = libxkbcommon
depends = openssl
+ depends = libcrypto.so
+ depends = libssl.so
options = !lto
source =
https://github.com/lapce/lapce/archive/v0.4.6/lapce-0.4.6.tar.gz
sha256sums =
c6790771ed0af5e242d2410d930197412af4c21c07a5a33ae5d6ac596ca7380a
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=lapce
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc='Lightning-fast and Powerful Code Editor'
arch=(x86_64)
url=https://lapce.dev
@@ -13,12 +13,13 @@ license=(Apache-2.0)
depends=(expat
fontconfig
freetype2
- gcc-libs
+ glibc # libc.so libm.so
gtk3
- libgit2
+ libgcc libgcc_s.so
+ libgit2 libgit2.so
libxcb
libxkbcommon
- openssl)
+ openssl libcrypto.so libssl.so)
makedepends=(cargo
python
cmake)
@@ -29,7 +30,7 @@
sha256sums=('c6790771ed0af5e242d2410d930197412af4c21c07a5a33ae5d6ac596ca7380a')
prepare() {
cd "$_archive"
- cargo fetch --locked --target "$(rustc --print host-tuple)"
+ cargo fetch --locked --target host-tuple
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/c44245602837f44a91b5f226ca94ce13c9c089d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/c44245602837f44a91b5f226ca94ce13c9c089d7
You're receiving this email because of your account on gitlab.archlinux.org.