Skip to content

Commit 765e6e9

Browse files
committed
luakit: update to 2.3.1
## [2.3.1] ### Added - Added command `:userscripts-reload` to reload lua scripts. - The tabgroup plugin is now included in luakit (:tabmenu). - Allow configuration of shortcuts that should be passed through (luakit/luakit#921). - Added scalable SVG desktop icon version. ### Changed - Allow functions to be bound to more than one key (luakit/luakit#913). ### Fixed - No more `gdk_keymap_get_default()` compiler warning. - Fixed an issue where links were hinted, but then could be followed. - Fixed the paging on the the bookmarks page. - Fixed build on Solaris. - Fixed relocation errors on Sparc64. - Fixed proxymenu to show default entries when proxymenu file is not present. - The command mode cursor is now drawn in the user-specified foreground color.
1 parent e9e7e3f commit 765e6e9

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

www/luakit/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.14 2022/08/11 05:09:23 gutteridge Exp $
1+
# $NetBSD: Makefile,v 1.15 2022/11/15 22:48:32 nia Exp $
22

3-
DISTNAME= luakit-2.3
4-
PKGREVISION= 5
3+
DISTNAME= luakit-2.3.1
54
CATEGORIES= www lua
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=luakit/}
76

www/luakit/PLIST

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.2 2021/03/15 11:17:18 nia Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2022/11/15 22:48:32 nia Exp $
22
bin/luakit
33
lib/luakit/luakit.so
44
man/man1/luakit.1
@@ -80,6 +80,7 @@ share/doc/luakit/modules/lousy.widget.ssl.html
8080
share/doc/luakit/modules/lousy.widget.tab.html
8181
share/doc/luakit/modules/lousy.widget.tabi.html
8282
share/doc/luakit/modules/lousy.widget.tablist.html
83+
share/doc/luakit/modules/lousy.widget.tgname.html
8384
share/doc/luakit/modules/lousy.widget.uri.html
8485
share/doc/luakit/modules/lousy.widget.zoom.html
8586
share/doc/luakit/modules/luakit.html
@@ -102,6 +103,7 @@ share/doc/luakit/modules/settings_chrome.html
102103
share/doc/luakit/modules/soup.html
103104
share/doc/luakit/modules/styles.html
104105
share/doc/luakit/modules/tab_favicons.html
106+
share/doc/luakit/modules/tabgroups.html
105107
share/doc/luakit/modules/tabhistory.html
106108
share/doc/luakit/modules/tabmenu.html
107109
share/doc/luakit/modules/taborder.html
@@ -183,6 +185,7 @@ share/luakit/lib/lousy/widget/ssl.lua
183185
share/luakit/lib/lousy/widget/tab.lua
184186
share/luakit/lib/lousy/widget/tabi.lua
185187
share/luakit/lib/lousy/widget/tablist.lua
188+
share/luakit/lib/lousy/widget/tgname.lua
186189
share/luakit/lib/lousy/widget/uri.lua
187190
share/luakit/lib/lousy/widget/zoom.lua
188191
share/luakit/lib/markdown.lua
@@ -202,6 +205,7 @@ share/luakit/lib/settings.lua
202205
share/luakit/lib/settings_chrome.lua
203206
share/luakit/lib/styles.lua
204207
share/luakit/lib/tab_favicons.lua
208+
share/luakit/lib/tabgroups.lua
205209
share/luakit/lib/tabhistory.lua
206210
share/luakit/lib/tabmenu.lua
207211
share/luakit/lib/taborder.lua
@@ -229,3 +233,4 @@ share/luakit/resources/icons/[email protected]
229233
share/luakit/resources/icons/tab-icon-security-error.png
230234
share/luakit/resources/icons/[email protected]
231235
share/pixmaps/luakit.png
236+
share/pixmaps/luakit.svg

www/luakit/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.5 2021/10/26 11:29:38 nia Exp $
1+
$NetBSD: distinfo,v 1.6 2022/11/15 22:48:32 nia Exp $
22

3-
BLAKE2s (luakit-2.3.tar.gz) = 3928eec7f5ac0313e0b3187ed71ddb750428d97d2bfd165cb564a8abbb0d25ca
4-
SHA512 (luakit-2.3.tar.gz) = f41121e1c47c020d90fe69f858b8c348f5c3ad752891abf2b94e5b44eebe3d5c8c315342c9aa4c53bbaef548f6ef2a1d0c522d877f0a20516734755967c0bb5c
5-
Size (luakit-2.3.tar.gz) = 497471 bytes
6-
SHA1 (patch-Makefile) = 8510a1de1c99244ce1f8cb925439921381692f3d
3+
BLAKE2s (luakit-2.3.1.tar.gz) = e036c47070de587024aa69df4b98f3d1b5bb9833385be2b409bc5444f3ea1d5e
4+
SHA512 (luakit-2.3.1.tar.gz) = 73d389f7e5a11f88905957c11aab085c9d33a2d0b276e22b89ae689cabe9cff0a18a003d23548fbc4378a695379cdb223a313328372c84bb74da605855e4a9e3
5+
Size (luakit-2.3.1.tar.gz) = 506988 bytes
6+
SHA1 (patch-Makefile) = f4a25f2ea39c9a94cb5fbdb7b02f81c22a6e0a32

www/luakit/patches/patch-Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
$NetBSD: patch-Makefile,v 1.1 2020/08/09 17:25:37 nia Exp $
1+
$NetBSD: patch-Makefile,v 1.2 2022/11/15 22:48:32 nia Exp $
22

33
Install config files to examples.
44

5-
--- Makefile.orig 2018-11-16 08:12:24.000000000 +0000
5+
--- Makefile.orig 2022-08-30 15:17:46.000000000 +0000
66
+++ Makefile
7-
@@ -108,8 +108,8 @@ install: all
8-
install -m644 luakit.so $(DESTDIR)$(PREFIX)/lib/luakit/luakit.so
7+
@@ -110,8 +110,8 @@ install: all
8+
install -m644 luakit.so $(DESTDIR)$(LIBDIR)/luakit.so
99
install -d $(DESTDIR)$(PREFIX)/bin
1010
install luakit $(DESTDIR)$(PREFIX)/bin/luakit
1111
- install -d $(DESTDIR)$(XDGPREFIX)/luakit/
1212
- install -m644 config/*.lua $(DESTDIR)$(XDGPREFIX)/luakit/
1313
+ install -d $(DESTDIR)$(PREFIX)/share/examples/luakit/
14-
+ install -m644 config/*.lua $(DESTDIR)$(PREFIX)/share/examples/luakit/
14+
+ install -m644 config/*.lua $(DESTDIR)$(PREFIX)/share/examples/luakit
1515
install -d $(DESTDIR)$(PIXMAPDIR)
1616
install -m644 extras/luakit.png $(DESTDIR)$(PIXMAPDIR)
17-
install -d $(DESTDIR)$(APPDIR)
17+
install -m644 extras/luakit.svg $(DESTDIR)$(PIXMAPDIR)

0 commit comments

Comments
 (0)