Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmag: update to 1.0.7
@ 2022-09-05 10:08 clyhtsuriva
  2022-09-05 15:43 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: clyhtsuriva @ 2022-09-05 10:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages xmag-update
https://github.com/void-linux/void-packages/pull/39111

xmag: update to 1.0.7
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 821dbb0f2b6564947e7a7c4990aa0a451f710960 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 5 Sep 2022 12:07:56 +0200
Subject: [PATCH] xmag: update to 1.0.7

---
 srcpkgs/xmag/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xmag/template b/srcpkgs/xmag/template
index f3f4d7e56f5c..1732f4ff30fb 100644
--- a/srcpkgs/xmag/template
+++ b/srcpkgs/xmag/template
@@ -1,7 +1,7 @@
 # Template file for 'xmag'
 pkgname=xmag
-version=1.0.6
-revision=3
+version=1.0.7
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libXau-devel libXext-devel libXmu-devel libXaw-devel"
@@ -9,8 +9,8 @@ short_desc="X utility to Magnify parts of the screen"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org/"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=87a2bc23b251e2d8f8370d3283a4d6c8dac98a30cb5749a04336cdb55c14e161
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] xmag: update to 1.0.7
  2022-09-05 10:08 [PR PATCH] xmag: update to 1.0.7 clyhtsuriva
@ 2022-09-05 15:43 ` classabbyamp
  2022-09-06  6:28 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-05 15:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39111#discussion_r963018945

Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/app/xmag"
```

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

* Re: [PR PATCH] [Updated] xmag: update to 1.0.7
  2022-09-05 10:08 [PR PATCH] xmag: update to 1.0.7 clyhtsuriva
  2022-09-05 15:43 ` [PR REVIEW] " classabbyamp
@ 2022-09-06  6:28 ` clyhtsuriva
  2022-09-06  6:29 ` clyhtsuriva
  2022-09-06  6:36 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2022-09-06  6:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages xmag-update
https://github.com/void-linux/void-packages/pull/39111

xmag: update to 1.0.7
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 821dbb0f2b6564947e7a7c4990aa0a451f710960 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 5 Sep 2022 12:07:56 +0200
Subject: [PATCH 1/2] xmag: update to 1.0.7

---
 srcpkgs/xmag/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xmag/template b/srcpkgs/xmag/template
index f3f4d7e56f5c..1732f4ff30fb 100644
--- a/srcpkgs/xmag/template
+++ b/srcpkgs/xmag/template
@@ -1,7 +1,7 @@
 # Template file for 'xmag'
 pkgname=xmag
-version=1.0.6
-revision=3
+version=1.0.7
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libXau-devel libXext-devel libXmu-devel libXaw-devel"
@@ -9,8 +9,8 @@ short_desc="X utility to Magnify parts of the screen"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org/"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=87a2bc23b251e2d8f8370d3283a4d6c8dac98a30cb5749a04336cdb55c14e161
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461
 
 post_install() {
 	vlicense COPYING

From cb98f71068135a63fe0e1ac164925e25546a4647 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Tue, 6 Sep 2022 06:28:22 +0000
Subject: [PATCH 2/2] Update srcpkgs/xmag/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/xmag/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmag/template b/srcpkgs/xmag/template
index 1732f4ff30fb..0dc12bcf2f47 100644
--- a/srcpkgs/xmag/template
+++ b/srcpkgs/xmag/template
@@ -8,7 +8,7 @@ makedepends="libXau-devel libXext-devel libXmu-devel libXaw-devel"
 short_desc="X utility to Magnify parts of the screen"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://xorg.freedesktop.org/"
+homepage="https://gitlab.freedesktop.org/xorg/app/xmag"
 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
 checksum=009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461
 

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

* Re: [PR PATCH] [Updated] xmag: update to 1.0.7
  2022-09-05 10:08 [PR PATCH] xmag: update to 1.0.7 clyhtsuriva
  2022-09-05 15:43 ` [PR REVIEW] " classabbyamp
  2022-09-06  6:28 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-09-06  6:29 ` clyhtsuriva
  2022-09-06  6:36 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2022-09-06  6:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages xmag-update
https://github.com/void-linux/void-packages/pull/39111

xmag: update to 1.0.7
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 317ac20fc092595e7c725b8e13b42763cba4ea51 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 5 Sep 2022 12:07:56 +0200
Subject: [PATCH] xmag: update to 1.0.7

---
 srcpkgs/xmag/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xmag/template b/srcpkgs/xmag/template
index f3f4d7e56f5c..0dc12bcf2f47 100644
--- a/srcpkgs/xmag/template
+++ b/srcpkgs/xmag/template
@@ -1,16 +1,16 @@
 # Template file for 'xmag'
 pkgname=xmag
-version=1.0.6
-revision=3
+version=1.0.7
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libXau-devel libXext-devel libXmu-devel libXaw-devel"
 short_desc="X utility to Magnify parts of the screen"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://xorg.freedesktop.org/"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=87a2bc23b251e2d8f8370d3283a4d6c8dac98a30cb5749a04336cdb55c14e161
+homepage="https://gitlab.freedesktop.org/xorg/app/xmag"
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: xmag: update to 1.0.7
  2022-09-05 10:08 [PR PATCH] xmag: update to 1.0.7 clyhtsuriva
                   ` (2 preceding siblings ...)
  2022-09-06  6:29 ` clyhtsuriva
@ 2022-09-06  6:36 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-06  6:36 UTC (permalink / raw)
  To: ml

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

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

xmag: update to 1.0.7
https://github.com/void-linux/void-packages/pull/39111

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

end of thread, other threads:[~2022-09-06  6:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 10:08 [PR PATCH] xmag: update to 1.0.7 clyhtsuriva
2022-09-05 15:43 ` [PR REVIEW] " classabbyamp
2022-09-06  6:28 ` [PR PATCH] [Updated] " clyhtsuriva
2022-09-06  6:29 ` clyhtsuriva
2022-09-06  6:36 ` [PR PATCH] [Merged]: " classabbyamp

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