Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gwe: update to 0.15.5.
@ 2023-06-12 13:48 mhmdanas
  2023-06-12 15:21 ` [PR PATCH] [Updated] " mhmdanas
  2023-06-14 17:22 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-12 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gwe-0.15.5
https://github.com/void-linux/void-packages/pull/44387

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (just checked that the app launches properly on a non-nVidia system, so testing from nVidia users is appreciated)

@LegoLivesMatter

Related to https://github.com/void-linux/void-packages/pull/43699 (I was checking python-urllib3 dependents and found that gwe doesn't use it anymore).

<!--
#### 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/44387.patch is attached

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

From 1b2483b6c00607d5e45dc36bb98b8e65ebf65421 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 12 Jun 2023 14:44:14 +0100
Subject: [PATCH] gwe: update to 0.15.5.

---
 srcpkgs/gwe/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
index ce70ed78573c..58a66715b2cb 100644
--- a/srcpkgs/gwe/template
+++ b/srcpkgs/gwe/template
@@ -1,20 +1,17 @@
 # Template file for 'gwe'
 pkgname=gwe
-version=0.15.2
-revision=4
+version=0.15.5
+revision=1
 build_style=meson
-hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
- python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
- python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
- python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
-makedepends="gobject-introspection appstream-glib"
+hostmakedepends="gobject-introspection pkg-config ninja appstream-glib glib-devel"
+makedepends="gtk+3-devel python3-devel"
 depends="python3 gobject-introspection libayatana-appindicator libdazzle python3-matplotlib
  python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
- python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
- python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+ python3-nvml python3-injector"
 short_desc="Utility for overclocking NVIDIA cards"
 maintainer="Duje Mihanovic <mihaduje@pm.me>"
 license="GPL-3.0-or-later"
-homepage="https://www.gitlab.com/leinardi/gwe"
+homepage="https://gitlab.com/leinardi/gwe"
+changelog="https://gitlab.com/leinardi/gwe/-/raw/release/CHANGELOG.md"
 distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
-checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0
+checksum=67c30c735b6160c2f4af61ce353108dc9709b6c850ce8bc21d2d2a506dfa3b70

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

* Re: [PR PATCH] [Updated] gwe: update to 0.15.5.
  2023-06-12 13:48 [PR PATCH] gwe: update to 0.15.5 mhmdanas
@ 2023-06-12 15:21 ` mhmdanas
  2023-06-14 17:22 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-12 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gwe-0.15.5
https://github.com/void-linux/void-packages/pull/44387

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (just checked that the app launches properly on a non-nVidia system, so testing from nVidia users is appreciated)

@LegoLivesMatter

Related to https://github.com/void-linux/void-packages/pull/43699 (I was checking python-urllib3 dependents and found that gwe doesn't use it anymore).

<!--
#### 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/44387.patch is attached

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

From 6a04f7c324760f5077541ec7664a3c997e33e9f8 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 12 Jun 2023 14:44:14 +0100
Subject: [PATCH] gwe: update to 0.15.5.

---
 srcpkgs/gwe/template | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
index ce70ed78573c..ea56c8f02967 100644
--- a/srcpkgs/gwe/template
+++ b/srcpkgs/gwe/template
@@ -1,20 +1,17 @@
 # Template file for 'gwe'
 pkgname=gwe
-version=0.15.2
-revision=4
+version=0.15.5
+revision=1
 build_style=meson
-hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
- python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
- python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
- python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
-makedepends="gobject-introspection appstream-glib"
-depends="python3 gobject-introspection libayatana-appindicator libdazzle python3-matplotlib
+hostmakedepends="gobject-introspection pkg-config ninja appstream-glib glib-devel"
+makedepends="gtk+3-devel python3-devel"
+depends="python3 libayatana-appindicator libdazzle python3-matplotlib
  python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
- python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
- python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+ python3-nvml python3-injector"
 short_desc="Utility for overclocking NVIDIA cards"
 maintainer="Duje Mihanovic <mihaduje@pm.me>"
 license="GPL-3.0-or-later"
-homepage="https://www.gitlab.com/leinardi/gwe"
+homepage="https://gitlab.com/leinardi/gwe"
+changelog="https://gitlab.com/leinardi/gwe/-/raw/release/CHANGELOG.md"
 distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
-checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0
+checksum=67c30c735b6160c2f4af61ce353108dc9709b6c850ce8bc21d2d2a506dfa3b70

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

* Re: [PR PATCH] [Merged]: gwe: update to 0.15.5.
  2023-06-12 13:48 [PR PATCH] gwe: update to 0.15.5 mhmdanas
  2023-06-12 15:21 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-14 17:22 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-14 17:22 UTC (permalink / raw)
  To: ml

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

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

gwe: update to 0.15.5.
https://github.com/void-linux/void-packages/pull/44387

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (just checked that the app launches properly on a non-nVidia system, so testing from nVidia users is appreciated)

@LegoLivesMatter

Related to https://github.com/void-linux/void-packages/pull/43699 (I was checking python-urllib3 dependents and found that gwe doesn't use it anymore).

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2023-06-14 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 13:48 [PR PATCH] gwe: update to 0.15.5 mhmdanas
2023-06-12 15:21 ` [PR PATCH] [Updated] " mhmdanas
2023-06-14 17:22 ` [PR PATCH] [Merged]: " 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).