Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Conky: update to 1.15.0, adopt.
@ 2022-10-31  1:14 DragonGhost7
  2022-10-31  1:41 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: DragonGhost7 @ 2022-10-31  1:14 UTC (permalink / raw)
  To: ml

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

There is a new pull request by DragonGhost7 against master on the void-packages repository

https://github.com/DragonGhost7/void-packages conky
https://github.com/void-linux/void-packages/pull/40237

Conky: update to 1.15.0, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



- I built this PR locally for my native architecture, (x86_64)



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

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

From 954fbde00d855cd24b35a183764fc88c156e285f Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 30 Oct 2022 20:33:52 -0400
Subject: [PATCH 1/2] conky-cli: update to 1.15.0, adopt.

---
 srcpkgs/conky-cli/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/conky-cli/template b/srcpkgs/conky-cli/template
index 58279fa4dfb4..b314200761f0 100644
--- a/srcpkgs/conky-cli/template
+++ b/srcpkgs/conky-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'conky-cli'
 # Keep in sync with 'conky'
 pkgname=conky-cli
-version=1.13.1
+version=1.15.0
 revision=1
 wrksrc="${pkgname/-cli/}-${version}"
 build_style=cmake
@@ -10,15 +10,16 @@ configure_args="-DMAINTAINER_MODE=ON -DRELEASE=ON
  -DDOC_PATH=share/doc/${pkgname} -DBUILD_X11=OFF -DBUILD_CURL=ON -DBUILD_XDBE=OFF
  -DBUILD_RSS=ON -DBUILD_WEATHER_METAR=OFF -DBUILD_IMLIB2=OFF -DBUILD_WLAN=ON
  -DBUILD_DOCS=ON"
-hostmakedepends="libtool pkg-config docbook2x man-db"
+hostmakedepends="python3 python3-yaml python3-Jinja2 libtool
+ pkg-config docbook2x man-db"
 makedepends="libcurl-devel libglib-devel libxml2-devel lua53-devel
- ncurses-devel wireless_tools-devel"
+ ncurses-devel wireless_tools-devel pandoc"
 short_desc="Conky command line without X11"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 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
+checksum=bebd54637bf8819ee395b765e3615ad28606d28a7870ac99ed1dffb1d14087b2
 
 provides="conky-${version}_${revision}"
 conflicts="conky>=0"

From b2d4de1b819d4946b0efb4ed8934a995035adcb1 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 30 Oct 2022 20:35:11 -0400
Subject: [PATCH 2/2] conky: update to 1.15.0, adopt.

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

diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
index 016ddeab5c8a..073c5a1fa355 100644
--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,7 +1,7 @@
 # Template file for 'conky'
 # Keep in sync with 'conky-cli'
 pkgname=conky
-version=1.13.1
+version=1.15.0
 revision=1
 build_style=cmake
 conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
@@ -10,16 +10,17 @@ configure_args="-DMAINTAINER_MODE=ON -DRELEASE=ON
  -DBUILD_RSS=ON -DBUILD_WEATHER_METAR=ON -DBUILD_IMLIB2=ON -DBUILD_WLAN=ON
  -DBUILD_LUA_CAIRO=ON -DBUILD_LUA_IMLIB2=ON -DBUILD_LUA_RSVG=ON
  -DBUILD_XSHAPE=ON -DBUILD_DOCS=ON"
-hostmakedepends="libtool pkg-config docbook2x man-db toluapp"
+hostmakedepends="python3 python3-yaml python3-Jinja2
+ 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
- toluapp-devel wireless_tools-devel"
+ toluapp-devel wireless_tools-devel pandoc"
 short_desc="Lightweight system monitor for X"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 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
+checksum=bebd54637bf8819ee395b765e3615ad28606d28a7870ac99ed1dffb1d14087b2
 
 post_install() {
 	vmkdir etc/conky

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2023-03-07  2:07 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31  1:14 [PR PATCH] Conky: update to 1.15.0, adopt DragonGhost7
2022-10-31  1:41 ` [PR PATCH] [Updated] " DragonGhost7
2022-10-31  2:30 ` DragonGhost7
2022-11-04 18:38 ` [PR REVIEW] " paper42
2022-11-04 21:20 ` DragonGhost7
2022-11-05  4:37 ` [PR PATCH] [Updated] " DragonGhost7
2022-11-05  4:37 ` DragonGhost7
2022-11-05  4:37 ` DragonGhost7
2022-11-05 17:50 ` [PR REVIEW] " paper42
2022-11-05 17:50 ` paper42
2022-11-05 17:50 ` paper42
2022-11-05 18:10 ` DragonGhost7
2022-11-05 18:31 ` paper42
2022-11-05 19:19 ` DragonGhost7
2022-11-22  2:43 ` [PR PATCH] [Updated] " DragonGhost7
2022-11-22  4:54 ` DragonGhost7
2022-11-22  5:46 ` DragonGhost7
2022-11-22  5:51 ` DragonGhost7
2022-11-22  5:53 ` DragonGhost7
2022-11-22  6:03 ` DragonGhost7
2022-11-23  1:21 ` [PR PATCH] [Updated] " DragonGhost7
2023-02-21  2:02 ` github-actions
2023-03-07  2:07 ` [PR PATCH] [Closed]: " github-actions

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).