Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: lapce
@ 2022-12-29 23:12 atk
  2022-12-30 16:25 ` icp1994
                   ` (32 more replies)
  0 siblings, 33 replies; 38+ messages in thread
From: atk @ 2022-12-29 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]

There is a new pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages lapce
https://github.com/void-linux/void-packages/pull/41355

new package: lapce
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41355.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lapce-41355.patch --]
[-- Type: text/x-diff, Size: 2932 bytes --]

From b948ee0758fdb005c495343f7e4ad9e9f83c47b2 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Thu, 29 Dec 2022 23:58:57 +0100
Subject: [PATCH] new package: lapce

---
 srcpkgs/lapce/patches/tree-sitter-julia.patch | 13 +++++++++++++
 srcpkgs/lapce/template                        | 14 ++++++++++++++
 srcpkgs/lapce/update                          |  2 ++
 3 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/lapce/patches/tree-sitter-julia.patch
 create mode 100644 srcpkgs/lapce/template
 create mode 100644 srcpkgs/lapce/update

diff --git a/srcpkgs/lapce/patches/tree-sitter-julia.patch b/srcpkgs/lapce/patches/tree-sitter-julia.patch
new file mode 100644
index 000000000000..d9a2cae347f0
--- /dev/null
+++ b/srcpkgs/lapce/patches/tree-sitter-julia.patch
@@ -0,0 +1,13 @@
+diff --git a/lapce-core/Cargo.toml b/lapce-core/Cargo.toml
+index ea788c0e..fa99d80b 100644
+--- a/lapce-core/Cargo.toml
++++ b/lapce-core/Cargo.toml
+@@ -50,7 +50,7 @@ tree-sitter-javascript = { version = "0.20.0", optional = true }
+ # new version cannot be published on crates.io - https://github.com/tree-sitter/tree-sitter-json/issues/21
+ # tree-sitter-json = { version = "0.19.0", optional = true }
+ tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json.git", rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0", optional = true }
+-tree-sitter-julia = { git = "https://github.com/varlad/tree-sitter-julia", branch = "master", optional = true }
++tree-sitter-julia = { git = "https://github.com/varlad/tree-sitter-julia", rev = "09aba7f2e9149148cd42b9af17f52adbc9a5da90", optional = true }
+ tree-sitter-kotlin = { git = "https://github.com/fwcd/tree-sitter-kotlin", branch = "main", optional = true }
+ tree-sitter-latex = { git = "https://github.com/latex-lsp/tree-sitter-latex", branch = "master", optional = true }
+ tree-sitter-lua = { git = "https://github.com/syntacti/tree-sitter-lua", branch = "main", optional = true }
diff --git a/srcpkgs/lapce/template b/srcpkgs/lapce/template
new file mode 100644
index 000000000000..2c03974fcd82
--- /dev/null
+++ b/srcpkgs/lapce/template
@@ -0,0 +1,14 @@
+# Template file for 'lapce'
+pkgname=lapce
+version=0.2.5
+revision=1
+build_style=cargo
+hostmakedepends="cmake pkg-config"
+makedepends="fontconfig-devel gtk+3-devel openssl-devel"
+short_desc="Lightning-fast and powerful code editor"
+maintainer="Alex Lohr <alexthkloss@web.de>"
+license="Apache-2.0"
+homepage="https://lapce.dev/"
+changelog="https://github.com/lapce/lapce/releases"
+distfiles="https://github.com/lapce/lapce/archive/refs/tags/v${version}.tar.gz"
+checksum=3b8357653eda77b2c85306ba9f7202e539987ada4a7b5be2018b142bb23be7e4
diff --git a/srcpkgs/lapce/update b/srcpkgs/lapce/update
new file mode 100644
index 000000000000..8f131b7b53cd
--- /dev/null
+++ b/srcpkgs/lapce/update
@@ -0,0 +1,2 @@
+site="https://github.com/lapce/lapce/releases"
+pattern="\bv\K(\d+\.\d+\.\d+)\b"

^ permalink raw reply	[flat|nested] 38+ messages in thread
* [PR PATCH] New package: lapce
@ 2022-09-13 17:10 simvux
  2022-09-13 17:14 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 38+ messages in thread
