[arch-commits] Commit in lapce/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Jul 14 23:03:46 UTC 2022


    Date: Thursday, July 14, 2022 @ 23:03:46
  Author: alerque
Revision: 1252702

archrelease: copy trunk to community-x86_64

Added:
  lapce/repos/community-x86_64/PKGBUILD
    (from rev 1252701, lapce/trunk/PKGBUILD)
Deleted:
  lapce/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-14 23:03:38 UTC (rev 1252701)
+++ PKGBUILD	2022-07-14 23:03:46 UTC (rev 1252702)
@@ -1,44 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=lapce
-pkgver=0.1.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/v$pkgver/$_archive.tar.gz")
-sha256sums=('041cc835da6ee73425d150b8d95f136e107e9a2aaced30aaacd981700bee8a6e')
-
-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 1252701, lapce/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-14 23:03:46 UTC (rev 1252702)
@@ -0,0 +1,44 @@
+# 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"
+}



More information about the arch-commits mailing list