Date: Saturday, November 5, 2022 @ 02:14:20
Author: artafinde
Revision: 1342271
archrelease: copy trunk to community-x86_64
Added:
lapce/repos/community-x86_64/PKGBUILD
(from rev 1342270, lapce/trunk/PKGBUILD)
Deleted:
lapce/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 02:14:14 UTC (rev 1342270)
+++ PKGBUILD 2022-11-05 02:14:20 UTC (rev 1342271)
@@ -1,44 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: George Rawlinson <[email protected]>
-
-pkgname=lapce
-pkgver=0.2.1
-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=('af73cf04318a70d02d3aaed21b4e601648f9d777f30f0af4266354782b888a28')
-
-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 1342270,
lapce/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 02:14:20 UTC (rev 1342271)
@@ -0,0 +1,44 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: George Rawlinson <[email protected]>
+
+pkgname=lapce
+pkgver=0.2.2
+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/$pkgver/$_archive.tar.gz")
+sha256sums=('43afa4c83333d34811c8504fc6356f333a85b086ef3f35990c62338a9983a8a4')
+
+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"
+}