Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xreader: update to 2.8.1
@ 2020-12-22 17:52 ndowens
  2020-12-24  5:54 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ndowens @ 2020-12-22 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages xreader
https://github.com/void-linux/void-packages/pull/27356

xreader: update to 2.8.1
@the-maldridge xapps is yours. Tested against this newer version of xreader and tested also against nemo

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

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

From 1e13205fc482a6f3e65f044cecaeb410797e2e30 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 22 Dec 2020 11:36:10 -0600
Subject: [PATCH 1/2] xreader: update to 2.8.1.

---
 srcpkgs/xreader/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xreader/template b/srcpkgs/xreader/template
index 025cdcb852e..4515202c0d5 100644
--- a/srcpkgs/xreader/template
+++ b/srcpkgs/xreader/template
@@ -1,6 +1,6 @@
 # Template file for 'xreader'
 pkgname=xreader
-version=2.6.4
+version=2.8.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -15,11 +15,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/xreader"
 distfiles="https://github.com/linuxmint/xreader/archive/${version}.tar.gz"
-checksum=7e2f833669345a396448f475213637f31dff6c45a57b25badb1c13e28a289b10
+checksum=3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f
 
 build_options="gir"
 build_options_default="gir"
 
+do_check() {
+	: # Needs dogtail, which is not python3.9 ready
+}
+
 libxreader_package() {
 	short_desc+=" - shared library"
 	pkg_install() {

From 98e75e27fa3188006ae0f851e009d2907ad41aa1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 22 Dec 2020 11:42:05 -0600
Subject: [PATCH 2/2] xapps: update to 2.0.4.

---
 srcpkgs/xapps/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index 1589440927e..9482e0d026b 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,6 +1,6 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.10
+version=2.0.4
 revision=1
 wrksrc="xapp-${version}"
 build_style=meson
@@ -15,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
+checksum=99d77bffc39cace6a283c3fe8f63ece3e1cf5d136eae7830d53674f50967e5ee
 
 xapps-devel_package() {
 	short_desc+=" - development files"

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

* Re: xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
@ 2020-12-24  5:54 ` ericonr
  2020-12-24  9:40 ` ndowens
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-12-24  5:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27356#issuecomment-750756459

Comment:
I think this can be left pending while we finish up with #26965, unless xapps is completely backwards compatible?

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

* Re: xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
  2020-12-24  5:54 ` ericonr
@ 2020-12-24  9:40 ` ndowens
  2020-12-24  9:43 ` ndowens
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-24  9:40 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27356#issuecomment-750825488

Comment:
> I think this can be left pending while we finish up with #26965, unless xapps is completely backwards compatible?

I will test it against the one listed in that PR and see if it will build against it; it required a minimum version of xapps

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

* Re: xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
  2020-12-24  5:54 ` ericonr
  2020-12-24  9:40 ` ndowens
@ 2020-12-24  9:43 ` ndowens
  2020-12-24 12:11 ` ndowens
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-24  9:43 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27356#issuecomment-750825488

Comment:
> I think this can be left pending while we finish up with #26965, unless xapps is completely backwards compatible?

I will test it against the one listed in that PR and see if it will build against it; it required a minimum version of xapps

Edit: looking at the meson.build says it should work

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

* Re: xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
                   ` (2 preceding siblings ...)
  2020-12-24  9:43 ` ndowens
@ 2020-12-24 12:11 ` ndowens
  2020-12-24 12:11 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-24 12:11 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27356#issuecomment-750865207

Comment:
Update: does build against xapps in that PR so removing xapps from this one and it can be merged after

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

* Re: [PR PATCH] [Updated] xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
                   ` (3 preceding siblings ...)
  2020-12-24 12:11 ` ndowens
@ 2020-12-24 12:11 ` ndowens
  2021-03-29 17:34 ` Chocimier
  2021-03-29 17:34 ` [PR PATCH] [Closed]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-24 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages xreader
https://github.com/void-linux/void-packages/pull/27356

xreader: update to 2.8.1
@the-maldridge xapps is yours. Tested against this newer version of xreader and tested also against nemo

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

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

From 1e13205fc482a6f3e65f044cecaeb410797e2e30 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 22 Dec 2020 11:36:10 -0600
Subject: [PATCH] xreader: update to 2.8.1.

---
 srcpkgs/xreader/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xreader/template b/srcpkgs/xreader/template
index 025cdcb852e..4515202c0d5 100644
--- a/srcpkgs/xreader/template
+++ b/srcpkgs/xreader/template
@@ -1,6 +1,6 @@
 # Template file for 'xreader'
 pkgname=xreader
-version=2.6.4
+version=2.8.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -15,11 +15,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/xreader"
 distfiles="https://github.com/linuxmint/xreader/archive/${version}.tar.gz"
-checksum=7e2f833669345a396448f475213637f31dff6c45a57b25badb1c13e28a289b10
+checksum=3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f
 
 build_options="gir"
 build_options_default="gir"
 
+do_check() {
+	: # Needs dogtail, which is not python3.9 ready
+}
+
 libxreader_package() {
 	short_desc+=" - shared library"
 	pkg_install() {

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

* Re: xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
                   ` (4 preceding siblings ...)
  2020-12-24 12:11 ` [PR PATCH] [Updated] " ndowens
@ 2021-03-29 17:34 ` Chocimier
  2021-03-29 17:34 ` [PR PATCH] [Closed]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-03-29 17:34 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/27356#issuecomment-809571337

Comment:
Updated to 2.8.3 by now.

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

* Re: [PR PATCH] [Closed]: xreader: update to 2.8.1
  2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
                   ` (5 preceding siblings ...)
  2021-03-29 17:34 ` Chocimier
@ 2021-03-29 17:34 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-03-29 17:34 UTC (permalink / raw)
  To: ml

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

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

xreader: update to 2.8.1
https://github.com/void-linux/void-packages/pull/27356

Description:
@the-maldridge xapps is yours. Tested against this newer version of xreader and tested also against nemo

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

end of thread, other threads:[~2021-03-29 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 17:52 [PR PATCH] xreader: update to 2.8.1 ndowens
2020-12-24  5:54 ` ericonr
2020-12-24  9:40 ` ndowens
2020-12-24  9:43 ` ndowens
2020-12-24 12:11 ` ndowens
2020-12-24 12:11 ` [PR PATCH] [Updated] " ndowens
2021-03-29 17:34 ` Chocimier
2021-03-29 17:34 ` [PR PATCH] [Closed]: " Chocimier

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