From: simvux @ 2022-09-13 17:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

There is a new pull request by simvux against master on the void-packages repository

https://github.com/simvux/void-packages new-package-lapce
https://github.com/void-linux/void-packages/pull/39261

New package: lapce
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/39261.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-lapce-39261.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From 45444c0f246498cc927299a2f84942f399596e49 Mon Sep 17 00:00:00 2001
From: simvux <simon.larsson-general@protonmail.com>
Date: Tue, 13 Sep 2022 18:53:17 +0200
Subject: [PATCH] add-lapce

---
 srcpkgs/lapce/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/lapce/template

diff --git a/srcpkgs/lapce/template b/srcpkgs/lapce/template
new file mode 100644
index 000000000000..e93f85f57616
--- /dev/null
+++ b/srcpkgs/lapce/template
@@ -0,0 +1,19 @@
+# Template file for 'lapce'
+pkgname=lapce
+version=0.2.0
+revision=1
+build_style=cargo
+hostmakedepends="cargo python cmake pkg-config"
+makedepends="expat fontconfig-devel freetype gtk+3-devel libxcb openssl-devel glib-devel cairo-devel atk-devel gdk-pixbuf-devel"
+short_desc="Lighting-fast and powerful code editor"
+maintainer="Simon <simon.larsson-general@protonmail.com>"
+license="Apache-2.0"
+homepage="https://lapce.dev"
+distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}/$pkgname-$pkgver.tar.gz"
+checksum=163102244c6586530bc0f0736219d38a44797b2a6d97ad37d5f6553ffc8f1a04
+
+post_install() {
+    vinstall extra/linux/dev.lapce.lapce.desktop 0644 usr/share/applications/
+    vinstall extra/linux/dev.lapce.lapce.metainfo.xml 0644 usr/share/metainfo/
+    vinstall extra/images/logo.png 0644 usr/share/pixmaps/dev.lapce.lapce.png
+}

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2023-06-24 12:46 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 23:12 [PR PATCH] new package: lapce atk
2022-12-30 16:25 ` icp1994
2022-12-30 16:44 ` paper42
2022-12-30 16:45 ` paper42
2022-12-30 20:56 ` [PR PATCH] [Updated] " atk
2022-12-30 20:57 ` atk
2022-12-31 19:33 ` icp1994
2022-12-31 19:39 ` [PR REVIEW] " paper42
2022-12-31 23:43 ` paper42
2023-01-01  0:00 ` paper42
2023-01-02  7:07 ` [PR PATCH] [Updated] " atk
2023-01-02  7:08 ` atk
2023-01-06 10:17 ` [PR PATCH] [Updated] " atk
2023-01-23 20:01 ` [PR REVIEW] " paper42
2023-01-23 20:01 ` paper42
2023-01-24  5:09 ` atk
2023-01-24  8:12 ` atk
2023-01-24  8:15 ` [PR PATCH] [Updated] " atk
2023-01-24  8:15 ` [PR REVIEW] " atk
2023-03-10  6:20 ` hervyqa
2023-03-10  9:51 ` atk
2023-03-10  9:53 ` atk
2023-03-10  9:55 ` atk
2023-03-20 19:26 ` atk
2023-04-02 16:02 ` atk
2023-04-02 18:52 ` [PR PATCH] [Updated] " atk
2023-04-02 18:53 ` atk
2023-04-02 18:53 ` atk
2023-04-22 18:05 ` tukanoidd
2023-04-26 11:20 ` atk
2023-05-13 17:25 ` [PR PATCH] [Updated] " atk
2023-06-03 21:43 ` atk
2023-06-05  7:29 ` atk
2023-06-24 12:46 ` [PR PATCH] [Merged]: " Duncaen
  -- strict thread matches above, loose matches on Subject: below --
2022-09-13 17:10 [PR PATCH] New " simvux
2022-09-13 17:14 ` [PR REVIEW] " classabbyamp
2022-09-13 17:16 ` classabbyamp
2022-09-13 17:32 ` simvux
2022-09-13 17:43 ` simvux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).