Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] luakit: update to 2.3.3
@ 2023-01-19  1:09 mugr1x
  2023-01-22 20:57 ` Piraty
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mugr1x @ 2023-01-19  1:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mugr1x/void-packages luakit
https://github.com/void-linux/void-packages/pull/41734

luakit: update to 2.3.3
None

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

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

From 85a96cdea466262ab982f3ccbe5bfc8849f1ba4c Mon Sep 17 00:00:00 2001
From: Mugr Rex <mugr@disroot.org>
Date: Thu, 19 Jan 2023 01:07:00 +0000
Subject: [PATCH] luakit: update to 2.3.3

---
 srcpkgs/luakit/patches/glib-pcre2.patch | 39 -------------------------
 srcpkgs/luakit/template                 |  8 ++---
 srcpkgs/luakit/update                   |  1 -
 3 files changed, 4 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/luakit/patches/glib-pcre2.patch
 delete mode 100644 srcpkgs/luakit/update

diff --git a/srcpkgs/luakit/patches/glib-pcre2.patch b/srcpkgs/luakit/patches/glib-pcre2.patch
deleted file mode 100644
index f79c38ff5273..000000000000
--- a/srcpkgs/luakit/patches/glib-pcre2.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 4c69751d3ed6c0623aceee3d77499f1c477136ab Mon Sep 17 00:00:00 2001
-From: Tao Nelson <taobert@gmail.com>
-Date: Fri, 23 Sep 2022 19:17:47 +1000
-Subject: [PATCH] Accommodate glib now using pcre2
-
----
- common/clib/regex.c | 2 +-
- common/util.c       | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/common/clib/regex.c b/common/clib/regex.c
-index c4f42317c..e87156cf8 100644
---- a/common/clib/regex.c
-+++ b/common/clib/regex.c
-@@ -59,7 +59,7 @@ luaH_regenerate_regex(lua_State *L, lregex_t *regex)
- 
-     GError *error = NULL;
-     regex->reg = g_regex_new(regex->pattern,
--            G_REGEX_DOTALL|G_REGEX_OPTIMIZE|G_REGEX_JAVASCRIPT_COMPAT, 0, &error);
-+            G_REGEX_DOTALL|G_REGEX_OPTIMIZE, 0, &error);
-     if (error) {
-         lua_pushstring(L, error->message);
-         g_error_free(error);
-diff --git a/common/util.c b/common/util.c
-index 4b44d8515..738e1e5cb 100644
---- a/common/util.c
-+++ b/common/util.c
-@@ -61,9 +61,9 @@ strip_ansi_escapes(const gchar *in)
-     static GRegex *reg;
- 
-     if (!reg) {
--        const gchar *expr = "[\\u001b\\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]";
-+        const gchar *expr = "[\x1b\x9b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]";
-         GError *err = NULL;
--        reg = g_regex_new(expr, G_REGEX_JAVASCRIPT_COMPAT | G_REGEX_DOTALL | G_REGEX_EXTENDED | G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, &err);
-+        reg = g_regex_new(expr, G_REGEX_DOTALL | G_REGEX_EXTENDED | G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, &err);
-         g_assert_no_error(err);
-     }
- 
diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template
index 8f82764e3da8..f852d82ba187 100644
--- a/srcpkgs/luakit/template
+++ b/srcpkgs/luakit/template
@@ -1,19 +1,19 @@
 # Template file for 'luakit'
 pkgname=luakit
 reverts="2017.08.10_1"
-version=2.3.1
-revision=2
+version=2.3.3
+revision=1
 conf_files="/etc/xdg/luakit/*.lua"
 hostmakedepends="pkg-config LuaJIT"
 makedepends="webkit2gtk-devel lua51-luafilesystem LuaJIT-devel libsoup-devel"
 depends="lua51-luafilesystem"
 short_desc="Fast, small, webkit based browser framework extensible by Lua"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mugr Rex <mugr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://luakit.github.io/"
 changelog="https://github.com/luakit/luakit/blob/develop/CHANGELOG.md"
 distfiles="https://github.com/luakit/luakit/archive/${version}.tar.gz"
-checksum=138fed1eaccab801fae8c32ff2bec6cbcd864a9f527c5c77ad1de402ce1a130e
+checksum=8e6571f11119b31e7a343db7b03f68d823f1fd175fdff4870d40a2afd9e732d5
 
 CFLAGS="-fcommon"
 
diff --git a/srcpkgs/luakit/update b/srcpkgs/luakit/update
deleted file mode 100644
index fab90a9fdea2..000000000000
--- a/srcpkgs/luakit/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="[12][0-9][0-9][0-9].[01][0-9].[0-3][0-9]"

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

* Re: luakit: update to 2.3.3
  2023-01-19  1:09 [PR PATCH] luakit: update to 2.3.3 mugr1x
@ 2023-01-22 20:57 ` Piraty
  2023-03-14 15:22 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2023-01-22 20:57 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/41734#issuecomment-1399605642

Comment:
thank you for your contribution
regarding adoption: we'd like to see a few more contributions before adopting a package

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

* Re: luakit: update to 2.3.3
  2023-01-19  1:09 [PR PATCH] luakit: update to 2.3.3 mugr1x
  2023-01-22 20:57 ` Piraty
@ 2023-03-14 15:22 ` paper42
  2023-06-13  1:59 ` github-actions
  2023-06-20 22:18 ` [PR PATCH] [Closed]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-14 15:22 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41734#issuecomment-1468309528

Comment:
Please fill the PR template when submitting a pull request.

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

* Re: luakit: update to 2.3.3
  2023-01-19  1:09 [PR PATCH] luakit: update to 2.3.3 mugr1x
  2023-01-22 20:57 ` Piraty
  2023-03-14 15:22 ` paper42
@ 2023-06-13  1:59 ` github-actions
  2023-06-20 22:18 ` [PR PATCH] [Closed]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-06-13  1:59 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/41734#issuecomment-1588399432

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: luakit: update to 2.3.3
  2023-01-19  1:09 [PR PATCH] luakit: update to 2.3.3 mugr1x
                   ` (2 preceding siblings ...)
  2023-06-13  1:59 ` github-actions
@ 2023-06-20 22:18 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2023-06-20 22:18 UTC (permalink / raw)
  To: ml

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

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

luakit: update to 2.3.3
https://github.com/void-linux/void-packages/pull/41734

Description:
None

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

end of thread, other threads:[~2023-06-20 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19  1:09 [PR PATCH] luakit: update to 2.3.3 mugr1x
2023-01-22 20:57 ` Piraty
2023-03-14 15:22 ` paper42
2023-06-13  1:59 ` github-actions
2023-06-20 22:18 ` [PR PATCH] [Closed]: " Piraty

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