Github messages for voidlinux
 help / color / mirror / Atom feed
From: nwg-piotr <nwg-piotr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] azote: update to 1.8.0
Date: Sat, 03 Oct 2020 02:10:33 +0200	[thread overview]
Message-ID: <20201003001033.7ppxYyN7bGIhJVCYDmrd4UebnTBYZhVqPdeSnAweEDo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25138@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 455 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-branch
https://github.com/void-linux/void-packages/pull/25138

azote: update to 1.8.0
- bug fixes
- improved window behaviour
- Wayfire compatibility
- less dependencies (https://github.com/nwg-piotr/azote/issues/101)

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

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

From f4981f530cfcc931cc64f05e6efbaa3dc9bde517 Mon Sep 17 00:00:00 2001
From: Piotr Miller <nwg.piotr@gmail.com>
Date: Mon, 28 Sep 2020 03:27:34 +0200
Subject: [PATCH] azote: update to 1.8.1

Removed archs=

New release appeared in the meantime.
---
 srcpkgs/azote/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..e6e28dd6a2c 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,17 +1,16 @@
 # Template file for 'azote'
 pkgname=azote
-version=1.7.10
+version=1.8.1
 revision=1
-archs=noarch
 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"
-short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
+depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 python3-cairo 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="${homepage}/archive/v${version}.tar.gz"
-checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
+checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
 
 post_install() {
 	vmkdir usr/bin
@@ -19,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/indicator*.png" usr/share/${pkgname}
+	vcopy "dist/${pkgname}" 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}
 }

  parent reply	other threads:[~2020-10-03  0:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28  1:31 [PR PATCH] " nwg-piotr
2020-09-28 21:12 ` [PR PATCH] [Updated] " nwg-piotr
2020-10-03  0:10 ` nwg-piotr [this message]
2020-10-18 18:39 ` [PR PATCH] [Closed]: azote: update to 1.8.1 nwg-piotr

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=20201003001033.7ppxYyN7bGIhJVCYDmrd4UebnTBYZhVqPdeSnAweEDo@z \
    --to=nwg-piotr@users.noreply.github.com \
    --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).