conky: enable conflict with conky-cli
This commit is contained in:
parent
a565f8f9b2
commit
5aa15b0070
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'conky'
|
# Template file for 'conky'
|
||||||
pkgname=conky
|
pkgname=conky
|
||||||
version=1.9.0
|
version=1.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ibm --enable-curl --enable-rss --enable-weather-xoap
|
configure_args="--enable-ibm --enable-curl --enable-rss --enable-weather-xoap
|
||||||
--enable-imlib2 --disable-lua --enable-wlan"
|
--enable-imlib2 --disable-lua --enable-wlan"
|
||||||
|
@ -17,6 +17,8 @@ checksum=1de754d77b2671f68795fdb9fc506328a1668dd6ca00984c3f49790a66d368ca
|
||||||
|
|
||||||
conky_package() {
|
conky_package() {
|
||||||
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
||||||
|
provides="conky-${version}"
|
||||||
|
conflicts="conky>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue