Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Solaar: update to 1.1.4
@ 2022-07-05 14:54 ishaanbhimwal
  2022-07-05 14:56 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-05 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages solaar
https://github.com/void-linux/void-packages/pull/37869

Solaar: update to 1.1.4
<!-- 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 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, (x86_64-glibc)
<!--
- 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/37869.patch is attached

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

From aee1c741c9f8b7abbd36bff16f872cfc0af2b20c Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Tue, 5 Jul 2022 20:21:58 +0530
Subject: [PATCH] Solaar: update to 1.1.4

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

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index 9377d7a11fa6..867b653a84ca 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,15 +1,20 @@
 # Template file for 'Solaar'
 pkgname=Solaar
-version=1.0.7
+version=1.1.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pyudev python3-psutil python3-yaml python3-xlib"
+depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-xlib"
 short_desc="Linux device manager for a wide range of Logitech devices"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://pwr-solaar.github.io/Solaar/"
+changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
 distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz"
-checksum=39c025b4186b6cb4620bc52d1d20e2d841082982c8be0fed155398faee7a9cd1
+checksum=4a6745d1a7cd78873980ce39fec8e44ecb3e5447875335a0237e1fa755217984
 # Package provides no tests
 make_check=no
+
+post_install() {
+    vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] Solaar: update to 1.1.4
  2022-07-05 14:54 [PR PATCH] Solaar: update to 1.1.4 ishaanbhimwal
@ 2022-07-05 14:56 ` ishaanbhimwal
  2022-07-05 16:21 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-05 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages solaar
https://github.com/void-linux/void-packages/pull/37869

Solaar: update to 1.1.4
<!-- 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 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, (x86_64-glibc)
<!--
- 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/37869.patch is attached

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

From 456b828548c307d5d5ba0befb1d54a7831f0f1ed Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Tue, 5 Jul 2022 20:21:58 +0530
Subject: [PATCH] Solaar: update to 1.1.4

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

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index 9377d7a11fa6..0700c7579a2a 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,15 +1,20 @@
 # Template file for 'Solaar'
 pkgname=Solaar
-version=1.0.7
+version=1.1.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pyudev python3-psutil python3-yaml python3-xlib"
+depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-xlib"
 short_desc="Linux device manager for a wide range of Logitech devices"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://pwr-solaar.github.io/Solaar/"
+changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
 distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz"
-checksum=39c025b4186b6cb4620bc52d1d20e2d841082982c8be0fed155398faee7a9cd1
+checksum=4a6745d1a7cd78873980ce39fec8e44ecb3e5447875335a0237e1fa755217984
 # Package provides no tests
 make_check=no
+
+post_install() {
+	vdoc README.md
+}

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

* Re: [PR REVIEW] Solaar: update to 1.1.4
  2022-07-05 14:54 [PR PATCH] Solaar: update to 1.1.4 ishaanbhimwal
  2022-07-05 14:56 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-05 16:21 ` classabbyamp
  2022-07-05 16:42 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-05 16:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37869#discussion_r913979394

Comment:
this readme is the same content as the homepage, and references other pages on that website. Also, most of the useful info seems to be on those other pages. Do you think it's worth it to include?

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

* Re: [PR PATCH] [Updated] Solaar: update to 1.1.4
  2022-07-05 14:54 [PR PATCH] Solaar: update to 1.1.4 ishaanbhimwal
  2022-07-05 14:56 ` [PR PATCH] [Updated] " ishaanbhimwal
  2022-07-05 16:21 ` [PR REVIEW] " classabbyamp
@ 2022-07-05 16:42 ` ishaanbhimwal
  2022-07-05 16:42 ` [PR REVIEW] " ishaanbhimwal
  2022-07-10 19:45 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-05 16:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages solaar
https://github.com/void-linux/void-packages/pull/37869

Solaar: update to 1.1.4
<!-- 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 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, (x86_64-glibc)
<!--
- 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/37869.patch is attached

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

From bbd0c57e95f6fca231df3b0981fc9bbcaae75859 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Tue, 5 Jul 2022 20:21:58 +0530
Subject: [PATCH] Solaar: update to 1.1.4

---
 srcpkgs/Solaar/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index 9377d7a11fa6..88c52a0d8f62 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,15 +1,16 @@
 # Template file for 'Solaar'
 pkgname=Solaar
-version=1.0.7
+version=1.1.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pyudev python3-psutil python3-yaml python3-xlib"
+depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-xlib"
 short_desc="Linux device manager for a wide range of Logitech devices"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://pwr-solaar.github.io/Solaar/"
+changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
 distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz"
-checksum=39c025b4186b6cb4620bc52d1d20e2d841082982c8be0fed155398faee7a9cd1
+checksum=4a6745d1a7cd78873980ce39fec8e44ecb3e5447875335a0237e1fa755217984
 # Package provides no tests
 make_check=no

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

* Re: [PR REVIEW] Solaar: update to 1.1.4
  2022-07-05 14:54 [PR PATCH] Solaar: update to 1.1.4 ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-05 16:42 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-05 16:42 ` ishaanbhimwal
  2022-07-10 19:45 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-05 16:42 UTC (permalink / raw)
  To: ml

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

New review comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/37869#discussion_r913997795

Comment:
yep you are right. removed it.

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

* Re: [PR PATCH] [Merged]: Solaar: update to 1.1.4
  2022-07-05 14:54 [PR PATCH] Solaar: update to 1.1.4 ishaanbhimwal
                   ` (3 preceding siblings ...)
  2022-07-05 16:42 ` [PR REVIEW] " ishaanbhimwal
@ 2022-07-10 19:45 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-07-10 19:45 UTC (permalink / raw)
  To: ml

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

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

Solaar: update to 1.1.4
https://github.com/void-linux/void-packages/pull/37869

Description:
<!-- 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 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-10 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 14:54 [PR PATCH] Solaar: update to 1.1.4 ishaanbhimwal
2022-07-05 14:56 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-05 16:21 ` [PR REVIEW] " classabbyamp
2022-07-05 16:42 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-05 16:42 ` [PR REVIEW] " ishaanbhimwal
2022-07-10 19:45 ` [PR PATCH] [Merged]: " Piraty

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