Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lite-xl-1.16.9
@ 2021-05-17 16:38 FollieHiyuki
  2021-05-17 17:09 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-05-17 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From 57f8bf9c71803a4066c3c09edd1724eca2088d44 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH] New package: lite-xl-1.16.9

---
 srcpkgs/lite-xl/template | 17 +++++++++++++++++
 1 file changed, 17 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..d488b2911131
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,17 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=1.16.9
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel freetype-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=f4a0009a8c88c4b4d3a128077741830ed155ee22c15aabebaf54e8c2806a0ff5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
@ 2021-05-17 17:09 ` FollieHiyuki
  2021-05-18 19:54 ` FollieHiyuki
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-05-17 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From ea314f0b7762391f5dca4331628005e82ff2f204 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH] New package: lite-xl-1.16.9

---
 srcpkgs/lite-xl/template | 21 +++++++++++++++++++++
 1 file changed, 21 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..3575123b763b
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,21 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=1.16.9
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel freetype-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=f4a0009a8c88c4b4d3a128077741830ed155ee22c15aabebaf54e8c2806a0ff5
+
+post_install() {
+	vinstall dev-utils/lite-xl.desktop 644 usr/share/applications lite-xl.desktop
+	vinstall dev-utils/lite.svg 644 usr/share/icons/hicolor/scalable/apps lite-xl.svg
+	vinstall icon.ico 644 usr/share/icons/hicolor/scalable/apps lite-xl.ico
+	vlicense LICENSE
+}

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

* Re: New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
  2021-05-17 17:09 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-05-18 19:54 ` FollieHiyuki
  2021-05-18 19:55 ` FollieHiyuki
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-05-18 19:54 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30953#issuecomment-843511233

Comment:
`lite-xl` links against `SDL2` and `agg`, but then `agg` also depends on `SDL`. So in order to run it, I have to install both `SDL2` and `SDL` which seems kind of wrong.

The solution would be to update `agg`. The homepage of `agg` on Sourceforge has some recent commits mentioned versions 2.6 and 2.7, though I can't find any tarballs.

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

* Re: New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
  2021-05-17 17:09 ` [PR PATCH] [Updated] " FollieHiyuki
  2021-05-18 19:54 ` FollieHiyuki
@ 2021-05-18 19:55 ` FollieHiyuki
  2021-05-22 20:40 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-05-18 19:55 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30953#issuecomment-843511233

Comment:
`lite-xl` links against `SDL2` and `agg`, but then `agg` also depends on `SDL`. So in order to run it, I have to install both `SDL2` and `SDL` which seems kind of wrong.

The solution would be to update `agg`. The homepage of `agg` on Sourceforge has some recent commits mentioned versions 2.6 and 2.7, though I can't find any tarballs.

Edit: also I don't know why cross build keeps failing. Isn't `sdl2-config` part of the `SDL2-devel` package? Put it into `hostmakedepends` still doesn't help.

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-05-18 19:55 ` FollieHiyuki
@ 2021-05-22 20:40 ` FollieHiyuki
  2021-05-28 21:08 ` FollieHiyuki
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-05-22 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From 061c55c677097cf9f82144ba3710ecc22ca7b2f7 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH] New package: lite-xl-1.16.10

---
 srcpkgs/lite-xl/template | 21 +++++++++++++++++++++
 1 file changed, 21 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..d67e40387d0f
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,21 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=1.16.10
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel freetype-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=c66d0fb0c2d853587030a7ee3a855033c6f8d10a500560caa6188ac8316f9f71
+
+post_install() {
+	vinstall dev-utils/lite-xl.desktop 644 usr/share/applications lite-xl.desktop
+	vinstall dev-utils/lite.svg 644 usr/share/icons/hicolor/scalable/apps lite-xl.svg
+	vinstall icon.ico 644 usr/share/icons/hicolor/scalable/apps lite-xl.ico
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-05-22 20:40 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-05-28 21:08 ` FollieHiyuki
  2021-06-21 23:01 ` FollieHiyuki
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-05-28 21:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From 2f5541c975012770bc4f595466880851890b926d Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH] New package: lite-xl-1.16.11

---
 srcpkgs/lite-xl/template | 21 +++++++++++++++++++++
 1 file changed, 21 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..97893c88d5de
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,21 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=1.16.11
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel freetype-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=63c24570299a7200eb94c0fa064c823769835f78a9b93c497d120f7a99c91057
+
+post_install() {
+	vinstall dev-utils/lite-xl.desktop 644 usr/share/applications lite-xl.desktop
+	vinstall dev-utils/lite.svg 644 usr/share/icons/hicolor/scalable/apps lite-xl.svg
+	vinstall icon.ico 644 usr/share/icons/hicolor/scalable/apps lite-xl.ico
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-05-28 21:08 ` FollieHiyuki
@ 2021-06-21 23:01 ` FollieHiyuki
  2021-09-01 13:48 ` FollieHiyuki
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-06-21 23:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From f7aa5622f4029dfa4fe2c9072302c3386352e723 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH] New package: lite-xl-1.16.12

---
 srcpkgs/lite-xl/template | 21 +++++++++++++++++++++
 1 file changed, 21 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..79e6903f4142
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,21 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=1.16.12
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel freetype-devel SDL2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=83760c880d83666d5043723b61db0964147184e2c91dba7285ec6f2075f6e602
+
+post_install() {
+	vinstall dev-utils/lite-xl.desktop 644 usr/share/applications lite-xl.desktop
+	vinstall dev-utils/lite.svg 644 usr/share/icons/hicolor/scalable/apps lite-xl.svg
+	vinstall icon.ico 644 usr/share/icons/hicolor/scalable/apps lite-xl.ico
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-06-21 23:01 ` FollieHiyuki
@ 2021-09-01 13:48 ` FollieHiyuki
  2021-09-01 14:25 ` FollieHiyuki
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-01 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From f39d54a8b0f320cb3facb6114961c63c94fd874f Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 20:18:23 +0700
Subject: [PATCH 1/2] New package: reproc-14.2.3

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

diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 000000000000..c545dd5a61a9
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,16 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.3
+revision=1
+build_style=cmake
+configure_args="-DREPROC++=ON"
+short_desc="Cross-platform C99/C++11 process library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v${version}.tar.gz"
+checksum=ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
+
+post_install() {
+	vlicense LICENSE
+}

From 2c8c53b09841e480cfada2bdc69a1a78843577b4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH 2/2] New package: lite-xl-2.0.1

---
 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..5e08d3269275
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.0.1
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel SDL2-devel reproc"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=688765ec81cd76b7c0748c20ace9b2ac6645d19cc868f7fbf2f0762388b04fa0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-09-01 13:48 ` FollieHiyuki
@ 2021-09-01 14:25 ` FollieHiyuki
  2021-09-01 15:29 ` FollieHiyuki
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-01 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From c230f3db22b14fc56d356208795c9fbb55dae6fe Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 20:18:23 +0700
Subject: [PATCH 1/2] New package: reproc-14.2.3

---
 common/shlibs           |  2 ++
 srcpkgs/reproc-devel    |  1 +
 srcpkgs/reproc/template | 26 ++++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/reproc-devel
 create mode 100644 srcpkgs/reproc/template

diff --git a/common/shlibs b/common/shlibs
index 87c27c459aad..970fe11cd02a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1611,6 +1611,8 @@ libogmrip.so.1 ogmrip-1.0.0_1
 libogmrip-lavc.so.1 ogmrip-1.0.0_1
 libogmdvd-gtk.so.1 ogmrip-1.0.0_1
 libSDL2_image-2.0.so.0 SDL2_image-2.0.0_1
+libreproc.so.14 reproc-14.2.3_1
+libreproc++.so.14 reproc-14.2.3_1
 liba2ps.so.1 liba2ps-4.14_1
 libplibul.so.1 plib-1.8.5_1
 libplibjs.so.1 plib-1.8.5_1
diff --git a/srcpkgs/reproc-devel b/srcpkgs/reproc-devel
new file mode 120000
index 000000000000..ea2ee2920788
--- /dev/null
+++ b/srcpkgs/reproc-devel
@@ -0,0 +1 @@
+reproc
\ No newline at end of file
diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 000000000000..8f0893002494
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,26 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.3
+revision=1
+build_style=cmake
+configure_args="-DREPROC++=ON -DBUILD_SHARED_LIBS=ON"
+short_desc="Cross-platform C99/C++11 process library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v${version}.tar.gz"
+checksum=ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
+
+post_install() {
+	vlicense LICENSE
+}
+
+reproc-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib/cmake"
+		vmove "usr/lib/pkgconfig"
+		vmove "usr/lib/*.so"
+	}
+}

From 7caa157998296783937842961982420fefea4168 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH 2/2] New package: lite-xl-2.0.1

---
 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..e7f4709bcaad
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.0.1
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel SDL2-devel reproc-devel pcre2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=688765ec81cd76b7c0748c20ace9b2ac6645d19cc868f7fbf2f0762388b04fa0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-09-01 14:25 ` FollieHiyuki
@ 2021-09-01 15:29 ` FollieHiyuki
  2021-09-02 15:05 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-01 15:29 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30953#issuecomment-910397728

Comment:
I can install `reproc` and then manually build `lite-xl` from source (outside the build tree), but when using our build system pkg-config can't find `reproc`. I don't know what is the cause.

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-09-01 15:29 ` FollieHiyuki
@ 2021-09-02 15:05 ` FollieHiyuki
  2021-09-30 19:18 ` FollieHiyuki
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-02 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From a57192f38ff06014686b88aa62dfb439a25673ba Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 20:18:23 +0700
Subject: [PATCH 1/2] New package: reproc-14.2.3

---
 common/shlibs           |  2 ++
 srcpkgs/reproc-devel    |  1 +
 srcpkgs/reproc/template | 27 +++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/reproc-devel
 create mode 100644 srcpkgs/reproc/template

diff --git a/common/shlibs b/common/shlibs
index 87c27c459aad..970fe11cd02a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1611,6 +1611,8 @@ libogmrip.so.1 ogmrip-1.0.0_1
 libogmrip-lavc.so.1 ogmrip-1.0.0_1
 libogmdvd-gtk.so.1 ogmrip-1.0.0_1
 libSDL2_image-2.0.so.0 SDL2_image-2.0.0_1
+libreproc.so.14 reproc-14.2.3_1
+libreproc++.so.14 reproc-14.2.3_1
 liba2ps.so.1 liba2ps-4.14_1
 libplibul.so.1 plib-1.8.5_1
 libplibjs.so.1 plib-1.8.5_1
diff --git a/srcpkgs/reproc-devel b/srcpkgs/reproc-devel
new file mode 120000
index 000000000000..ea2ee2920788
--- /dev/null
+++ b/srcpkgs/reproc-devel
@@ -0,0 +1 @@
+reproc
\ No newline at end of file
diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 000000000000..66e365556ace
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,27 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.3
+revision=1
+build_style=cmake
+configure_args="-DREPROC++=ON -DBUILD_SHARED_LIBS=ON"
+short_desc="Cross-platform C99/C++11 process library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v${version}.tar.gz"
+checksum=ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
+
+post_install() {
+	vlicense LICENSE
+}
+
+reproc-devel_package() {
+	short_desc+=" - development files"
+    depends="reproc>=${version}_${revision}"
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib/cmake"
+		vmove "usr/lib/pkgconfig"
+		vmove "usr/lib/*.so"
+	}
+}

From 7ffd88f101db7ade7f909744312741342e9f1054 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH 2/2] New package: lite-xl-2.0.1

---
 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..e7f4709bcaad
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.0.1
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel SDL2-devel reproc-devel pcre2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=688765ec81cd76b7c0748c20ace9b2ac6645d19cc868f7fbf2f0762388b04fa0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-09-02 15:05 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-09-30 19:18 ` FollieHiyuki
  2021-09-30 19:42 ` FollieHiyuki
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-30 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From 0d8e645a9fa7270c03885afa0433bc34fb295303 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 20:18:23 +0700
Subject: [PATCH 1/2] New package: reproc-14.2.3

---
 common/shlibs           |  2 ++
 srcpkgs/reproc-devel    |  1 +
 srcpkgs/reproc/template | 27 +++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/reproc-devel
 create mode 100644 srcpkgs/reproc/template

diff --git a/common/shlibs b/common/shlibs
index 8872fbfe9392..e69ec129e486 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1611,6 +1611,8 @@ libogmrip.so.1 ogmrip-1.0.0_1
 libogmrip-lavc.so.1 ogmrip-1.0.0_1
 libogmdvd-gtk.so.1 ogmrip-1.0.0_1
 libSDL2_image-2.0.so.0 SDL2_image-2.0.0_1
+libreproc.so.14 reproc-14.2.3_1
+libreproc++.so.14 reproc-14.2.3_1
 liba2ps.so.1 liba2ps-4.14_1
 libplibul.so.1 plib-1.8.5_1
 libplibjs.so.1 plib-1.8.5_1
diff --git a/srcpkgs/reproc-devel b/srcpkgs/reproc-devel
new file mode 120000
index 000000000000..ea2ee2920788
--- /dev/null
+++ b/srcpkgs/reproc-devel
@@ -0,0 +1 @@
+reproc
\ No newline at end of file
diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 000000000000..ed6ec0bfea75
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,27 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.3
+revision=1
+build_style=cmake
+configure_args="-DREPROC++=ON -DBUILD_SHARED_LIBS=ON"
+short_desc="Cross-platform C99/C++11 process library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v${version}.tar.gz"
+checksum=ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
+
+post_install() {
+	vlicense LICENSE
+}
+
+reproc-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib/cmake"
+		vmove "usr/lib/pkgconfig"
+		vmove "usr/lib/*.so"
+	}
+}

From dea766df3f663d602e9a45c79f62646d886e176a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH 2/2] New package: lite-xl-2.0.2

---
 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..5bffb7da039c
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.0.2
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel SDL2-devel reproc-devel pcre2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=f9d584f10ea321c3747ca91720d76ecfa85dbdfdcb2c78e56123f0affd5f617f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (10 preceding siblings ...)
  2021-09-30 19:18 ` FollieHiyuki
