Date: Tuesday, February 28, 2023 @ 23:00:24
Author: alerque
Revision: 1405737
archrelease: copy trunk to community-x86_64
Added:
lapce/repos/community-x86_64/PKGBUILD
(from rev 1405736, lapce/trunk/PKGBUILD)
Deleted:
lapce/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-28 23:00:15 UTC (rev 1405736)
+++ PKGBUILD 2023-02-28 23:00:24 UTC (rev 1405737)
@@ -1,44 +0,0 @@
-# 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"
-}
Copied: lapce/repos/community-x86_64/PKGBUILD (from rev 1405736,
lapce/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-28 23:00:24 UTC (rev 1405737)
@@ -0,0 +1,44 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: George Rawlinson <[email protected]>
+
+pkgname=lapce
+pkgver=0.2.6
+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=('0b7262f319e3899fa68d9e3fdf894afdff5c4ae8f80c659a6fcc08e47b8bf27b')
+
+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"
+}