Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xrefresh: update to 1.0.7
@ 2023-07-04 16:28 Bnyro
  2023-07-04 16:31 ` [PR PATCH] [Updated] " Bnyro
  2023-07-04 22:28 ` [PR PATCH] [Closed]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-07-04 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages xrefresh
https://github.com/void-linux/void-packages/pull/44839

xrefresh: update to 1.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)



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

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

From 1b5c1292cd350378acaa9b3d8f8eb66dcaa348a2 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 4 Jul 2023 18:27:15 +0200
Subject: [PATCH] xrefresh: update to 1.0.7

---
 srcpkgs/xrefresh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xrefresh/template b/srcpkgs/xrefresh/template
index 2a0c179313e0..dc86ab618207 100644
--- a/srcpkgs/xrefresh/template
+++ b/srcpkgs/xrefresh/template
@@ -1,6 +1,6 @@
 # Template build file for 'xrefresh'.
 pkgname=xrefresh
-version=1.0.6
+version=1.0.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -9,8 +9,8 @@ short_desc="X refresher"
 homepage="http://xorg.freedesktop.org"
 license="MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=287dfb9bb7e8d780d07e672e3252150850869cb550958ed5f8401f0835cd6353
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.gz"
+checksum=f2817920f119bd9146ed3cde223b8a4ab17cb72da4ece7bddde35e18b31aa337
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] xrefresh: update to 1.0.7
  2023-07-04 16:28 [PR PATCH] xrefresh: update to 1.0.7 Bnyro
@ 2023-07-04 16:31 ` Bnyro
  2023-07-04 22:28 ` [PR PATCH] [Closed]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-07-04 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages xrefresh
https://github.com/void-linux/void-packages/pull/44839

xrefresh: update to 1.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)



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

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

From a2eb7879baf273dcd60c79ccff2454619ff464e0 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 4 Jul 2023 18:31:36 +0200
Subject: [PATCH] xrefresh: update to 1.0.7

---
 srcpkgs/xrefresh/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/xrefresh/template b/srcpkgs/xrefresh/template
index 2a0c179313e0..7abb24cf7253 100644
--- a/srcpkgs/xrefresh/template
+++ b/srcpkgs/xrefresh/template
@@ -1,16 +1,16 @@
-# Template build file for 'xrefresh'.
+# Template file for 'xrefresh'
 pkgname=xrefresh
-version=1.0.6
+version=1.0.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libX11-devel"
 short_desc="X refresher"
-homepage="http://xorg.freedesktop.org"
-license="MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=287dfb9bb7e8d780d07e672e3252150850869cb550958ed5f8401f0835cd6353
+license="MIT"
+homepage="http://xorg.freedesktop.org"
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.gz"
+checksum=f2817920f119bd9146ed3cde223b8a4ab17cb72da4ece7bddde35e18b31aa337
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Closed]: xrefresh: update to 1.0.7
  2023-07-04 16:28 [PR PATCH] xrefresh: update to 1.0.7 Bnyro
  2023-07-04 16:31 ` [PR PATCH] [Updated] " Bnyro
@ 2023-07-04 22:28 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-07-04 22:28 UTC (permalink / raw)
  To: ml

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

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

xrefresh: update to 1.0.7
https://github.com/void-linux/void-packages/pull/44839

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

#### 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-glibc)



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

end of thread, other threads:[~2023-07-04 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 16:28 [PR PATCH] xrefresh: update to 1.0.7 Bnyro
2023-07-04 16:31 ` [PR PATCH] [Updated] " Bnyro
2023-07-04 22:28 ` [PR PATCH] [Closed]: " Duncaen

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