conky-cli: update to 1.11.3.
This commit is contained in:
parent
4e361698b9
commit
6c7f5bbdaa
|
@ -1 +0,0 @@
|
||||||
../conky/patches
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'conky-cli'
|
# Template file for 'conky-cli'
|
||||||
pkgname=conky-cli
|
pkgname=conky-cli
|
||||||
version=1.11.1
|
version=1.11.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/-cli/}-${version}"
|
wrksrc="${pkgname/-cli/}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -11,14 +11,15 @@ configure_args="-DCMAKE_BUILD_TYPE=Release -DMAINTAINER_MODE=ON
|
||||||
hostmakedepends="libtool pkg-config docbook2x man-db git"
|
hostmakedepends="libtool pkg-config docbook2x man-db git"
|
||||||
makedepends="libcurl-devel libglib-devel libxml2-devel lua-devel
|
makedepends="libcurl-devel libglib-devel libxml2-devel lua-devel
|
||||||
wireless_tools-devel"
|
wireless_tools-devel"
|
||||||
provides="conky-${version}_${revision}"
|
|
||||||
conflicts="conky>=0"
|
|
||||||
short_desc="Conky command line without X11"
|
short_desc="Conky command line without X11"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="BSD-3-Clause, GPL-3.0-or-later"
|
license="BSD-3-Clause, GPL-3.0-or-later"
|
||||||
homepage="https://github.com/brndnmtthws/conky"
|
homepage="https://github.com/brndnmtthws/conky"
|
||||||
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
|
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
|
||||||
checksum=71fab859946cc2e67be46f2db53859c66369c5c87acf18fc8dfbd41b114f6d6e
|
checksum=0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4
|
||||||
|
|
||||||
|
provides="conky-${version}_${revision}"
|
||||||
|
conflicts="conky>=0"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '1iinclude(CheckIncludeFile)' \
|
sed -i -e '1iinclude(CheckIncludeFile)' \
|
||||||
|
|
Loading…
Reference in New Issue