@ 2021-09-30 19:42 ` FollieHiyuki
  2021-09-30 19:55 ` FollieHiyuki
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-30 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages lite-xl
https://github.com/void-linux/void-packages/pull/30953

New package: lite-xl-1.16.9
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

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

From 0ad143943146738841ac886df7f95a30b8712523 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 20:18:23 +0700
Subject: [PATCH 1/2] New package: reproc-14.2.3

---
 common/shlibs           |  2 ++
 srcpkgs/reproc-devel    |  1 +
 srcpkgs/reproc/template | 27 +++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/reproc-devel
 create mode 100644 srcpkgs/reproc/template

diff --git a/common/shlibs b/common/shlibs
index 8872fbfe9392..e69ec129e486 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1611,6 +1611,8 @@ libogmrip.so.1 ogmrip-1.0.0_1
 libogmrip-lavc.so.1 ogmrip-1.0.0_1
 libogmdvd-gtk.so.1 ogmrip-1.0.0_1
 libSDL2_image-2.0.so.0 SDL2_image-2.0.0_1
+libreproc.so.14 reproc-14.2.3_1
+libreproc++.so.14 reproc-14.2.3_1
 liba2ps.so.1 liba2ps-4.14_1
 libplibul.so.1 plib-1.8.5_1
 libplibjs.so.1 plib-1.8.5_1
