Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] luakit: update to 2.3.6.
@ 2024-02-13 23:56 balejk
  2024-02-16 19:17 ` [PR PATCH] [Updated] " balejk
  2024-02-25  9:20 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 2 replies; 3+ messages in thread
From: balejk @ 2024-02-13 23:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages luakit
https://github.com/void-linux/void-packages/pull/48711

luakit: update to 2.3.6.
This includes switching to libsoup3.

Also clean up the template a little bit.

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

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

<!-- 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, (x86_64-musl)


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

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

From f59fc2f760fbe29ba84c37e64ec32b1e6685db06 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 14 Feb 2024 00:48:30 +0100
Subject: [PATCH] luakit: update to 2.3.6.

This includes switching to libsoup3.

Also clean up the template a little bit.
---
 srcpkgs/luakit/template | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template
index 4f317377dccde..0ba921ebfe378 100644
--- a/srcpkgs/luakit/template
+++ b/srcpkgs/luakit/template
@@ -1,11 +1,15 @@
 # Template file for 'luakit'
 pkgname=luakit
 reverts="2017.08.10_1"
-version=2.3.3
+version=2.3.6
 revision=1
 conf_files="/etc/xdg/luakit/*.lua"
-hostmakedepends="pkg-config LuaJIT"
-makedepends="webkit2gtk-devel lua51-luafilesystem LuaJIT-devel libsoup-devel"
+build_style=gnu-makefile
+make_build_args="DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 VERSION=${version}"
+make_use_env=yes
+make_check_target=run-tests
+hostmakedepends=pkg-config
+makedepends="libwebkit2gtk41-devel LuaJIT-devel"
 depends="lua51-luafilesystem"
 short_desc="Fast, small, webkit based browser framework extensible by Lua"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,14 +17,5 @@ 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=8e6571f11119b31e7a343db7b03f68d823f1fd175fdff4870d40a2afd9e732d5
-
-CFLAGS="-fcommon"
-
-do_build() {
-	make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all
-}
-
-do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} install
-}
+checksum=8202fc515c7e64ddc0794b5623167b372f696bce757e6f767c5e03bfbe2beba0
+make_check=no # missing luassert

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

* Re: [PR PATCH] [Updated] luakit: update to 2.3.6.
  2024-02-13 23:56 [PR PATCH] luakit: update to 2.3.6 balejk
@ 2024-02-16 19:17 ` balejk
  2024-02-25  9:20 ` [PR PATCH] [Merged]: " oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: balejk @ 2024-02-16 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/balejk/void-packages luakit
https://github.com/void-linux/void-packages/pull/48711

luakit: update to 2.3.6.
This includes switching to libsoup3.

Also clean up the template a little bit.

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

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

<!-- 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, (x86_64-musl)


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

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

From 0ac39d249269c5cac604cf615c6f32c87ff28cb7 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 14 Feb 2024 00:48:30 +0100
Subject: [PATCH] luakit: update to 2.3.6.

This includes switching to libsoup3.

Also clean up the template a little bit.
---
 srcpkgs/luakit/template | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template
index 4f317377dccde..d25853c0927dd 100644
--- a/srcpkgs/luakit/template
+++ b/srcpkgs/luakit/template
@@ -1,11 +1,15 @@
 # Template file for 'luakit'
 pkgname=luakit
 reverts="2017.08.10_1"
-version=2.3.3
+version=2.3.6
 revision=1
 conf_files="/etc/xdg/luakit/*.lua"
+build_style=gnu-makefile
+make_build_args="DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 VERSION=${version}"
+make_use_env=yes
+make_check_target=run-tests
 hostmakedepends="pkg-config LuaJIT"
-makedepends="webkit2gtk-devel lua51-luafilesystem LuaJIT-devel libsoup-devel"
+makedepends="libwebkit2gtk41-devel LuaJIT-devel"
 depends="lua51-luafilesystem"
 short_desc="Fast, small, webkit based browser framework extensible by Lua"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,14 +17,5 @@ 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=8e6571f11119b31e7a343db7b03f68d823f1fd175fdff4870d40a2afd9e732d5
-
-CFLAGS="-fcommon"
-
-do_build() {
-	make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all
-}
-
-do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} install
-}
+checksum=8202fc515c7e64ddc0794b5623167b372f696bce757e6f767c5e03bfbe2beba0
+make_check=no # missing luassert

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

* Re: [PR PATCH] [Merged]: luakit: update to 2.3.6.
  2024-02-13 23:56 [PR PATCH] luakit: update to 2.3.6 balejk
  2024-02-16 19:17 ` [PR PATCH] [Updated] " balejk
@ 2024-02-25  9:20 ` oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-02-25  9:20 UTC (permalink / raw)
  To: ml

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

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

luakit: update to 2.3.6.
https://github.com/void-linux/void-packages/pull/48711

Description:
This includes switching to libsoup3.

Also clean up the template a little bit.

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (x86_64-musl)


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

end of thread, other threads:[~2024-02-25  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 23:56 [PR PATCH] luakit: update to 2.3.6 balejk
2024-02-16 19:17 ` [PR PATCH] [Updated] " balejk
2024-02-25  9:20 ` [PR PATCH] [Merged]: " oreo639

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