mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
conky-cli: enable docs
This commit is contained in:
parent
3b2bd22b69
commit
4bdc8cfffe
1 changed files with 9 additions and 7 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'conky-cli'
|
# Template file for 'conky-cli'
|
||||||
pkgname=conky-cli
|
pkgname=conky-cli
|
||||||
version=1.11.5
|
version=1.11.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname/-cli/}-${version}"
|
wrksrc="${pkgname/-cli/}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
||||||
configure_args="-DCMAKE_BUILD_TYPE=Release -DMAINTAINER_MODE=ON
|
configure_args="-DCMAKE_BUILD_TYPE=Release -DMAINTAINER_MODE=ON -DRELEASE=ON
|
||||||
-DDOC_PATH=share/${pkgname} -DBUILD_X11=OFF -DBUILD_CURL=ON -DBUILD_XDBE=OFF
|
-DDOC_PATH=share/doc/${pkgname} -DBUILD_X11=OFF -DBUILD_CURL=ON -DBUILD_XDBE=OFF
|
||||||
-DBUILD_RSS=ON -DBUILD_WEATHER_METAR=OFF -DBUILD_IMLIB2=OFF -DBUILD_WLAN=ON"
|
-DBUILD_RSS=ON -DBUILD_WEATHER_METAR=OFF -DBUILD_IMLIB2=OFF -DBUILD_WLAN=ON
|
||||||
hostmakedepends="libtool pkg-config docbook2x man-db git"
|
-DBUILD_DOCS=ON"
|
||||||
|
hostmakedepends="libtool pkg-config docbook2x man-db"
|
||||||
makedepends="libcurl-devel libglib-devel libxml2-devel lua-devel
|
makedepends="libcurl-devel libglib-devel libxml2-devel lua-devel
|
||||||
wireless_tools-devel"
|
wireless_tools-devel"
|
||||||
short_desc="Conky command line without X11"
|
short_desc="Conky command line without X11"
|
||||||
|
@ -29,7 +30,8 @@ post_extract() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir etc/conky
|
vmkdir etc/conky
|
||||||
mv ${DESTDIR}/usr/share/conky-cli/conky.conf ${DESTDIR}/etc/conky/
|
mv ${DESTDIR}/usr/share/doc/conky-cli/conky.conf ${DESTDIR}/etc/conky/
|
||||||
mv ${DESTDIR}/usr/share/conky-cli/conky_no_x11.conf ${DESTDIR}/etc/conky/
|
mv ${DESTDIR}/usr/share/doc/conky-cli/conky_no_x11.conf ${DESTDIR}/etc/conky/
|
||||||
|
rm ${DESTDIR}/usr/share/doc/conky-cli/convert.lua
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue