Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] boinctui: update to 2.7.1.
@ 2024-01-17 18:04 TinfoilSubmarine
  2024-01-29 15:27 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2024-01-17 18:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/boinctui
https://github.com/void-linux/void-packages/pull/48252

boinctui: update to 2.7.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From cf62ff5e4ea601ca2c9a6677683e8e4af2c6928a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 31 Aug 2023 08:25:16 -0400
Subject: [PATCH] boinctui: update to 2.7.1.

---
 srcpkgs/boinctui/patches/uint.patch | 44 -----------------------------
 srcpkgs/boinctui/template           |  8 +++---
 2 files changed, 4 insertions(+), 48 deletions(-)
 delete mode 100644 srcpkgs/boinctui/patches/uint.patch

diff --git a/srcpkgs/boinctui/patches/uint.patch b/srcpkgs/boinctui/patches/uint.patch
deleted file mode 100644
index 92e6f7c01f172..0000000000000
--- a/srcpkgs/boinctui/patches/uint.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff --git a/src/resultparse.cpp b/src/resultparse.cpp
-index ae00b32..d4f0440 100644
---- a/src/resultparse.cpp
-+++ b/src/resultparse.cpp
-@@ -123,7 +123,7 @@ void callbackData(void *userdata, const char *content, int len)
-     //kLogPrintf("\ncallbackData()-->[%s]<-- len=%d\n",tmp,len);
-     //заносим значение в текущий эл-т
-     bool empty = true;
--    for (uint i = 0; i < strlen(tmp); i++)
-+    for (unsigned int i = 0; i < strlen(tmp); i++)
-     {
- 	if (tmp[i] != ' ')
- 	{
-diff --git a/src/topmenu.cpp b/src/topmenu.cpp
-index 4277d26..fcb3eb8 100644
---- a/src/topmenu.cpp
-+++ b/src/topmenu.cpp
-@@ -502,7 +502,7 @@ ProjectsSubMenu::ProjectsSubMenu(NRect rect, Srv* srv) : NMenu(rect)
- 	if (client_state != NULL)
- 	{
- 	    std::vector<Item*> projects = client_state->getItems("project");
--        for (uint i = 0; i < projects.size(); i++)
-+        for (unsigned int i = 0; i < projects.size(); i++)
- 	    {
- 		Item* project_name = projects[i]->findItem("project_name");
- 		if (project_name != NULL)
-@@ -817,7 +817,7 @@ ProjectAllListSubMenu::ProjectAllListSubMenu(NRect rect, Srv* srv) : NMenu(rect)
- 	    if (projects != NULL)
- 	    {
- 		std::vector<Item*> projlist = projects->getItems("project");
--        for (uint i = 0; i < projlist.size(); i++)
-+        for (unsigned int i = 0; i < projlist.size(); i++)
- 		{
- 		    Item* name = projlist[i]->findItem("name");
- 		    Item* general_area = projlist[i]->findItem("general_area");
-@@ -899,7 +899,7 @@ ProjectAccMgrSubMenu::ProjectAccMgrSubMenu(NRect rect, Srv* srv) : NMenu(rect)
- 	    if (projects != NULL)
- 	    {
- 		std::vector<Item*> mgrlist = projects->getItems("account_manager");
--        for (uint i = 0; i < mgrlist.size(); i++)
-+        for (unsigned int i = 0; i < mgrlist.size(); i++)
- 		{
- 		    Item* name = mgrlist[i]->findItem("name");
- 		    if (name != NULL)
diff --git a/srcpkgs/boinctui/template b/srcpkgs/boinctui/template
index 0471f8be2c865..95b3c0afacb29 100644
--- a/srcpkgs/boinctui/template
+++ b/srcpkgs/boinctui/template
@@ -1,9 +1,9 @@
 # Template file for 'boinctui'
 pkgname=boinctui
-version=2.7.0
-revision=2
+version=2.7.1
+revision=1
 build_style=gnu-configure
-configure_args="--without-gnutls"
+configure_args="--without-gnutls --with-boinc-dir=/var/lib/boinc"
 hostmakedepends="automake"
 makedepends="ncurses-devel expat-devel openssl-devel"
 short_desc="Curses based fullscreen BOINC manager"
@@ -11,7 +11,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="GPL-3.0-or-later"
 homepage="https://sourceforge.net/projects/boinctui/"
 distfiles="https://sourceforge.net/projects/boinctui/files/boinctui_${version}.tar.gz"
-checksum=22eb46dea8b111e2e16ceb50f2668577216c1563c815b1719b2b680d485d75c9
+checksum=44b059a31d1dc4d7125a48bef6c201c08fda599ed22490cbb626880bbd0ccf66
 
 pre_configure() {
 	autoreconf -vfi

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

* Re: [PR PATCH] [Merged]: boinctui: update to 2.7.1.
  2024-01-17 18:04 [PR PATCH] boinctui: update to 2.7.1 TinfoilSubmarine
@ 2024-01-29 15:27 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2024-01-29 15:27 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

boinctui: update to 2.7.1.
https://github.com/void-linux/void-packages/pull/48252

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-01-29 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 18:04 [PR PATCH] boinctui: update to 2.7.1 TinfoilSubmarine
2024-01-29 15:27 ` [PR PATCH] [Merged]: " ahesford

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