Allow building without help dependencies.
This commit is contained in:
@@ -68,7 +68,6 @@ makedepends=(
|
|||||||
python-build
|
python-build
|
||||||
python-installer
|
python-installer
|
||||||
python-wheel
|
python-wheel
|
||||||
yelp-tools
|
|
||||||
)
|
)
|
||||||
source=("git+https://git.stormux.org/storm/cthulhu.git")
|
source=("git+https://git.stormux.org/storm/cthulhu.git")
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
@@ -85,7 +84,7 @@ pkgver() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd cthulhu
|
cd cthulhu
|
||||||
arch-meson _build
|
arch-meson _build -Dhelp=false
|
||||||
meson compile -C _build
|
meson compile -C _build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -112,7 +112,9 @@ gnome.post_install(
|
|||||||
summary += {'Install dir': python.find_installation('python3').get_install_dir()}
|
summary += {'Install dir': python.find_installation('python3').get_install_dir()}
|
||||||
|
|
||||||
subdir('docs')
|
subdir('docs')
|
||||||
subdir('help')
|
if get_option('help')
|
||||||
|
subdir('help')
|
||||||
|
endif
|
||||||
subdir('icons')
|
subdir('icons')
|
||||||
subdir('po')
|
subdir('po')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
|
Reference in New Issue
Block a user