diff options
author | mew14930xvi <mew14930xvi@inbox.lv> | 2024-07-03 08:09:23 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-07-03 08:21:12 +0000 |
commit | c54976312d19772767a2ad06c2e11d969d204e63 (patch) | |
tree | 720e55bd888bb0c82adc5a6cb77c2acfbaac39a5 | |
parent | 71b540c176d330f39d29cacaf4e9adca5b43b00b (diff) | |
download | ports-c54976312d19772767a2ad06c2e11d969d204e63.tar.gz ports-c54976312d19772767a2ad06c2e11d969d204e63.zip |
www/luakit: update to 2.3.6
Reporter becomes maintainer.
PR: 279056
Reported by: mew14930xvi@inbox.lv
-rw-r--r-- | www/luakit/Makefile | 38 | ||||
-rw-r--r-- | www/luakit/distinfo | 6 | ||||
-rw-r--r-- | www/luakit/pkg-plist | 227 |
3 files changed, 22 insertions, 249 deletions
diff --git a/www/luakit/Makefile b/www/luakit/Makefile index 4c834a1c3343..94bcce0d71bd 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -1,23 +1,19 @@ PORTNAME= luakit -DISTVERSION= 2.3.3 -PORTREVISION= 2 +DISTVERSION= 2.3.6 PORTEPOCH= 1 CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mew14930xvi@inbox.lv COMMENT= Fast, small, webkit2 based browser framework extensible with Lua WWW= https://luakit.github.io LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3 -BUILD_DEPENDS= help2man:misc/help2man \ - ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ +BUILD_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libfreetype.so:print/freetype2 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ - libfontconfig.so:x11-fonts/fontconfig + libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ @@ -25,27 +21,31 @@ USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 -MAKE_ARGS= MANPREFIX=${PREFIX}/share/man +CONFLICTS_INSTALL= luakit-devel + +PORTDATA= * +PORTDOCS= * -OPTIONS_DEFINE= DOCS LUAJIT -LUAJIT_DESC= Use the Just-In-Time compiler for lua +OPTIONS_DEFINE= DOCS LUAJIT +OPTIONS_DEFAULT= LUAJIT +LUAJIT_DESC= Use the Just-In-Time compiler for lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0 -CONFLICTS_INSTALL= luakit-devel - -post-extract: - @${REINPLACE_CMD} -e \ - 's|share/man|man| ; s|luakit/doc|doc/luakit| ; \ +post-patch: + @${REINPLACE_CMD} -e 's|luakit/doc|doc/luakit| ; \ s|/etc/xdg|${PREFIX}/etc/xdg| ; \ - s|gnu99|gnu11| ; s|-ggdb||' \ + s|-ggdb|| ; s|gtk-4.1|gtk-4.0|' \ ${WRKSRC}/config.mk @${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \ ${WRKSRC}/build-utils/gentokens.lua + @${REINPLACE_CMD} -e 's|expr substr|echo| ; \ + s/ARCHIVE 1 /ARCHIVE | cut -b1-/' \ + ${WRKSRC}/build-utils/getversion.sh post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit \ - ${STAGEDIR}${PREFIX}/lib/luakit/luakit.so + ${STAGEDIR}${PREFIX}/lib/luakit/luakit.so .include <bsd.port.mk> diff --git a/www/luakit/distinfo b/www/luakit/distinfo index 6c4abb9413d4..849d1e29bfae 100644 --- a/www/luakit/distinfo +++ b/www/luakit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681482981 -SHA256 (luakit-luakit-2.3.3_GH0.tar.gz) = 8e6571f11119b31e7a343db7b03f68d823f1fd175fdff4870d40a2afd9e732d5 -SIZE (luakit-luakit-2.3.3_GH0.tar.gz) = 507343 +TIMESTAMP = 1715947776 +SHA256 (luakit-luakit-2.3.6_GH0.tar.gz) = 8202fc515c7e64ddc0794b5623167b372f696bce757e6f767c5e03bfbe2beba0 +SIZE (luakit-luakit-2.3.6_GH0.tar.gz) = 508466 diff --git a/www/luakit/pkg-plist b/www/luakit/pkg-plist index 5d129da5ee91..161be6c23117 100644 --- a/www/luakit/pkg-plist +++ b/www/luakit/pkg-plist @@ -3,233 +3,6 @@ etc/xdg/luakit/rc.lua etc/xdg/luakit/theme.lua lib/luakit/luakit.so share/applications/luakit.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPLv3 -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/classes/dom_document.html -%%PORTDOCS%%%%DOCSDIR%%/classes/dom_element.html -%%PORTDOCS%%%%DOCSDIR%%/classes/download.html -%%PORTDOCS%%%%DOCSDIR%%/classes/page.html -%%PORTDOCS%%%%DOCSDIR%%/classes/regex.html -%%PORTDOCS%%%%DOCSDIR%%/classes/sqlite3.html -%%PORTDOCS%%%%DOCSDIR%%/classes/stylesheet.html -%%PORTDOCS%%%%DOCSDIR%%/classes/timer.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:box.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:drawing_area.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:entry.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:event_box.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:image.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:label.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:notebook.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:overlay.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:paned.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:scrolled.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:socket.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:spinner.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:webview.html -%%PORTDOCS%%%%DOCSDIR%%/classes/widget:window.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/modules/adblock.html -%%PORTDOCS%%%%DOCSDIR%%/modules/adblock_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/binds.html -%%PORTDOCS%%%%DOCSDIR%%/modules/binds_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/bookmarks.html -%%PORTDOCS%%%%DOCSDIR%%/modules/bookmarks_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/clear_data.html -%%PORTDOCS%%%%DOCSDIR%%/modules/cmdhist.html -%%PORTDOCS%%%%DOCSDIR%%/modules/completion.html -%%PORTDOCS%%%%DOCSDIR%%/modules/domain_props.html -%%PORTDOCS%%%%DOCSDIR%%/modules/downloads.html -%%PORTDOCS%%%%DOCSDIR%%/modules/downloads_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/editor.html -%%PORTDOCS%%%%DOCSDIR%%/modules/error_page.html -%%PORTDOCS%%%%DOCSDIR%%/modules/follow.html -%%PORTDOCS%%%%DOCSDIR%%/modules/follow_selected.html -%%PORTDOCS%%%%DOCSDIR%%/modules/formfiller.html -%%PORTDOCS%%%%DOCSDIR%%/modules/go_input.html -%%PORTDOCS%%%%DOCSDIR%%/modules/go_next_prev.html -%%PORTDOCS%%%%DOCSDIR%%/modules/go_up.html -%%PORTDOCS%%%%DOCSDIR%%/modules/gopher.html -%%PORTDOCS%%%%DOCSDIR%%/modules/help_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/hide_scrollbars.html -%%PORTDOCS%%%%DOCSDIR%%/modules/history.html -%%PORTDOCS%%%%DOCSDIR%%/modules/history_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/image_css.html -%%PORTDOCS%%%%DOCSDIR%%/modules/introspector_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/ipc.html -%%PORTDOCS%%%%DOCSDIR%%/modules/keysym.html -%%PORTDOCS%%%%DOCSDIR%%/modules/log_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.bind.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.load.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.mode.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.pickle.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.signal.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.theme.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.uri.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.util.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.buf.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.common.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.hist.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.menu.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.progress.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.scroll.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.ssl.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tab.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tabi.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tablist.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tgname.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.uri.html -%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.zoom.html -%%PORTDOCS%%%%DOCSDIR%%/modules/luakit.html -%%PORTDOCS%%%%DOCSDIR%%/modules/luakit.unique.html -%%PORTDOCS%%%%DOCSDIR%%/modules/modes.html -%%PORTDOCS%%%%DOCSDIR%%/modules/msg.html -%%PORTDOCS%%%%DOCSDIR%%/modules/newtab_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/noscript.html -%%PORTDOCS%%%%DOCSDIR%%/modules/open_editor.html -%%PORTDOCS%%%%DOCSDIR%%/modules/proxy.html -%%PORTDOCS%%%%DOCSDIR%%/modules/quickmarks.html -%%PORTDOCS%%%%DOCSDIR%%/modules/readline.html -%%PORTDOCS%%%%DOCSDIR%%/modules/referer_control_wm.html -%%PORTDOCS%%%%DOCSDIR%%/modules/search.html -%%PORTDOCS%%%%DOCSDIR%%/modules/select.html -%%PORTDOCS%%%%DOCSDIR%%/modules/select_wm.html -%%PORTDOCS%%%%DOCSDIR%%/modules/session.html -%%PORTDOCS%%%%DOCSDIR%%/modules/settings.html -%%PORTDOCS%%%%DOCSDIR%%/modules/settings_chrome.html -%%PORTDOCS%%%%DOCSDIR%%/modules/soup.html -%%PORTDOCS%%%%DOCSDIR%%/modules/styles.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tab_favicons.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tabgroups.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tabhistory.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tabmenu.html -%%PORTDOCS%%%%DOCSDIR%%/modules/taborder.html -%%PORTDOCS%%%%DOCSDIR%%/modules/tests.lib.html -%%PORTDOCS%%%%DOCSDIR%%/modules/undoclose.html -%%PORTDOCS%%%%DOCSDIR%%/modules/unique_instance.html -%%PORTDOCS%%%%DOCSDIR%%/modules/userscripts.html -%%PORTDOCS%%%%DOCSDIR%%/modules/utf8.html -%%PORTDOCS%%%%DOCSDIR%%/modules/vertical_tabs.html -%%PORTDOCS%%%%DOCSDIR%%/modules/view_source.html -%%PORTDOCS%%%%DOCSDIR%%/modules/viewpdf.html -%%PORTDOCS%%%%DOCSDIR%%/modules/webinspector.html -%%PORTDOCS%%%%DOCSDIR%%/modules/webview.html -%%PORTDOCS%%%%DOCSDIR%%/modules/window.html -%%PORTDOCS%%%%DOCSDIR%%/modules/xdg.html -%%PORTDOCS%%%%DOCSDIR%%/pages/01-authors.html -%%PORTDOCS%%%%DOCSDIR%%/pages/02-faq.html -%%PORTDOCS%%%%DOCSDIR%%/pages/03-quick-start-guide.html -%%PORTDOCS%%%%DOCSDIR%%/pages/04-migration-guide.html -%%PORTDOCS%%%%DOCSDIR%%/pages/05-configuration.html -%%PORTDOCS%%%%DOCSDIR%%/pages/06-tests.html -%%PORTDOCS%%%%DOCSDIR%%/pages/07-build-debian-package.html -%%DATADIR%%/lib/adblock.lua -%%DATADIR%%/lib/adblock_chrome.lua -%%DATADIR%%/lib/adblock_wm.lua -%%DATADIR%%/lib/binds.lua -%%DATADIR%%/lib/binds_chrome.lua -%%DATADIR%%/lib/bookmarks.lua -%%DATADIR%%/lib/bookmarks_chrome.lua -%%DATADIR%%/lib/chrome.lua -%%DATADIR%%/lib/chrome_wm.lua -%%DATADIR%%/lib/clear_data.lua -%%DATADIR%%/lib/cmdhist.lua -%%DATADIR%%/lib/completion.lua -%%DATADIR%%/lib/domain_props.lua -%%DATADIR%%/lib/downloads.lua -%%DATADIR%%/lib/downloads_chrome.lua -%%DATADIR%%/lib/editor.lua -%%DATADIR%%/lib/error_page.lua -%%DATADIR%%/lib/error_page_wm.lua -%%DATADIR%%/lib/follow.lua -%%DATADIR%%/lib/follow_selected.lua -%%DATADIR%%/lib/follow_selected_wm.lua -%%DATADIR%%/lib/follow_wm.lua -%%DATADIR%%/lib/formfiller.lua -%%DATADIR%%/lib/formfiller_wm.lua -%%DATADIR%%/lib/go_input.lua -%%DATADIR%%/lib/go_next_prev.lua -%%DATADIR%%/lib/go_up.lua -%%DATADIR%%/lib/gopher.lua -%%DATADIR%%/lib/help_chrome.lua -%%DATADIR%%/lib/hide_scrollbars.lua -%%DATADIR%%/lib/history.lua -%%DATADIR%%/lib/history_chrome.lua -%%DATADIR%%/lib/image_css.lua -%%DATADIR%%/lib/image_css_wm.lua -%%DATADIR%%/lib/introspector_chrome.lua -%%DATADIR%%/lib/keysym.lua -%%DATADIR%%/lib/log_chrome.lua -%%DATADIR%%/lib/lousy/bind.lua -%%DATADIR%%/lib/lousy/init.lua -%%DATADIR%%/lib/lousy/load.lua -%%DATADIR%%/lib/lousy/mode.lua -%%DATADIR%%/lib/lousy/pickle.lua -%%DATADIR%%/lib/lousy/signal.lua -%%DATADIR%%/lib/lousy/theme.lua -%%DATADIR%%/lib/lousy/uri.lua -%%DATADIR%%/lib/lousy/util.lua -%%DATADIR%%/lib/lousy/widget/buf.lua -%%DATADIR%%/lib/lousy/widget/common.lua -%%DATADIR%%/lib/lousy/widget/hist.lua -%%DATADIR%%/lib/lousy/widget/init.lua -%%DATADIR%%/lib/lousy/widget/menu.lua -%%DATADIR%%/lib/lousy/widget/progress.lua -%%DATADIR%%/lib/lousy/widget/scroll.lua -%%DATADIR%%/lib/lousy/widget/ssl.lua -%%DATADIR%%/lib/lousy/widget/tab.lua -%%DATADIR%%/lib/lousy/widget/tabi.lua -%%DATADIR%%/lib/lousy/widget/tablist.lua -%%DATADIR%%/lib/lousy/widget/tgname.lua -%%DATADIR%%/lib/lousy/widget/uri.lua -%%DATADIR%%/lib/lousy/widget/zoom.lua -%%DATADIR%%/lib/markdown.lua -%%DATADIR%%/lib/modes.lua -%%DATADIR%%/lib/newtab_chrome.lua -%%DATADIR%%/lib/noscript.lua -%%DATADIR%%/lib/open_editor.lua -%%DATADIR%%/lib/proxy.lua -%%DATADIR%%/lib/quickmarks.lua -%%DATADIR%%/lib/readline.lua -%%DATADIR%%/lib/referer_control_wm.lua -%%DATADIR%%/lib/search.lua -%%DATADIR%%/lib/select.lua -%%DATADIR%%/lib/select_wm.lua -%%DATADIR%%/lib/session.lua -%%DATADIR%%/lib/settings.lua -%%DATADIR%%/lib/settings_chrome.lua -%%DATADIR%%/lib/styles.lua -%%DATADIR%%/lib/tab_favicons.lua -%%DATADIR%%/lib/tabgroups.lua -%%DATADIR%%/lib/tabhistory.lua -%%DATADIR%%/lib/tabmenu.lua -%%DATADIR%%/lib/taborder.lua -%%DATADIR%%/lib/undoclose.lua -%%DATADIR%%/lib/unique_instance.lua -%%DATADIR%%/lib/userscripts.lua -%%DATADIR%%/lib/vertical_tabs.lua -%%DATADIR%%/lib/view_source.lua -%%DATADIR%%/lib/viewpdf.lua -%%DATADIR%%/lib/webinspector.lua -%%DATADIR%%/lib/webview.lua -%%DATADIR%%/lib/webview_wm.lua -%%DATADIR%%/lib/window.lua -%%DATADIR%%/resources/icons/COPYING -%%DATADIR%%/resources/icons/tab-icon-chrome.png -%%DATADIR%%/resources/icons/tab-icon-chrome@2x.png -%%DATADIR%%/resources/icons/tab-icon-crash.png -%%DATADIR%%/resources/icons/tab-icon-crash@2x.png -%%DATADIR%%/resources/icons/tab-icon-error.png -%%DATADIR%%/resources/icons/tab-icon-error@2x.png -%%DATADIR%%/resources/icons/tab-icon-page.png -%%DATADIR%%/resources/icons/tab-icon-page@2x.png -%%DATADIR%%/resources/icons/tab-icon-private.png -%%DATADIR%%/resources/icons/tab-icon-private@2x.png -%%DATADIR%%/resources/icons/tab-icon-security-error.png -%%DATADIR%%/resources/icons/tab-icon-security-error@2x.png share/man/man1/luakit.1.gz share/pixmaps/luakit.png share/pixmaps/luakit.svg |