Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
lapce


Commits:
dcdfe99e by Caleb Maclennan at 2024-04-25T14:03:10+03:00
upgpkg: 0.4.0-2: Enable debug symbols

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = lapce
        pkgdesc = Lightning-fast and Powerful Code Editor
        pkgver = 0.4.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://lapce.dev
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        makedepends = cargo
        makedepends = python
        makedepends = cmake


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 
 pkgname=lapce
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightning-fast and Powerful Code Editor'
 arch=(x86_64)
 url=https://lapce.dev
 _url="https://github.com/$pkgname/$pkgname";
-license=(Apache)
+license=(Apache-2.0)
 depends=(expat
          fontconfig
          freetype2
@@ -19,7 +19,7 @@ depends=(expat
 makedepends=(cargo
              python
              cmake)
-options=('!lto')
+options=(!lto)
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
 sha256sums=('62f732198a9a1533220f17bfdf535076d3a408951efcc75092a732c82b0cc72c')
@@ -33,6 +33,7 @@ build() {
        cd "$_archive"
        # See https://github.com/lapce/lapce/pull/2374 and 
https://bugs.archlinux.org/task/78922
        export RELEASE_TAG_NAME="v$pkgver"
+       export CARGO_PROFILE_RELEASE_DEBUG=2
        cargo build --frozen --profile release-lto --all-features
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/dcdfe99ea70c55db34cefff23035ec0bbcdf555e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/dcdfe99ea70c55db34cefff23035ec0bbcdf555e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to