Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lite-xl: update to 2.1.2
@ 2023-12-29 16:26 zen0bit
  2024-01-10  2:43 ` [PR PATCH] [Updated] " zen0bit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zen0bit @ 2023-12-29 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR litexl
https://github.com/void-linux/void-packages/pull/47981

lite-xl: update to 2.1.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From 9fdd1662d73c98a5f26395e0a49dd57f124b95ac Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 29 Dec 2023 17:20:55 +0100
Subject: [PATCH] lite-xl: update to 2.1.2

---
 srcpkgs/lite-xl/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lite-xl/template b/srcpkgs/lite-xl/template
index 43a4ac037a980..ade3c9514a5fb 100644
--- a/srcpkgs/lite-xl/template
+++ b/srcpkgs/lite-xl/template
@@ -1,9 +1,10 @@
 # Template file for 'lite-xl'
 pkgname=lite-xl
-version=2.1.1
+version=2.1.2
 revision=1
 archs="x86_64* i686* aarch64* arm*" # garbage software
 build_style=meson
+configure_args="-Duse_system_lua=true"
 hostmakedepends="pkg-config lua54"
 makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
 short_desc="Lightweight text editor written in Lua"
@@ -12,7 +13,7 @@ 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=75c0cbda2d34a88e86d3aa48abe9f0366093df3019796c03067a7594cc55abe6
+checksum=0ad5acbdc7a08f771386283f40f967c87a1d002bc5232ca78af2aa4fdb7bf38b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] lite-xl: update to 2.1.2
  2023-12-29 16:26 [PR PATCH] lite-xl: update to 2.1.2 zen0bit
@ 2024-01-10  2:43 ` zen0bit
  2024-01-14 16:13 ` zen0bit
  2024-01-31 15:36 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2024-01-10  2:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR litexl
https://github.com/void-linux/void-packages/pull/47981

lite-xl: update to 2.1.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From 4c95403990627af5873386dedda981d42f0ab41d Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 29 Dec 2023 17:20:55 +0100
Subject: [PATCH] lite-xl: update to 2.1.2

---
 srcpkgs/lite-xl/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lite-xl/template b/srcpkgs/lite-xl/template
index 43a4ac037a980..ade3c9514a5fb 100644
--- a/srcpkgs/lite-xl/template
+++ b/srcpkgs/lite-xl/template
@@ -1,9 +1,10 @@
 # Template file for 'lite-xl'
 pkgname=lite-xl
-version=2.1.1
+version=2.1.2
 revision=1
 archs="x86_64* i686* aarch64* arm*" # garbage software
 build_style=meson
+configure_args="-Duse_system_lua=true"
 hostmakedepends="pkg-config lua54"
 makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
 short_desc="Lightweight text editor written in Lua"
@@ -12,7 +13,7 @@ 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=75c0cbda2d34a88e86d3aa48abe9f0366093df3019796c03067a7594cc55abe6
+checksum=0ad5acbdc7a08f771386283f40f967c87a1d002bc5232ca78af2aa4fdb7bf38b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] lite-xl: update to 2.1.2
  2023-12-29 16:26 [PR PATCH] lite-xl: update to 2.1.2 zen0bit
  2024-01-10  2:43 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-14 16:13 ` zen0bit
  2024-01-31 15:36 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2024-01-14 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR litexl
https://github.com/void-linux/void-packages/pull/47981

lite-xl: update to 2.1.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From 206943dcbb4038a34dc379971c99b18a4452743e Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 29 Dec 2023 17:20:55 +0100
Subject: [PATCH] lite-xl: update to 2.1.2

---
 srcpkgs/lite-xl/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lite-xl/template b/srcpkgs/lite-xl/template
index 43a4ac037a980..ade3c9514a5fb 100644
--- a/srcpkgs/lite-xl/template
+++ b/srcpkgs/lite-xl/template
@@ -1,9 +1,10 @@
 # Template file for 'lite-xl'
 pkgname=lite-xl
-version=2.1.1
+version=2.1.2
 revision=1
 archs="x86_64* i686* aarch64* arm*" # garbage software
 build_style=meson
+configure_args="-Duse_system_lua=true"
 hostmakedepends="pkg-config lua54"
 makedepends="freetype-devel lua54-devel pcre2-devel SDL2-devel"
 short_desc="Lightweight text editor written in Lua"
@@ -12,7 +13,7 @@ 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=75c0cbda2d34a88e86d3aa48abe9f0366093df3019796c03067a7594cc55abe6
+checksum=0ad5acbdc7a08f771386283f40f967c87a1d002bc5232ca78af2aa4fdb7bf38b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: lite-xl: update to 2.1.2
  2023-12-29 16:26 [PR PATCH] lite-xl: update to 2.1.2 zen0bit
  2024-01-10  2:43 ` [PR PATCH] [Updated] " zen0bit
  2024-01-14 16:13 ` zen0bit
@ 2024-01-31 15:36 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2024-01-31 15:36 UTC (permalink / raw)
  To: ml

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

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

lite-xl: update to 2.1.2
https://github.com/void-linux/void-packages/pull/47981

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

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

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

end of thread, other threads:[~2024-01-31 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 16:26 [PR PATCH] lite-xl: update to 2.1.2 zen0bit
2024-01-10  2:43 ` [PR PATCH] [Updated] " zen0bit
2024-01-14 16:13 ` zen0bit
2024-01-31 15:36 ` [PR PATCH] [Merged]: " ahesford

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