Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lapce
@ 2022-09-13 17:10 simvux
  2022-09-13 17:14 ` [PR REVIEW] " classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ 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] 10+ messages in thread

* Re: [PR REVIEW] New package: lapce
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
@ 2022-09-13 17:14 ` classabbyamp
  2022-09-13 17:16 ` classabbyamp
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-09-13 17:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39261#discussion_r969888923

Comment:
does this work with python3? new python 2 packages will not be accepted

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

* Re: [PR REVIEW] New package: lapce
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
  2022-09-13 17:14 ` [PR REVIEW] " classabbyamp
@ 2022-09-13 17:16 ` classabbyamp
  2022-09-13 17:32 ` simvux
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-09-13 17:16 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39261#discussion_r969891743

Comment:
what is pkgver supposed to be? 

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

* Re: [PR REVIEW] New package: lapce
  2022-09-13 17:10 [PR PATCH] New package: lapce 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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: simvux @ 2022-09-13 17:32 UTC (permalink / raw)
  To: ml

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

New review comment by simvux on void-packages repository

https://github.com/void-linux/void-packages/pull/39261#discussion_r969906126

Comment:
oops, supposed to be `version` but I'm surprised it still worked. Seems like github allows any filename as long as it ends with `.tar.gz` and it'll redirect to the right one

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

* Re: [PR REVIEW] New package: lapce
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
                   ` (2 preceding siblings ...)
  2022-09-13 17:32 ` simvux
@ 2022-09-13 17:43 ` simvux
  2022-09-13 18:44 ` [PR PATCH] [Updated] " simvux
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: simvux @ 2022-09-13 17:43 UTC (permalink / raw)
  To: ml

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

New review comment by simvux on void-packages repository

https://github.com/void-linux/void-packages/pull/39261#discussion_r969914896

Comment:
The official rpm package builds without python at all (even though the arch package has it as dependency), so I'll give that a go. 

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

* Re: [PR PATCH] [Updated] New package: lapce
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
                   ` (3 preceding siblings ...)
  2022-09-13 17:43 ` simvux
@ 2022-09-13 18:44 ` simvux
  2022-09-14 21:47 ` simvux
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: simvux @ 2022-09-13 18:44 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1329 bytes --]

From 797ae8e9fc22ebde4ac219c65cf71af0f5c17bc6 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..939fca023e2f
--- /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 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}.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] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: lapce
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
                   ` (4 preceding siblings ...)
  2022-09-13 18:44 ` [PR PATCH] [Updated] " simvux
@ 2022-09-14 21:47 ` simvux
  2022-09-17 16:53 ` New package: lapce-0.2.0 hayley
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: simvux @ 2022-09-14 21:47 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1344 bytes --]

From 8d4645d20dd3fb3138129736a57e318a0e86565f 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] New package: lapce-0.2.0

---
 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..939fca023e2f
--- /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 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}.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] 10+ messages in thread

* Re: New package: lapce-0.2.0
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
                   ` (5 preceding siblings ...)
  2022-09-14 21:47 ` simvux
@ 2022-09-17 16:53 ` hayley
  2022-12-20 13:25 ` [PR PATCH] [Closed]: " simvux
  2022-12-20 13:25 ` simvux
  8 siblings, 0 replies; 10+ messages in thread
From: hayley @ 2022-09-17 16:53 UTC (permalink / raw)
  To: ml

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

New comment by hayley on void-packages repository

https://github.com/void-linux/void-packages/pull/39261#issuecomment-1250104649

Comment:
Thank you for this @simvux! By looking at your `makedepends`, I was able to figure out what I needed to install to get lapce to build.

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

* Re: New package: lapce-0.2.0
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
                   ` (7 preceding siblings ...)
  2022-12-20 13:25 ` [PR PATCH] [Closed]: " simvux
@ 2022-12-20 13:25 ` simvux
  8 siblings, 0 replies; 10+ messages in thread
From: simvux @ 2022-12-20 13:25 UTC (permalink / raw)
  To: ml

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

New comment by simvux on void-packages repository

https://github.com/void-linux/void-packages/pull/39261#issuecomment-1359345307

Comment:
Closing in favor of #40970 
Unsure why this PR was completely forgotten and abandoned ): 

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

* Re: [PR PATCH] [Closed]: New package: lapce-0.2.0
  2022-09-13 17:10 [PR PATCH] New package: lapce simvux
                   ` (6 preceding siblings ...)
  2022-09-17 16:53 ` New package: lapce-0.2.0 hayley
@ 2022-12-20 13:25 ` simvux
  2022-12-20 13:25 ` simvux
  8 siblings, 0 replies; 10+ messages in thread
From: simvux @ 2022-12-20 13:25 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: lapce-0.2.0
https://github.com/void-linux/void-packages/pull/39261

Description:
#### 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)


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

end of thread, other threads:[~2022-12-20 13:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 17:10 [PR PATCH] New package: lapce 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
2022-09-13 18:44 ` [PR PATCH] [Updated] " simvux
2022-09-14 21:47 ` simvux
2022-09-17 16:53 ` New package: lapce-0.2.0 hayley
2022-12-20 13:25 ` [PR PATCH] [Closed]: " simvux
2022-12-20 13:25 ` 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).