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: Thu Aug 26 10:56:55 2021 +0200
Changeset: 3a872beb430876c8f1925c2ffbcb52d7b8799fd4
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=3a872beb430876c8f1925c2ffbcb52d7b8799fd4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
luakit-git/PLIST | 1 +
luakit-git/distinfo | 2 +-
luakit-git/patches/patch-Makefile | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diffs:
diff --git a/luakit-git/PLIST b/luakit-git/PLIST
index 623fb08c05..088f5df0d9 100644
--- a/luakit-git/PLIST
+++ b/luakit-git/PLIST
@@ -233,3 +233,4 @@ share/luakit/resources/icons/tab-icon-private%2x.png@localhost
share/luakit/resources/icons/tab-icon-security-error.png
share/luakit/resources/icons/tab-icon-security-error%2x.png@localhost
share/pixmaps/luakit.png
+share/pixmaps/luakit.svg
diff --git a/luakit-git/distinfo b/luakit-git/distinfo
index 4a4077668c..233ec9e257 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) = 91cdef12a4139bd6a800d5e0c35ae0c6c3228541
+SHA1 (patch-Makefile) = 8e0806dee35e7bb31d607675cedb9194b945fe5f
diff --git a/luakit-git/patches/patch-Makefile b/luakit-git/patches/patch-Makefile
index 2d5e7a4e95..9fdf2f8230 100644
--- a/luakit-git/patches/patch-Makefile
+++ b/luakit-git/patches/patch-Makefile
@@ -2,7 +2,7 @@ $NetBSD$
Install config files to examples.
---- Makefile.orig 2021-07-24 10:06:08.624291099 +0000
+--- Makefile.orig 2021-08-26 08:19:47.708939528 +0000
+++ Makefile
@@ -109,8 +109,8 @@ install: all
install -m644 luakit.so $(DESTDIR)$(LIBDIR)/luakit.so
@@ -14,4 +14,4 @@ Install config files to examples.
+ install -m644 config/*.lua $(DESTDIR)$(PREFIX)/share/examples/luakit/
install -d $(DESTDIR)$(PIXMAPDIR)
install -m644 extras/luakit.png $(DESTDIR)$(PIXMAPDIR)
- install -d $(DESTDIR)$(APPDIR)
+ install -m644 extras/luakit.svg $(DESTDIR)$(PIXMAPDIR)
Home |
Main Index |
Thread Index |
Old Index