Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: azote-1.1.1
Date: Mon, 01 Jul 2019 23:26:03 +0200	[thread overview]
Message-ID: <20190701212603.mUcuR30o4bDU0NF3HT0PRT5Guz3PZLZvasLJ6d4EAK0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12763@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2019-07-01 21:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-30 23:17 [PR PATCH] " voidlinux-github
2019-07-01 21:01 ` voidlinux-github
2019-07-01 21:26 ` voidlinux-github [this message]
2019-07-01 21:26 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190701212603.mUcuR30o4bDU0NF3HT0PRT5Guz3PZLZvasLJ6d4EAK0@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).