Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] xosview: update to 1.23.
Date: Wed, 02 Mar 2022 22:14:42 +0100	[thread overview]
Message-ID: <20220302211442.XTXw5G02l_IZontIM5A2l5U-E5XrPWlKLWEbbgTFhAA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35931@inbox.vuxu.org>

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

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

https://github.com/tibequadorian/void-packages xosview
https://github.com/void-linux/void-packages/pull/35931

xosview: update to 1.23.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35931.patch is attached

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

From 088fc6fd1440fc05d6ab9efea911853d817aa366 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 22:09:23 +0100
Subject: [PATCH] xosview: update to 1.23.

---
 srcpkgs/xosview/patches/musl-fix.patch | 22 ++++++++++------------
 srcpkgs/xosview/template               |  6 +++---
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/xosview/patches/musl-fix.patch b/srcpkgs/xosview/patches/musl-fix.patch
index 879008fe051f..26c5160162bc 100644
--- a/srcpkgs/xosview/patches/musl-fix.patch
+++ b/srcpkgs/xosview/patches/musl-fix.patch
@@ -1,14 +1,12 @@
---- a/linux/serialmeter.cc	2016-01-02 10:39:10.279496776 +0100
-+++ b/linux/serialmeter.cc	2016-01-02 10:37:54.667491325 +0100
-@@ -39,9 +39,11 @@
+diff --git a/linux/serialmeter.cc b/linux/serialmeter.cc
+index 8211316..50de182 100644
+--- a/linux/serialmeter.cc
++++ b/linux/serialmeter.cc
+@@ -25,7 +25,6 @@
+  */
+ #if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
+ #include <sys/io.h>
+-#include <sys/perm.h>
+ #define HAVE_IOPERM
  #endif
- #else
- #if !defined(__alpha__) && !defined(__sparc__) && !defined(__powerpc__) && !defined(__ia64__) && !defined(__m68k__)
-+#if defined(HAVE_ASM_IO_H)
- #include <asm/io.h>
- #endif
- #endif
-+#endif
- #include <linux/serial.h>
- 
  
diff --git a/srcpkgs/xosview/template b/srcpkgs/xosview/template
index 3d6c3ab6c1f9..69715f530985 100644
--- a/srcpkgs/xosview/template
+++ b/srcpkgs/xosview/template
@@ -1,15 +1,15 @@
 # Template file for 'xosview'
 pkgname=xosview
-version=1.22
+version=1.23
 revision=1
 build_style=gnu-makefile
 makedepends="libXpm-devel"
-short_desc="A classic system monitoring tool"
+short_desc="Classic system monitoring tool"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.pogo.org.uk/~mark/xosview"
 distfiles="http://www.pogo.org.uk/~mark/xosview/releases/xosview-${version}.tar.gz"
-checksum=901b75af2676b11b28b88f0c79c5bd0f4f01de4790c0c5385edf6d71aee1f83a
+checksum=960acb68a8668e936e8dc71cc4e3926d879f47559b4a5f64555bdcc676c6739d
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)	# does not have asm/io.h

      parent reply	other threads:[~2022-03-02 21:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35931@inbox.vuxu.org>
2022-03-02 21:14 ` tibequadorian
2022-03-02 21:14 ` tibequadorian [this message]

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=20220302211442.XTXw5G02l_IZontIM5A2l5U-E5XrPWlKLWEbbgTFhAA@z \
    --to=tibequadorian@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).