Github messages for voidlinux
 help / color / mirror / Atom feed
From: realcharmer <realcharmer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] conky: update to 1.19.1
Date: Tue, 02 May 2023 09:44:02 +0200	[thread overview]
Message-ID: <20230502074402.q7G6x6tSBKRQ2dC-Y0ghUazcAd2hCF64V_gXerMVav0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42879@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 778 bytes --]

There is an updated pull request by realcharmer against master on the void-packages repository

https://github.com/realcharmer/void-packages conky
https://github.com/void-linux/void-packages/pull/42879

[WIP] conky: update to 1.19.1
#### Changes
- Bump version
- Fixed 32-bit tests upstream
- ~Enable Wayland support with  `-DBUILD_WAYLAND=ON`~ (issues during build)
- ~Add missing dependencies~
- Do not build docs

Wayland support and/or package merge of `conky` and `conky-cli` can be explored in the future.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

A patch file from https://github.com/void-linux/void-packages/pull/42879.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-conky-42879.patch --]
[-- Type: text/x-diff, Size: 2253 bytes --]

From aa620eaa57c60f732bd7a7abf118383481d3d4e7 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 20 Mar 2023 14:59:53 +0100
Subject: [PATCH] conky: update to 1.19.1

---
 srcpkgs/conky/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
index 016ddeab5c8a..751bb1a70802 100644
--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,15 +1,16 @@
 # Template file for 'conky'
 # Keep in sync with 'conky-cli'
 pkgname=conky
-version=1.13.1
+version=1.19.1
 revision=1
 build_style=cmake
 conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
 configure_args="-DMAINTAINER_MODE=ON -DRELEASE=ON
- -DDOC_PATH=share/doc/${pkgname} -DBUILD_X11=ON -DBUILD_CURL=ON -DBUILD_XDBE=ON
- -DBUILD_RSS=ON -DBUILD_WEATHER_METAR=ON -DBUILD_IMLIB2=ON -DBUILD_WLAN=ON
+ -DDOC_PATH=share/doc/${pkgname} -DBUILD_CURL=ON
+ -DBUILD_RSS=ON -DBUILD_WEATHER_METAR=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 -DBUILD_DOCS=ON"
+ -DBUILD_XSHAPE=ON"
 hostmakedepends="libtool pkg-config docbook2x man-db toluapp"
 makedepends="alsa-lib-devel imlib2-devel libXdamage-devel libXft-devel
  libXinerama-devel libcurl-devel librsvg-devel lua53-devel ncurses-devel
@@ -18,8 +19,10 @@ short_desc="Lightweight system monitor for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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"
-checksum=f85c96250b501e937b9b5d2ff3f06176e14777c94cec81373bbfc8a619d7a05a
+distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz
+ https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz"
+checksum="ad2e6b0b616a85b75901213ec648ee10e09198ea1b5bdc545e799431966abd0c
+ d7bd56dab879fc2de533fdf27a180ea1427234e5ced221358424ac74f372fb02"
 
 post_install() {
 	vmkdir etc/conky
@@ -27,4 +30,5 @@ post_install() {
 	mv ${DESTDIR}/usr/share/doc/conky/conky_no_x11.conf ${DESTDIR}/etc/conky/
 	rm ${DESTDIR}/usr/share/doc/conky/convert.lua
 	vlicense COPYING
+	vman conky.1
 }

  parent reply	other threads:[~2023-05-02  7:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20 14:17 [PR PATCH] conky: update to 1.18.3 realcharmer
2023-03-20 15:47 ` realcharmer
2023-03-20 15:59 ` realcharmer
2023-03-20 16:00 ` realcharmer
2023-03-28  8:27 ` realcharmer
2023-04-03 14:37 ` [PR PATCH] [Updated] [WIP] " realcharmer
2023-04-03 15:04 ` [WIP] conky: update to 1.19.0 realcharmer
2023-04-03 15:04 ` realcharmer
2023-04-14  9:03 ` ncmprhnsbl
2023-04-25  7:41 ` realcharmer
2023-04-25  7:42 ` realcharmer
2023-04-25  7:46 ` [PR PATCH] [Updated] " realcharmer
2023-04-25 22:48 ` [WIP] conky: update to 1.19.1 ncmprhnsbl
2023-04-25 22:49 ` ncmprhnsbl
2023-04-25 22:49 ` ncmprhnsbl
2023-04-30  6:10 ` ncmprhnsbl
2023-05-02  7:16 ` [PR PATCH] [Updated] " realcharmer
2023-05-02  7:34 ` realcharmer
2023-05-02  7:44 ` realcharmer [this message]
2023-05-30 14:04 ` realcharmer
2023-05-30 14:04 ` [PR PATCH] [Closed]: " realcharmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230502074402.q7G6x6tSBKRQ2dC-Y0ghUazcAd2hCF64V_gXerMVav0@z \
    --to=realcharmer@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).