Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conky: update to 1.21.1 #50412

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/conky/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'conky'
pkgname=conky
version=1.19.6
version=1.21.1
revision=1
build_style=cmake
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
Expand All @@ -9,7 +9,7 @@ configure_args="-DMAINTAINER_MODE=ON -DRELEASE=ON
-DBUILD_RSS=ON -DBUILD_WLAN=ON -DBUILD_X11=ON -DBUILD_XDBE=ON
-DBUILD_IMLIB2=ON -DBUILD_LUA_CAIRO=ON -DBUILD_LUA_IMLIB2=ON
-DBUILD_LUA_RSVG=ON -DBUILD_XSHAPE=ON"
hostmakedepends="libtool pkg-config docbook2x man-db toluapp"
hostmakedepends="libtool pkg-config docbook2x man-db toluapp gperf"
makedepends="alsa-lib-devel imlib2-devel libXdamage-devel libXft-devel
libXinerama-devel libcurl-devel librsvg-devel lua53-devel ncurses-devel
toluapp-devel wireless_tools-devel cairo-devel wayland-devel"
Expand All @@ -19,8 +19,8 @@ license="BSD-3-Clause, GPL-3.0-or-later"
homepage="https://github.com/brndnmtthws/conky"
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz
https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz"
checksum="1bf5868da44056badd4718a3c8dcc6905f7118a9f86e785b354a8ecdb157a59e
b733aa2a7fcf53b32464defa10b0f15561ec6c9a948a4ed21e76874c693ac570"
checksum="dccfee01fc208c4fde2bfb7c39c0fdc692d82de0f94e733ddf22e1199969bc5d
99d620b1c4e02511f4a34d8cd6f69058fdc111eeb9f71c74fd88752380edc8b1"

post_extract() {
mv conky-*/* .
Expand Down