head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.28 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.26 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.24 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.22 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.20 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.18 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.16 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.14 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.12 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.18 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.16 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.14 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.12 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.10 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.8 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2022.11.15.22.48.32; author nia; state Exp; branches; next 1.1; commitid BZCSpZ0nRPRxQQ1E; 1.1 date 2020.08.09.17.25.37; author nia; state Exp; branches; next ; commitid kUxQb8UgSURTFpjC; desc @@ 1.2 log @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 (https://github.com/luakit/luakit/pull/921). - Added scalable SVG desktop icon version. ### Changed - Allow functions to be bound to more than one key (https://github.com/luakit/luakit/issues/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. @ text @$NetBSD: patch-Makefile,v 1.1 2020/08/09 17:25:37 nia Exp $ Install config files to examples. --- Makefile.orig 2022-08-30 15:17:46.000000000 +0000 +++ Makefile @@@@ -110,8 +110,8 @@@@ install: all install -m644 luakit.so $(DESTDIR)$(LIBDIR)/luakit.so install -d $(DESTDIR)$(PREFIX)/bin install luakit $(DESTDIR)$(PREFIX)/bin/luakit - install -d $(DESTDIR)$(XDGPREFIX)/luakit/ - install -m644 config/*.lua $(DESTDIR)$(XDGPREFIX)/luakit/ + install -d $(DESTDIR)$(PREFIX)/share/examples/luakit/ + install -m644 config/*.lua $(DESTDIR)$(PREFIX)/share/examples/luakit install -d $(DESTDIR)$(PIXMAPDIR) install -m644 extras/luakit.png $(DESTDIR)$(PIXMAPDIR) install -m644 extras/luakit.svg $(DESTDIR)$(PIXMAPDIR) @ 1.1 log @www: Add luakit Luakit is a highly configurable browser framework based on the WebKit web content engine and the GTK+ toolkit. It is very fast, extensible with Lua, and licensed under the GNU GPLv3 license. It is primarily targeted at power users, developers and anyone who wants to have fine-grained control over their web browser's behaviour and interface. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Makefile.orig 2018-11-16 08:12:24.000000000 +0000 d7 2 a8 2 @@@@ -108,8 +108,8 @@@@ install: all install -m644 luakit.so $(DESTDIR)$(PREFIX)/lib/luakit/luakit.so d14 1 a14 1 + install -m644 config/*.lua $(DESTDIR)$(PREFIX)/share/examples/luakit/ d17 1 a17 1 install -d $(DESTDIR)$(APPDIR) @