Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] azote: update to 1.8.1
@ 2020-10-26 19:00 georgianfire
  2020-10-26 19:01 ` [PR REVIEW] " georgianfire
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/georgianfire/void-packages azote
https://github.com/void-linux/void-packages/pull/25903

azote: update to 1.8.1
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

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

From a7d886d8fd3eac0e03834ec3d53b675e78ea586f Mon Sep 17 00:00:00 2001
From: Georgian Fire <gfire@tuta.io>
Date: Mon, 26 Oct 2020 14:59:31 -0400
Subject: [PATCH] azote: update to 1.8.1

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 91df1ef8956..db992b45f5d 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,7 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
-revision=2
+version=1.8.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
@@ -10,7 +10,7 @@ maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -18,7 +18,6 @@ post_install() {
 	vmkdir usr/share/applications
 
 	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
@ 2020-10-26 19:01 ` georgianfire
  2020-10-26 19:15 ` ahesford
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 19:01 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512199414

Comment:
`azote-arch` is removed from upstream: https://github.com/nwg-piotr/azote/commit/23c974a4bf7d578b8783f4032c57e6e6355fbc29

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
  2020-10-26 19:01 ` [PR REVIEW] " georgianfire
@ 2020-10-26 19:15 ` ahesford
  2020-10-26 19:22 ` [PR PATCH] [Updated] " georgianfire
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ahesford @ 2020-10-26 19:15 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512207346

Comment:
Please drop the following packages from the dependencies:
- [ ] xrandr
- [ ] feh
- [ ] python3-send2trash
- [ ] grim
- [ ] slurp
- [ ] ImageMagick
- [ ] python3-yaml
- [ ] python3-setuptools

All but the last enable optional functionality, and the program itself provides a warning about missing packages and disabled functionality when users run without these packages installed. There is no need to pull in everything by force, especially the `xrandr` dependency for Wayland users, or the `grim` and `slurp` dependencies for Xorg users.

The last dependency is strictly wrong, as `setuptools` is not needed anywhere for runtime operation of `azote`.

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

* Re: [PR PATCH] [Updated] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
  2020-10-26 19:01 ` [PR REVIEW] " georgianfire
  2020-10-26 19:15 ` ahesford
@ 2020-10-26 19:22 ` georgianfire
  2020-10-26 19:22 ` [PR REVIEW] " georgianfire
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 19:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/georgianfire/void-packages azote
https://github.com/void-linux/void-packages/pull/25903

azote: update to 1.8.1
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

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

