Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bibletime: add documentation #2507

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions packages/b/bibletime/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : bibletime
version : 3.0.3
release : 1
release : 2
source :
- https://github.com/bibletime/bibletime/releases/download/v3.0.3/bibletime-3.0.3.tar.xz : 80e5e4ccb69a95201036442dd3f13dffcfcb0f001be1222ce7eefcb30fcc2692
homepage : http://bibletime.info/
Expand All @@ -20,14 +20,11 @@ builddeps :
- fop
- po4a
setup : |
%cmake_ninja -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl \
%cmake_ninja -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_HANDBOOK_HTML=OFF \
-DBUILD_HANDBOOK_PDF=OFF \
-DBUILD_HOWTO_HTML=OFF \
-DBUILD_HOWTO_PDF=OFF
build : |
%ninja_build
install : |
%ninja_install
install -dm00755 $installdir/usr/share/doc/bibletime
Loading