Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: azote-1.1.1
@ 2019-06-30 23:17 voidlinux-github
  2019-07-01 21:01 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-30 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages azote-master
https://github.com/void-linux/void-packages/pull/12763

New package: azote-1.1.1
Hi,
I was missing a wallpaper browser and setter on Sway, and it resulted in [this project](https://github.com/nwg-piotr/azote). It's a GTK+3 GUI to browse images, and set them with the `swaybg` command. For the program to work on other WMs, it's also capable of using `feh` as the background setter. I hope you'll like it, and the template is acceptable. :)

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

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

From 073d6f5854c6f1019169425bb7f7e8bf374997fd Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Mon, 1 Jul 2019 01:05:19 +0200
Subject: [PATCH] New package: azote-1.1.1

---
 srcpkgs/azote/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/azote/template

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
new file mode 100644
index 00000000000..6d2b76318de
--- /dev/null
+++ b/srcpkgs/azote/template
@@ -0,0 +1,28 @@
+# Template file for 'azote'
+pkgname=azote
+version=1.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="azote"
+hostmakedepends="python3-setuptools"
+depends="python3>=3.5 python3-setuptools python3-gobject python3-Pillow gtk+3 feh xrandr wmctrl"
+short_desc="Wallpaper manager for Sway, i3 and some other WMs"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/azote"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
+
+do_install() {
+	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+	vmkdir usr/bin
+	vmkdir usr/share/${pkgname}
+	vmkdir usr/share/applications
+
+	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
+	vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname}
+	vcopy "dist/${pkgname}.desktop" usr/share/applications
+
+	ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
+}
\ No newline at end of file

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

* Re: New package: azote-1.1.1
  2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
@ 2019-07-01 21:01 ` voidlinux-github
  2019-07-01 21:26 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-01 21:01 UTC (permalink / raw)
  To: ml

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

New comment by nwg-piotr on void-packages repository

https://github.com/void-linux/void-packages/pull/12763#issuecomment-507424251
Comment:
Thank you. I changed the template and it seems to be ok. However, in the v1.1.1 release I discovered inconsistency in version numbering. To clear the mess, I'm publishing v1.1.2. Should I close this and make a new PR?

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

* Re: [PR PATCH] [Updated] New package: azote-1.1.1
  2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
  2019-07-01 21:01 ` voidlinux-github
@ 2019-07-01 21:26 ` voidlinux-github
  2019-07-01 21:26 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-01 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages azote-master
https://github.com/void-linux/void-packages/pull/12763

New package: azote-1.1.1
Hi,
I was missing a wallpaper browser and setter on Sway, and it resulted in [this project](https://github.com/nwg-piotr/azote). It's a GTK+3 GUI to browse images, and set them with the `swaybg` command. For the program to work on other WMs, it's also capable of using `feh` as the background setter. I hope you'll like it, and the template is acceptable. :)

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

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

From 073d6f5854c6f1019169425bb7f7e8bf374997fd Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Mon, 1 Jul 2019 01:05:19 +0200
Subject: [PATCH 1/2] New package: azote-1.1.1

---
 srcpkgs/azote/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/azote/template

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
new file mode 100644
index 00000000000..6d2b76318de
--- /dev/null
+++ b/srcpkgs/azote/template
@@ -0,0 +1,28 @@
+# Template file for 'azote'
+pkgname=azote
+version=1.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="azote"
+hostmakedepends="python3-setuptools"
+depends="python3>=3.5 python3-setuptools python3-gobject python3-Pillow gtk+3 feh xrandr wmctrl"
+short_desc="Wallpaper manager for Sway, i3 and some other WMs"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/azote"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
+
+do_install() {
+	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+	vmkdir usr/bin
+	vmkdir usr/share/${pkgname}
+	vmkdir usr/share/applications
+
+	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
+	vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname}
+	vcopy "dist/${pkgname}.desktop" usr/share/applications
+
+	ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
+}
\ No newline at end of file

From 13b8a92eff305c5c100978ccca849ffba5a8080a Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Mon, 1 Jul 2019 23:18:26 +0200
Subject: [PATCH 2/2] New package: azote-1.1-2

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 6d2b76318de..c93e90a029f 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,6 +1,6 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.1.1
+version=1.1.2
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,10 +12,9 @@ maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
+checksum=2caca782aa3b508c650dcdd44d49a183ac95282748edd6b960945c78986d6105
 
-do_install() {
-	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+post_install() {
 	vmkdir usr/bin
 	vmkdir usr/share/${pkgname}
 	vmkdir usr/share/applications
@@ -25,4 +24,4 @@ do_install() {
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 
 	ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
-}
\ No newline at end of file
+}

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

* Re: [PR PATCH] [Updated] New package: azote-1.1.1
  2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
  2019-07-01 21:01 ` voidlinux-github
  2019-07-01 21:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-01 21:26 ` voidlinux-github
  2019-07-01 21:38 ` New package: azote-1.1.2 voidlinux-github
  2019-07-02  7:52 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-01 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages azote-master