From 158d52280fa590dbedf3db2cbe1650e872af6ebc Mon Sep 17 00:00:00 2001
From: Georgian Fire <gfire@tuta.io>
Date: Mon, 26 Oct 2020 14:59:31 -0400
Subject: [PATCH] azote: update to 1.8.1

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 91df1ef8956..db992b45f5d 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,7 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
-revision=2
+version=1.8.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
@@ -10,7 +10,7 @@ maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -18,7 +18,6 @@ post_install() {
 	vmkdir usr/share/applications
 
 	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (2 preceding siblings ...)
  2020-10-26 19:22 ` [PR PATCH] [Updated] " georgianfire
@ 2020-10-26 19:22 ` georgianfire
  2020-10-26 19:23 ` [PR PATCH] [Updated] " georgianfire
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 19:22 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512211257

Comment:
Updated, thanks!

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

* Re: [PR PATCH] [Updated] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (3 preceding siblings ...)
  2020-10-26 19:22 ` [PR REVIEW] " georgianfire
@ 2020-10-26 19:23 ` georgianfire
  2020-10-26 22:14 ` [PR REVIEW] " Chocimier
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/georgianfire/void-packages azote
https://github.com/void-linux/void-packages/pull/25903

azote: update to 1.8.1
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

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

From 253561fd63a77a34a655eaeefddf60580bae201f Mon Sep 17 00:00:00 2001
From: Georgian Fire <gfire@tuta.io>
Date: Mon, 26 Oct 2020 14:59:31 -0400
Subject: [PATCH] azote: update to 1.8.1

---
 srcpkgs/azote/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 91df1ef8956..bb36c7b4503 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,16 +1,16 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
-revision=2
+version=1.8.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
+depends="python3>=3.4 python3-gobject python3-Pillow gtk+3"
 short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -18,7 +18,6 @@ post_install() {
 	vmkdir usr/share/applications
 
 	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (4 preceding siblings ...)
  2020-10-26 19:23 ` [PR PATCH] [Updated] " georgianfire
@ 2020-10-26 22:14 ` Chocimier
  2020-10-26 22:43 ` Chocimier
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: Chocimier @ 2020-10-26 22:14 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512300875

Comment:
Well, azote uses `pkg_resources` module from setuptools.

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (5 preceding siblings ...)
  2020-10-26 22:14 ` [PR REVIEW] " Chocimier
@ 2020-10-26 22:43 ` Chocimier
  2020-10-26 22:43 ` Chocimier
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: Chocimier @ 2020-10-26 22:43 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512311879

Comment:
True, but now /usr/bin/azote is broken symlink.

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (6 preceding siblings ...)
  2020-10-26 22:43 ` Chocimier
@ 2020-10-26 22:43 ` Chocimier
  2020-10-26 23:07 ` ahesford
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: Chocimier @ 2020-10-26 22:43 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512312273

Comment:
Please drop `>=3.4`, it's too old to work with like anything.

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (7 preceding siblings ...)
  2020-10-26 22:43 ` Chocimier
@ 2020-10-26 23:07 ` ahesford
  2020-10-26 23:32 ` [PR PATCH] [Updated] " georgianfire
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ahesford @ 2020-10-26 23:07 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512321685

Comment:
My mistake, `python3-setuptools` definitely belongs in `depends` because of `pkg_resources`. Thanks @Chocimier. 

This means `python3` can just be dropped, because `python3-setuptools` already pulls that in.

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

* Re: [PR PATCH] [Updated] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (8 preceding siblings ...)
  2020-10-26 23:07 ` ahesford
@ 2020-10-26 23:32 ` georgianfire
  2020-10-26 23:34 ` [PR REVIEW] " georgianfire
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/georgianfire/void-packages azote
https://github.com/void-linux/void-packages/pull/25903

azote: update to 1.8.1
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

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

From dfa361b9cdd242ed86200d86b819514933bafd30 Mon Sep 17 00:00:00 2001
From: Georgian Fire <gfire@tuta.io>
Date: Mon, 26 Oct 2020 14:59:31 -0400
Subject: [PATCH] azote: update to 1.8.1

---
 srcpkgs/azote/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 91df1ef8956..bb36c7b4503 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,16 +1,16 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
-revision=2
+version=1.8.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
+depends="python3>=3.4 python3-gobject python3-Pillow gtk+3"
 short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -18,7 +18,6 @@ post_install() {
 	vmkdir usr/share/applications
 
 	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (9 preceding siblings ...)
  2020-10-26 23:32 ` [PR PATCH] [Updated] " georgianfire
@ 2020-10-26 23:34 ` georgianfire
  2020-10-26 23:35 ` georgianfire
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:34 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512330774

Comment:
Updated, thanks @Chocimier and @ahesford!

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (10 preceding siblings ...)
  2020-10-26 23:34 ` [PR REVIEW] " georgianfire
@ 2020-10-26 23:35 ` georgianfire
  2020-10-26 23:36 ` [PR PATCH] [Updated] " georgianfire
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:35 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512331220

Comment:
This is embarrassing, totally overlooked the symlink. Fixed now.

`python3` is replaced with `python3-setuptools`

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

* Re: [PR PATCH] [Updated] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (11 preceding siblings ...)
  2020-10-26 23:35 ` georgianfire
@ 2020-10-26 23:36 ` georgianfire
  2020-10-26 23:37 ` [PR REVIEW] " georgianfire
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/georgianfire/void-packages azote
https://github.com/void-linux/void-packages/pull/25903

azote: update to 1.8.1
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

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

From e32955f664b4156c3753e5d7361e188224f4ca28 Mon Sep 17 00:00:00 2001
From: Georgian Fire <gfire@tuta.io>
Date: Mon, 26 Oct 2020 14:59:31 -0400
Subject: [PATCH] azote: update to 1.8.1

---
 srcpkgs/azote/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 91df1ef8956..265f0a291a4 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,16 +1,16 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
-revision=2
+version=1.8.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
+depends="python3-setuptools python3-gobject python3-Pillow gtk+3"
 short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -18,9 +18,10 @@ post_install() {
 	vmkdir usr/share/applications
 
 	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
+	vcopy "dist/${pkgname}" usr/share/${pkgname}
+	vcopy "dist/indicator*.png" usr/share/${pkgname}
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 
-	ln -sf /usr/share/${pkgname}/${pkgname}-arch ${DESTDIR}/usr/bin/${pkgname}
+	ln -sf /usr/share/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
 }

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (12 preceding siblings ...)
  2020-10-26 23:36 ` [PR PATCH] [Updated] " georgianfire
@ 2020-10-26 23:37 ` georgianfire
  2020-10-26 23:37 ` georgianfire
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:37 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512331220

Comment:
`python3` is replaced with `python3-setuptools`

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (13 preceding siblings ...)
  2020-10-26 23:37 ` [PR REVIEW] " georgianfire
@ 2020-10-26 23:37 ` georgianfire
  2020-10-26 23:39 ` georgianfire
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:37 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512331815

Comment:
This is embarrassing, totally overlooked the symlink. Fixed now.

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (14 preceding siblings ...)
  2020-10-26 23:37 ` georgianfire
@ 2020-10-26 23:39 ` georgianfire
  2020-10-27 15:24 ` ahesford
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-26 23:39 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512331220

Comment:
Replaced `python3` with `python3-setuptools`

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (15 preceding siblings ...)
  2020-10-26 23:39 ` georgianfire
@ 2020-10-27 15:24 ` ahesford
  2020-10-27 15:36 ` [PR PATCH] [Updated] " georgianfire
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ahesford @ 2020-10-27 15:24 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512787591

Comment:
There's no value in copying this script to `usr/share` and then symlinking to it from `usr/bin`, just `vcopy` right into `usr/bin` and drop the symlink in line 26.

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

* Re: [PR PATCH] [Updated] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (16 preceding siblings ...)
  2020-10-27 15:24 ` ahesford
@ 2020-10-27 15:36 ` georgianfire
  2020-10-27 15:40 ` [PR REVIEW] " georgianfire
  2020-10-29 14:28 ` [PR PATCH] [Closed]: " ahesford
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-27 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/georgianfire/void-packages azote
https://github.com/void-linux/void-packages/pull/25903

azote: update to 1.8.1
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

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

From 3a4fbfa94d35ac117e86da55e210a7cc3bbccc39 Mon Sep 17 00:00:00 2001
From: Georgian Fire <gfire@tuta.io>
Date: Mon, 26 Oct 2020 14:59:31 -0400
Subject: [PATCH] azote: update to 1.8.1

---
 srcpkgs/azote/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 91df1ef8956..3a2d55d3d70 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,16 +1,16 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
-revision=2
+version=1.8.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
+depends="python3-setuptools python3-gobject python3-Pillow gtk+3"
 short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -18,9 +18,8 @@ post_install() {
 	vmkdir usr/share/applications
 
 	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
+	vcopy "dist/${pkgname}" usr/bin
+	vcopy "dist/indicator_*.png" usr/share/${pkgname}
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 	vlicense LICENSE-COLORTHIEF
-
-	ln -sf /usr/share/${pkgname}/${pkgname}-arch ${DESTDIR}/usr/bin/${pkgname}
 }

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

* Re: [PR REVIEW] azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (17 preceding siblings ...)
  2020-10-27 15:36 ` [PR PATCH] [Updated] " georgianfire
@ 2020-10-27 15:40 ` georgianfire
  2020-10-29 14:28 ` [PR PATCH] [Closed]: " ahesford
  19 siblings, 0 replies; 21+ messages in thread
From: georgianfire @ 2020-10-27 15:40 UTC (permalink / raw)
  To: ml

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

New review comment by georgianfire on void-packages repository

https://github.com/void-linux/void-packages/pull/25903#discussion_r512802189

Comment:
Done

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

* Re: [PR PATCH] [Closed]: azote: update to 1.8.1
  2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
                   ` (18 preceding siblings ...)
  2020-10-27 15:40 ` [PR REVIEW] " georgianfire
@ 2020-10-29 14:28 ` ahesford
  19 siblings, 0 replies; 21+ messages in thread
From: ahesford @ 2020-10-29 14:28 UTC (permalink / raw)
  To: ml

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

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

azote: update to 1.8.1
https://github.com/void-linux/void-packages/pull/25903

Description:
https://github.com/nwg-piotr/azote/releases/tag/v1.8.1

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

end of thread, other threads:[~2020-10-29 14:28 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 19:00 [PR PATCH] azote: update to 1.8.1 georgianfire
2020-10-26 19:01 ` [PR REVIEW] " georgianfire
2020-10-26 19:15 ` ahesford
2020-10-26 19:22 ` [PR PATCH] [Updated] " georgianfire
2020-10-26 19:22 ` [PR REVIEW] " georgianfire
2020-10-26 19:23 ` [PR PATCH] [Updated] " georgianfire
2020-10-26 22:14 ` [PR REVIEW] " Chocimier
2020-10-26 22:43 ` Chocimier
2020-10-26 22:43 ` Chocimier
2020-10-26 23:07 ` ahesford
2020-10-26 23:32 ` [PR PATCH] [Updated] " georgianfire
2020-10-26 23:34 ` [PR REVIEW] " georgianfire
2020-10-26 23:35 ` georgianfire
2020-10-26 23:36 ` [PR PATCH] [Updated] " georgianfire
2020-10-26 23:37 ` [PR REVIEW] " georgianfire
2020-10-26 23:37 ` georgianfire
2020-10-26 23:39 ` georgianfire
2020-10-27 15:24 ` ahesford
2020-10-27 15:36 ` [PR PATCH] [Updated] " georgianfire
2020-10-27 15:40 ` [PR REVIEW] " georgianfire
2020-10-29 14:28 ` [PR PATCH] [Closed]: " ahesford

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