Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] luakit: update to 2.3.1.
@ 2022-09-09 13:06 chloris-pale-green
  2022-09-10 22:13 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: chloris-pale-green @ 2022-09-09 13:06 UTC (permalink / raw)
  To: ml

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

There is a new pull request by chloris-pale-green against master on the void-packages repository

https://github.com/chloris-pale-green/void-packages luakit
https://github.com/void-linux/void-packages/pull/39183

luakit: update to 2.3.1.
I've updated the package version and recreated the makefile patch since the patching failed with the new version. x86_64 package file list was confirmed to be identical to the previous package version.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (masterdir)
  - armv6l (cross)


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

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

From ae1324e962e86ca94dd31390ce8b0dc1f36008d4 Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Fri, 9 Sep 2022 13:31:04 +0200
Subject: [PATCH] luakit: update to 2.3.1.

---
 srcpkgs/luakit/patches/Makefile.patch | 13 +++++++------
 srcpkgs/luakit/template               |  4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/luakit/patches/Makefile.patch b/srcpkgs/luakit/patches/Makefile.patch
index c1a5293e879a..f573ecc30924 100644
--- a/srcpkgs/luakit/patches/Makefile.patch
+++ b/srcpkgs/luakit/patches/Makefile.patch
@@ -1,5 +1,5 @@
---- a/Makefile	2018-12-30 16:13:10.512451500 -0600
-+++ b/Makefile	2018-12-30 16:15:27.507448741 -0600
+--- a/Makefile	2022-08-30 17:17:46.000000000 +0200
++++ b/Makefile	2022-09-09 13:20:16.288047152 +0200
 @@ -17,7 +17,7 @@
  # Must be kept in sync with doc/docgen.ld
  DOC_SRCS = $(filter-out lib/markdown.lua lib/lousy/init.lua,$(shell for d in doc/luadoc lib common/clib; do find $$d -type f; done)) tests/lib.lua
@@ -9,7 +9,7 @@
  
  options:
  	@echo luakit build options:
-@@ -79,27 +79,10 @@
+@@ -80,28 +80,11 @@
  luakit.1.gz: luakit.1
  	@gzip -c $< > $@
  
@@ -27,13 +27,14 @@
 -	rm -rf doc/apidocs doc/html luakit $(OBJS) $(EXT_OBJS) $(TSRC) $(THEAD) buildopts.h luakit.1 luakit.1.gz luakit.so
 -
  install: all
- 	install -d $(DESTDIR)$(PREFIX)/share/luakit/
- 	install -d $(DESTDIR)$(DOCDIR) $(DESTDIR)$(DOCDIR)/classes $(DESTDIR)$(DOCDIR)/modules $(DESTDIR)$(DOCDIR)/pages
+ 	install -d $(DESTDIR)$(DOCDIR)/classes
+ 	install -d $(DESTDIR)$(DOCDIR)/modules
+ 	install -d $(DESTDIR)$(DOCDIR)/pages
  	install -m644 README.md AUTHORS COPYING.GPLv3 $(DESTDIR)$(DOCDIR)
 -	install -m644 doc/apidocs/classes/* $(DESTDIR)$(DOCDIR)/classes
 -	install -m644 doc/apidocs/modules/* $(DESTDIR)$(DOCDIR)/modules
 -	install -m644 doc/apidocs/pages/* $(DESTDIR)$(DOCDIR)/pages
 -	install -m644 doc/apidocs/*.html $(DESTDIR)$(DOCDIR)
- 	install -d $(DESTDIR)$(PREFIX)/share/luakit/lib $(DESTDIR)$(PREFIX)/share/luakit/lib/lousy $(DESTDIR)$(PREFIX)/share/luakit/lib/lousy/widget
+ 	install -d $(DESTDIR)$(PREFIX)/share/luakit/lib/lousy/widget
  	install -m644 lib/*.* $(DESTDIR)$(PREFIX)/share/luakit/lib
  	install -m644 lib/lousy/*.* $(DESTDIR)$(PREFIX)/share/luakit/lib/lousy
diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template
index 4fa00bb75712..efd9cb5a5106 100644
--- a/srcpkgs/luakit/template
+++ b/srcpkgs/luakit/template
@@ -1,7 +1,7 @@
 # Template file for 'luakit'
 pkgname=luakit
 reverts="2017.08.10_1"
-version=2.3
+version=2.3.1
 revision=1
 conf_files="/etc/xdg/luakit/*.lua"
 hostmakedepends="pkg-config LuaJIT"
@@ -13,7 +13,7 @@ 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=c7026b4f0bdfa44f43798b80f87548d3e7ad56f5b923fc43b9c712bf18496095
+checksum=138fed1eaccab801fae8c32ff2bec6cbcd864a9f527c5c77ad1de402ce1a130e
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Merged]: luakit: update to 2.3.1.
  2022-09-09 13:06 [PR PATCH] luakit: update to 2.3.1 chloris-pale-green
@ 2022-09-10 22:13 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-10 22:13 UTC (permalink / raw)
  To: ml

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

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

luakit: update to 2.3.1.
https://github.com/void-linux/void-packages/pull/39183

Description:
I've updated the package version and recreated the makefile patch since the patching failed with the new version. x86_64 package file list was confirmed to be identical to the previous package version.

Update in response to #39072.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (masterdir)
  - armv6l (cross)


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

end of thread, other threads:[~2022-09-10 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 13:06 [PR PATCH] luakit: update to 2.3.1 chloris-pale-green
2022-09-10 22:13 ` [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).