Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lite-xl-2.1.0
@ 2022-11-03 12:16 tranzystorek-io
  2022-11-03 20:16 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-11-03 12:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/40316

New package: lite-xl-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

Closes #39861 

#### 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**

<!-- 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/40316.patch is attached

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

From fee6ab7dc1ac42b2030c2b00a7868a22def27f25 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 3 Nov 2022 13:01:52 +0100
Subject: [PATCH] New package: lite-xl-2.1.0

---
 srcpkgs/lite-xl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/lite-xl/template

diff --git a/srcpkgs/lite-xl/template b/srcpkgs/lite-xl/template
new file mode 100644
index 000000000000..f4dabffc2c1d
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config lua54"
+makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://lite-xl.com/"
+changelog="https://github.com/lite-xl/lite-xl/raw/master/changelog.md"
+distfiles="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${version}.tar.gz"
+checksum=761d390d0ef2706eeed1c685211d8ff5ce63dacd51d561e56c7e0f7ec0e7ea62
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: lite-xl-2.1.0
  2022-11-03 12:16 [PR PATCH] New package: lite-xl-2.1.0 tranzystorek-io
@ 2022-11-03 20:16 ` classabbyamp
  2022-11-03 20:24 ` tranzystorek-io
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-03 20:16 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40316#issuecomment-1302618012

Comment:
what are the differences between lite (#39925) and lite-xl? does it make sense to have both of them packaged?

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

* Re: New package: lite-xl-2.1.0
  2022-11-03 12:16 [PR PATCH] New package: lite-xl-2.1.0 tranzystorek-io
  2022-11-03 20:16 ` classabbyamp
@ 2022-11-03 20:24 ` tranzystorek-io
  2022-11-03 20:30 ` tranzystorek-io
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-11-03 20:24 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40316#issuecomment-1302624693

Comment:
lite-xl is an actively maintained fork/adaptation of lite, so I'd keep this one over the latter.

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

* Re: New package: lite-xl-2.1.0
  2022-11-03 12:16 [PR PATCH] New package: lite-xl-2.1.0 tranzystorek-io
  2022-11-03 20:16 ` classabbyamp
  2022-11-03 20:24 ` tranzystorek-io
@ 2022-11-03 20:30 ` tranzystorek-io
  2022-11-04  7:20 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-11-09 19:31 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-11-03 20:30 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40316#issuecomment-1302624693

Comment:
lite-xl is an actively maintained fork/adaptation of lite, so I'd keep this one over the latter. Specifically, where the lite package ends (version 1.11), lite-xl begins exactly 😄

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

* Re: [PR PATCH] [Updated] New package: lite-xl-2.1.0
  2022-11-03 12:16 [PR PATCH] New package: lite-xl-2.1.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-11-03 20:30 ` tranzystorek-io
@ 2022-11-04  7:20 ` tranzystorek-io
  2022-11-09 19:31 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-11-04  7:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/40316

New package: lite-xl-2.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

Closes #39861 

#### 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**

<!-- 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/40316.patch is attached

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

From 10b1be4631e678f886ea935529defaa351f94b97 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 3 Nov 2022 13:01:52 +0100
Subject: [PATCH] New package: lite-xl-2.1.0

---
 srcpkgs/lite-xl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/lite-xl/template

diff --git a/srcpkgs/lite-xl/template b/srcpkgs/lite-xl/template
new file mode 100644
index 000000000000..e7afd23f98fc
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config lua54"
+makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="MIT"
+homepage="https://lite-xl.com/"
+changelog="https://github.com/lite-xl/lite-xl/raw/master/changelog.md"
+distfiles="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${version}.tar.gz"
+checksum=761d390d0ef2706eeed1c685211d8ff5ce63dacd51d561e56c7e0f7ec0e7ea62
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: lite-xl-2.1.0
  2022-11-03 12:16 [PR PATCH] New package: lite-xl-2.1.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-11-04  7:20 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-11-09 19:31 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-09 19:31 UTC (permalink / raw)
  To: ml

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

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

New package: lite-xl-2.1.0
https://github.com/void-linux/void-packages/pull/40316

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

Closes #39861 

#### 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**

<!-- 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
-->


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

end of thread, other threads:[~2022-11-09 19:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 12:16 [PR PATCH] New package: lite-xl-2.1.0 tranzystorek-io
2022-11-03 20:16 ` classabbyamp
2022-11-03 20:24 ` tranzystorek-io
2022-11-03 20:30 ` tranzystorek-io
2022-11-04  7:20 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-09 19:31 ` [PR PATCH] [Merged]: " classabbyamp

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).