Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] azote: update to 1.9.7
@ 2022-11-19  4:00 cinerea0
  2022-11-20  2:23 ` [PR PATCH] [Updated] " cinerea0
  2022-11-24  6:47 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2022-11-19  4:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages azote
https://github.com/void-linux/void-packages/pull/40603

azote: update to 1.9.7
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 4539534d875aec47dc9c40131e3139b01c3c22d8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 18 Nov 2022 22:59:56 -0500
Subject: [PATCH] azote: update to 1.9.7

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 8206ac307460..6c78b407c408 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,26 +1,23 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.9.5
-revision=3
+version=1.9.7
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-cairo python3-gobject python3-Pillow gtk+3"
+depends="python3-setuptools python3-cairo python3-gobject python3-Pillow gtk+3
+ python3-send2trash"
 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="https://github.com/nwg-piotr/azote/archive/refs/tags/v${version}.tar.gz"
-checksum=582961c1d216b7a66040d2bbc811890a0ef4312965a23784401ea24211385e9d
+checksum=ca288fe1535e2159b2faee8270a64f1eab916dafb772b1d318b33fd828c30541
 make_check=no # no tests provided
 
 post_install() {
-	vmkdir usr/bin
-	vmkdir usr/share/${pkgname}
-	vmkdir usr/share/applications
-
-	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}" usr/bin
-	vcopy "dist/indicator_*.png" usr/share/${pkgname}
-	vcopy "dist/${pkgname}.desktop" usr/share/applications
+	vbin dist/azote
+	vinstall dist/azote.svg 644 usr/share/azote
+	vcopy "dist/indicator_*.png" usr/share/azote
+	vinstall dist/azote.desktop 644 usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 }

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

* Re: [PR PATCH] [Updated] azote: update to 1.9.7
  2022-11-19  4:00 [PR PATCH] azote: update to 1.9.7 cinerea0
@ 2022-11-20  2:23 ` cinerea0
  2022-11-24  6:47 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2022-11-20  2:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages azote
https://github.com/void-linux/void-packages/pull/40603

azote: update to 1.9.7
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From f33402955cc24fbd6ff3fad49d8075cdaed5dd7b Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 19 Nov 2022 21:22:37 -0500
Subject: [PATCH] azote: update to 1.9.7

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 8206ac307460..311ca54da4dc 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,26 +1,23 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.9.5
-revision=3
+version=1.9.7
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-cairo python3-gobject python3-Pillow gtk+3"
+depends="gtk+3 python3 python3-cairo python3-gobject python3-Pillow
+ python3-send2trash python3-yaml"
 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="https://github.com/nwg-piotr/azote/archive/refs/tags/v${version}.tar.gz"
-checksum=582961c1d216b7a66040d2bbc811890a0ef4312965a23784401ea24211385e9d
+checksum=ca288fe1535e2159b2faee8270a64f1eab916dafb772b1d318b33fd828c30541
 make_check=no # no tests provided
 
 post_install() {
-	vmkdir usr/bin
-	vmkdir usr/share/${pkgname}
-	vmkdir usr/share/applications
-
-	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
-	vcopy "dist/${pkgname}" usr/bin
-	vcopy "dist/indicator_*.png" usr/share/${pkgname}
-	vcopy "dist/${pkgname}.desktop" usr/share/applications
+	vbin dist/azote
+	vinstall dist/azote.svg 644 usr/share/azote
+	vcopy "dist/indicator_*.png" usr/share/azote
+	vinstall dist/azote.desktop 644 usr/share/applications
 	vlicense LICENSE-COLORTHIEF
 }

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

* Re: [PR PATCH] [Merged]: azote: update to 1.9.7
  2022-11-19  4:00 [PR PATCH] azote: update to 1.9.7 cinerea0
  2022-11-20  2:23 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-24  6:47 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-11-24  6:47 UTC (permalink / raw)
  To: ml

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

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

azote: update to 1.9.7
https://github.com/void-linux/void-packages/pull/40603

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


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

end of thread, other threads:[~2022-11-24  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19  4:00 [PR PATCH] azote: update to 1.9.7 cinerea0
2022-11-20  2:23 ` [PR PATCH] [Updated] " cinerea0
2022-11-24  6:47 ` [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).