Skip to content

Commit 337aea3

Browse files
committed
bibletime: add documentation
**Summary** - Fix documentation
1 parent 61ba3ee commit 337aea3

File tree

2 files changed

+1254
-8
lines changed

2 files changed

+1254
-8
lines changed

packages/b/bibletime/package.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name : bibletime
22
version : 3.0.3
3-
release : 1
3+
release : 2
44
source :
55
- https://github.com/bibletime/bibletime/releases/download/v3.0.3/bibletime-3.0.3.tar.xz : 80e5e4ccb69a95201036442dd3f13dffcfcb0f001be1222ce7eefcb30fcc2692
66
homepage : http://bibletime.info/
@@ -20,14 +20,11 @@ builddeps :
2020
- fop
2121
- po4a
2222
setup : |
23-
%cmake_ninja -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl \
23+
%cmake_ninja -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl \
2424
-DCMAKE_INSTALL_PREFIX=/usr \
25-
-DBUILD_HANDBOOK_HTML=OFF \
2625
-DBUILD_HANDBOOK_PDF=OFF \
27-
-DBUILD_HOWTO_HTML=OFF \
2826
-DBUILD_HOWTO_PDF=OFF
2927
build : |
3028
%ninja_build
3129
install : |
3230
%ninja_install
33-
install -dm00755 $installdir/usr/share/doc/bibletime

0 commit comments

Comments
 (0)