[arch-commits] Commit in lapce/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Sep 3 07:52:26 UTC 2022
Date: Saturday, September 3, 2022 @ 07:52:25
Author: alerque
Revision: 1291063
archrelease: copy trunk to community-x86_64
Added:
lapce/repos/community-x86_64/PKGBUILD
(from rev 1291062, lapce/trunk/PKGBUILD)
Deleted:
lapce/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 07:52:17 UTC (rev 1291062)
+++ PKGBUILD 2022-09-03 07:52:25 UTC (rev 1291063)
@@ -1,44 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=lapce
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Lightning-fast and Powerful Code Editor'
-arch=(x86_64)
-url=https://lapce.dev
-_url="https://github.com/$pkgname/$pkgname"
-license=(Apache)
-depends=(expat
- fontconfig
- freetype2
- gcc-libs
- gtk3
- libxcb
- libxkbcommon)
-makedepends=(cargo
- python
- cmake)
-options=('!lto')
-_archive="$pkgname-$pkgver"
-source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('381f95be6ed43396ecff5da5ce7d2bc75969ba1f67e251410d72753e1059d74d')
-
-prepare() {
- cd "$_archive"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$_archive"
- cargo build --frozen --profile release-lto --all-features
-}
-
-package() {
- cd "$_archive"
- install -Dm0755 -t "$pkgdir/usr/bin/" "target/release-lto/$pkgname"{,-proxy}
- 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.png "$pkgdir/usr/share/pixmaps/$lname.png"
-}
Copied: lapce/repos/community-x86_64/PKGBUILD (from rev 1291062, lapce/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 07:52:25 UTC (rev 1291063)
@@ -0,0 +1,44 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=lapce
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Lightning-fast and Powerful Code Editor'
+arch=(x86_64)
+url=https://lapce.dev
+_url="https://github.com/$pkgname/$pkgname"
+license=(Apache)
+depends=(expat
+ fontconfig
+ freetype2
+ gcc-libs
+ gtk3
+ libxcb
+ libxkbcommon)
+makedepends=(cargo
+ python
+ cmake)
+options=('!lto')
+_archive="$pkgname-$pkgver"
+source=("$_url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('163102244c6586530bc0f0736219d38a44797b2a6d97ad37d5f6553ffc8f1a04')
+
+prepare() {
+ cd "$_archive"
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$_archive"
+ cargo build --frozen --profile release-lto --all-features
+}
+
+package() {
+ cd "$_archive"
+ install -Dm0755 -t "$pkgdir/usr/bin/" "target/release-lto/$pkgname"{,-proxy}
+ 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.png "$pkgdir/usr/share/pixmaps/$lname.png"
+}
More information about the arch-commits
mailing list