https://github.com/void-linux/void-packages/pull/12763

New package: azote-1.1.1
Hi,
I was missing a wallpaper browser and setter on Sway, and it resulted in [this project](https://github.com/nwg-piotr/azote). It's a GTK+3 GUI to browse images, and set them with the `swaybg` command. For the program to work on other WMs, it's also capable of using `feh` as the background setter. I hope you'll like it, and the template is acceptable. :)

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

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

From 073d6f5854c6f1019169425bb7f7e8bf374997fd Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Mon, 1 Jul 2019 01:05:19 +0200
Subject: [PATCH 1/2] New package: azote-1.1.1

---
 srcpkgs/azote/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/azote/template

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
new file mode 100644
index 00000000000..6d2b76318de
--- /dev/null
+++ b/srcpkgs/azote/template
@@ -0,0 +1,28 @@
+# Template file for 'azote'
+pkgname=azote
+version=1.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="azote"
+hostmakedepends="python3-setuptools"
+depends="python3>=3.5 python3-setuptools python3-gobject python3-Pillow gtk+3 feh xrandr wmctrl"
+short_desc="Wallpaper manager for Sway, i3 and some other WMs"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/azote"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
+
+do_install() {
+	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+	vmkdir usr/bin
+	vmkdir usr/share/${pkgname}
+	vmkdir usr/share/applications
+
+	vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
+	vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname}
+	vcopy "dist/${pkgname}.desktop" usr/share/applications
+
+	ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
+}
\ No newline at end of file

From 13b8a92eff305c5c100978ccca849ffba5a8080a Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Mon, 1 Jul 2019 23:18:26 +0200
Subject: [PATCH 2/2] New package: azote-1.1-2

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 6d2b76318de..c93e90a029f 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,6 +1,6 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.1.1
+version=1.1.2
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,10 +12,9 @@ maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/azote"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
+checksum=2caca782aa3b508c650dcdd44d49a183ac95282748edd6b960945c78986d6105
 
-do_install() {
-	python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
+post_install() {
 	vmkdir usr/bin
 	vmkdir usr/share/${pkgname}
 	vmkdir usr/share/applications
@@ -25,4 +24,4 @@ do_install() {
 	vcopy "dist/${pkgname}.desktop" usr/share/applications
 
 	ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
-}
\ No newline at end of file
+}

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

* Re: New package: azote-1.1.2
  2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-01 21:26 ` voidlinux-github
@ 2019-07-01 21:38 ` voidlinux-github
  2019-07-02  7:52 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-01 21:38 UTC (permalink / raw)
  To: ml

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

New comment by nwg-piotr on void-packages repository

https://github.com/void-linux/void-packages/pull/12763#issuecomment-507424251
Comment:
Thank you. I changed the template and it seems to be ok. However, in the v1.1.1 release I discovered inconsistency in version numbering. To clear the mess, I'm publishing v1.1.2. ~~Should I close this and make a new PR?~~

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

* Re: [PR PATCH] [Merged]: New package: azote-1.1.2
  2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-01 21:38 ` New package: azote-1.1.2 voidlinux-github
@ 2019-07-02  7:52 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-02  7:52 UTC (permalink / raw)
  To: ml

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

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

New package: azote-1.1.2
https://github.com/void-linux/void-packages/pull/12763
Description: Hi,
I was missing a wallpaper browser and setter on Sway, and it resulted in [this project](https://github.com/nwg-piotr/azote). It's a GTK+3 GUI to browse images, and set them with the `swaybg` command. For the program to work on other WMs, it's also capable of using `feh` as the background setter. I hope you'll like it, and the template is acceptable. :)

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

end of thread, other threads:[~2019-07-02  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-30 23:17 [PR PATCH] New package: azote-1.1.1 voidlinux-github
2019-07-01 21:01 ` voidlinux-github
2019-07-01 21:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-01 21:26 ` voidlinux-github
2019-07-01 21:38 ` New package: azote-1.1.2 voidlinux-github
2019-07-02  7:52 ` [PR PATCH] [Merged]: " voidlinux-github

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