Date: Thursday, December 15, 2022 @ 13:58:55
Author: alerque
Revision: 1359267
archrelease: copy trunk to community-x86_64
Added:
lapce/repos/community-x86_64/PKGBUILD
(from rev 1359266, lapce/trunk/PKGBUILD)
Deleted:
lapce/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-15 13:58:47 UTC (rev 1359266)
+++ PKGBUILD 2022-12-15 13:58:55 UTC (rev 1359267)
@@ -1,44 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: George Rawlinson <[email protected]>
-
-pkgname=lapce
-pkgver=0.2.4
-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=('76e6a9d91988b41815e3c2a94be7f4ba60966b8cc2355da7fcd17937e2cc1d7e')
-
-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 1359266,
lapce/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-15 13:58:55 UTC (rev 1359267)
@@ -0,0 +1,44 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: George Rawlinson <[email protected]>
+
+pkgname=lapce
+pkgver=0.2.5
+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=('3b8357653eda77b2c85306ba9f7202e539987ada4a7b5be2018b142bb23be7e4')
+
+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"
+}