Add wayland build on conky#58178
Closed
FrostCoreAlt wants to merge 2 commits intovoid-linux:masterfrom
Closed
Conversation
Contributor
|
You might want to rename commit/PR title to include package name. something like "pkgname: info" Please have a look at contribution manual. |
Contributor
|
someone who uses wayland should test but patch--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,18 +1,18 @@
# Template file for 'conky'
pkgname=conky
version=1.22.2
-revision=1
+revision=2
build_style=cmake
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
configure_args="-DRELEASE=ON
-DDOC_PATH=share/doc/${pkgname} -DBUILD_CURL=ON
- -DBUILD_RSS=ON -DBUILD_WLAN=ON -DBUILD_X11=ON -DBUILD_XDBE=ON
+ -DBUILD_RSS=ON -DBUILD_WLAN=ON -DBUILD_X11=ON -DBUILD_WAYLAND=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 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"
+ toluapp-devel wireless_tools-devel cairo-devel wayland-devel wayland-protocols"
short_desc="Lightweight system monitor for X and Wayland"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause, GPL-3.0-or-later"linkingldd usr/bin/conky | grep -i way
libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x00007ff277810000) |
Member
|
Don't submit changes that you haven't tested. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes