pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

luakit-git: update patches and PLIST



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Jul 24 12:38:17 2021 +0200
Changeset:	084c36ca8a1c5f062cfc083e3e50c5d9fb8b900b

Modified Files:
	luakit-git/PLIST
	luakit-git/distinfo
	luakit-git/patches/patch-Makefile

Log Message:
luakit-git: update patches and PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=084c36ca8a1c5f062cfc083e3e50c5d9fb8b900b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 luakit-git/PLIST                  | 6 +++++-
 luakit-git/distinfo               | 2 +-
 luakit-git/patches/patch-Makefile | 6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/luakit-git/PLIST b/luakit-git/PLIST
index 7f6e0bbf16..623fb08c05 100644
--- a/luakit-git/PLIST
+++ b/luakit-git/PLIST
@@ -80,6 +80,7 @@ share/doc/luakit/modules/lousy.widget.ssl.html
 share/doc/luakit/modules/lousy.widget.tab.html
 share/doc/luakit/modules/lousy.widget.tabi.html
 share/doc/luakit/modules/lousy.widget.tablist.html
+share/doc/luakit/modules/lousy.widget.tgname.html
 share/doc/luakit/modules/lousy.widget.uri.html
 share/doc/luakit/modules/lousy.widget.zoom.html
 share/doc/luakit/modules/luakit.html
@@ -102,9 +103,10 @@ share/doc/luakit/modules/settings_chrome.html
 share/doc/luakit/modules/soup.html
 share/doc/luakit/modules/styles.html
 share/doc/luakit/modules/tab_favicons.html
+share/doc/luakit/modules/tabgroups.html
 share/doc/luakit/modules/tabhistory.html
-share/doc/luakit/modules/taborder.html
 share/doc/luakit/modules/tabmenu.html
+share/doc/luakit/modules/taborder.html
 share/doc/luakit/modules/tests.lib.html
 share/doc/luakit/modules/undoclose.html
 share/doc/luakit/modules/unique_instance.html
@@ -183,6 +185,7 @@ share/luakit/lib/lousy/widget/ssl.lua
 share/luakit/lib/lousy/widget/tab.lua
 share/luakit/lib/lousy/widget/tabi.lua
 share/luakit/lib/lousy/widget/tablist.lua
+share/luakit/lib/lousy/widget/tgname.lua
 share/luakit/lib/lousy/widget/uri.lua
 share/luakit/lib/lousy/widget/zoom.lua
 share/luakit/lib/markdown.lua
@@ -202,6 +205,7 @@ share/luakit/lib/settings.lua
 share/luakit/lib/settings_chrome.lua
 share/luakit/lib/styles.lua
 share/luakit/lib/tab_favicons.lua
+share/luakit/lib/tabgroups.lua
 share/luakit/lib/tabhistory.lua
 share/luakit/lib/tabmenu.lua
 share/luakit/lib/taborder.lua
diff --git a/luakit-git/distinfo b/luakit-git/distinfo
index 9876701df3..4a4077668c 100644
--- a/luakit-git/distinfo
+++ b/luakit-git/distinfo
@@ -4,4 +4,4 @@ SHA1 (luakit/2aecefe95c99808121edbf3903c3947779f8c4d4-2aecefe95c99808121edbf3903
 RMD160 (luakit/2aecefe95c99808121edbf3903c3947779f8c4d4-2aecefe95c99808121edbf3903c3947779f8c4d4.zip) = c829f11889a2e50e8a91b5c9553e84c0ded5fdd9
 SHA512 (luakit/2aecefe95c99808121edbf3903c3947779f8c4d4-2aecefe95c99808121edbf3903c3947779f8c4d4.zip) = f493fde91e87b8bd40f3a90b558c4d297ed31bc00e6924660a5c1fa55aa35bfd2eb7c8a6a7ea1d6b9ef7d095d358659d350ca92fbc6f654a9df9a1544ce30fdf
 Size (luakit/2aecefe95c99808121edbf3903c3947779f8c4d4-2aecefe95c99808121edbf3903c3947779f8c4d4.zip) = 518360 bytes
-SHA1 (patch-Makefile) = d45f31061ea5d5bcf5ed6d63fcea41590003e10b
+SHA1 (patch-Makefile) = 91cdef12a4139bd6a800d5e0c35ae0c6c3228541
diff --git a/luakit-git/patches/patch-Makefile b/luakit-git/patches/patch-Makefile
index 7f95999d71..2d5e7a4e95 100644
--- a/luakit-git/patches/patch-Makefile
+++ b/luakit-git/patches/patch-Makefile
@@ -2,10 +2,10 @@ $NetBSD$
 
 Install config files to examples.
 
---- Makefile.orig	2020-01-18 15:10:39.000000000 +0000
+--- Makefile.orig	2021-07-24 10:06:08.624291099 +0000
 +++ Makefile
-@@ -108,8 +108,8 @@ install: all
- 	install -m644 luakit.so $(DESTDIR)$(PREFIX)/lib/luakit/luakit.so
+@@ -109,8 +109,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/


Home | Main Index | Thread Index | Old Index