Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] luakit: generate documentation
@ 2024-03-16 17:32 balejk
  0 siblings, 0 replies; only message in thread
From: balejk @ 2024-03-16 17:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

There is a new pull request by balejk against master on the void-packages repository

https://github.com/balejk/void-packages luakit-docs
https://github.com/void-linux/void-packages/pull/49320

luakit: generate documentation
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


A patch file from https://github.com/void-linux/void-packages/pull/49320.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-luakit-docs-49320.patch --]
[-- Type: text/x-diff, Size: 3077 bytes --]

From 904afadf12697be6e5018193b9079e6c2c4a16c0 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Sat, 16 Mar 2024 18:22:52 +0100
Subject: [PATCH] luakit: generate documentation

---
 srcpkgs/luakit/patches/Makefile.patch | 40 ---------------------------
 srcpkgs/luakit/template               |  6 ++--
 2 files changed, 3 insertions(+), 43 deletions(-)
 delete mode 100644 srcpkgs/luakit/patches/Makefile.patch

diff --git a/srcpkgs/luakit/patches/Makefile.patch b/srcpkgs/luakit/patches/Makefile.patch
deleted file mode 100644
index f573ecc309244e..00000000000000
--- a/srcpkgs/luakit/patches/Makefile.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/Makefile	2022-08-30 17:17:46.000000000 +0200
-+++ b/Makefile	2022-09-09 13:20:16.288047152 +0200
-@@ -17,7 +17,7 @@
- # Must be kept in sync with doc/docgen.ld
- DOC_SRCS = $(filter-out lib/markdown.lua lib/lousy/init.lua,$(shell for d in doc/luadoc lib common/clib; do find $$d -type f; done)) tests/lib.lua
- 
--all: options newline luakit luakit.1.gz luakit.so apidoc
-+all: options newline luakit luakit.1.gz luakit.so
- 
- options:
- 	@echo luakit build options:
-@@ -80,28 +80,11 @@
- luakit.1.gz: luakit.1
- 	@gzip -c $< > $@
- 
--doc/apidocs/index.html: $(DOC_SRCS) $(wildcard build-utils/docgen/*)
--	rm -rf doc/apidocs
--	mkdir doc/apidocs
--	$(LUA_BIN_NAME) ./build-utils/docgen/makedoc.lua
--
--apidoc: doc/apidocs/index.html
--
--doc: buildopts.h $(THEAD) $(TSRC)
--	doxygen -s doc/luakit.doxygen
--
--clean:
--	rm -rf doc/apidocs doc/html luakit $(OBJS) $(EXT_OBJS) $(TSRC) $(THEAD) buildopts.h luakit.1 luakit.1.gz luakit.so
--
- install: all
- 	install -d $(DESTDIR)$(DOCDIR)/classes
- 	install -d $(DESTDIR)$(DOCDIR)/modules
- 	install -d $(DESTDIR)$(DOCDIR)/pages
- 	install -m644 README.md AUTHORS COPYING.GPLv3 $(DESTDIR)$(DOCDIR)
--	install -m644 doc/apidocs/classes/* $(DESTDIR)$(DOCDIR)/classes
--	install -m644 doc/apidocs/modules/* $(DESTDIR)$(DOCDIR)/modules
--	install -m644 doc/apidocs/pages/* $(DESTDIR)$(DOCDIR)/pages
--	install -m644 doc/apidocs/*.html $(DESTDIR)$(DOCDIR)
- 	install -d $(DESTDIR)$(PREFIX)/share/luakit/lib/lousy/widget
- 	install -m644 lib/*.* $(DESTDIR)$(PREFIX)/share/luakit/lib
- 	install -m644 lib/lousy/*.* $(DESTDIR)$(PREFIX)/share/luakit/lib/lousy
diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template
index d25853c0927dd5..ad3aae5bb59d90 100644
--- a/srcpkgs/luakit/template
+++ b/srcpkgs/luakit/template
@@ -2,15 +2,15 @@
 pkgname=luakit
 reverts="2017.08.10_1"
 version=2.3.6
-revision=1
+revision=2
 conf_files="/etc/xdg/luakit/*.lua"
 build_style=gnu-makefile
 make_build_args="DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 VERSION=${version}"
 make_use_env=yes
 make_check_target=run-tests
-hostmakedepends="pkg-config LuaJIT"
+hostmakedepends="pkg-config LuaJIT luafilesystem"
 makedepends="libwebkit2gtk41-devel LuaJIT-devel"
-depends="lua51-luafilesystem"
+depends="luafilesystem"
 short_desc="Fast, small, webkit based browser framework extensible by Lua"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-16 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-16 17:32 [PR PATCH] luakit: generate documentation balejk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).