diff --git a/srcpkgs/reproc-devel b/srcpkgs/reproc-devel
new file mode 120000
index 000000000000..ea2ee2920788
--- /dev/null
+++ b/srcpkgs/reproc-devel
@@ -0,0 +1 @@
+reproc
\ No newline at end of file
diff --git a/srcpkgs/reproc/template b/srcpkgs/reproc/template
new file mode 100644
index 000000000000..9263e32eef48
--- /dev/null
+++ b/srcpkgs/reproc/template
@@ -0,0 +1,27 @@
+# Template file for 'reproc'
+pkgname=reproc
+version=14.2.3
+revision=1
+build_style=cmake
+configure_args="-DREPROC++=ON -DBUILD_SHARED_LIBS=ON -DREPROC_TEST=ON"
+short_desc="Cross-platform C99/C++11 process library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/DaanDeMeyer/reproc"
+distfiles="https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v${version}.tar.gz"
+checksum=ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
+
+post_install() {
+	vlicense LICENSE
+}
+
+reproc-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib/cmake"
+		vmove "usr/lib/pkgconfig"
+		vmove "usr/lib/*.so"
+	}
+}

From 03b31ce9979b0047fb5d84f5b2ff602d245aac32 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 17 May 2021 19:35:55 +0300
Subject: [PATCH 2/2] New package: lite-xl-2.0.2

---
 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..5bffb7da039c
--- /dev/null
+++ b/srcpkgs/lite-xl/template
@@ -0,0 +1,18 @@
+# Template file for 'lite-xl'
+pkgname=lite-xl
+version=2.0.2
+revision=1
+build_style=meson
+configure_args="-Drenderer=true"
+hostmakedepends="pkg-config"
+makedepends="agg-devel lua52-devel SDL2-devel reproc-devel pcre2-devel"
+short_desc="Lightweight text editor written in Lua"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/franko/lite-xl"
+distfiles="https://github.com/franko/lite-xl/archive/v${version}.tar.gz"
+checksum=f9d584f10ea321c3747ca91720d76ecfa85dbdfdcb2c78e56123f0affd5f617f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (11 preceding siblings ...)
  2021-09-30 19:42 ` FollieHiyuki
@ 2021-09-30 19:55 ` FollieHiyuki
  2022-05-20  2:12 ` github-actions
  2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-09-30 19:55 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30953#issuecomment-931619432

Comment:
The build finally works, but I don't know what the deal is with it not detecting SDL2 on arm. I might need some help to fix that.

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

* Re: New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (12 preceding siblings ...)
  2021-09-30 19:55 ` FollieHiyuki
@ 2022-05-20  2:12 ` github-actions
  2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-05-20  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/30953#issuecomment-1132374521

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: lite-xl-1.16.9
  2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
                   ` (13 preceding siblings ...)
  2022-05-20  2:12 ` github-actions
@ 2022-06-04  2:08 ` github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-06-04  2:08 UTC (permalink / raw)
  To: ml

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

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

New package: lite-xl-1.16.9
https://github.com/void-linux/void-packages/pull/30953

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

Should we bundle all the default plugins, or make a subpackage instead?
Related to #22101


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

end of thread, other threads:[~2022-06-04  2:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 16:38 [PR PATCH] New package: lite-xl-1.16.9 FollieHiyuki
2021-05-17 17:09 ` [PR PATCH] [Updated] " FollieHiyuki
2021-05-18 19:54 ` FollieHiyuki
2021-05-18 19:55 ` FollieHiyuki
2021-05-22 20:40 ` [PR PATCH] [Updated] " FollieHiyuki
2021-05-28 21:08 ` FollieHiyuki
2021-06-21 23:01 ` FollieHiyuki
2021-09-01 13:48 ` FollieHiyuki
2021-09-01 14:25 ` FollieHiyuki
2021-09-01 15:29 ` FollieHiyuki
2021-09-02 15:05 ` [PR PATCH] [Updated] " FollieHiyuki
2021-09-30 19:18 ` FollieHiyuki
2021-09-30 19:42 ` FollieHiyuki
2021-09-30 19:55 ` FollieHiyuki
2022-05-20  2:12 ` github-actions
2022-06-04  2:08 ` [PR PATCH] [Closed]: " github-actions

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