From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/
Date: Tue, 19 Jan 2021 00:23:01 +0000 (UTC) [thread overview]
Message-ID: <1611015770.d8e606a9d2c7f148da3ad3c89d12f8fba1828cc3.epsilon-0@gentoo> (raw)
commit: d8e606a9d2c7f148da3ad3c89d12f8fba1828cc3
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jan 19 00:22:41 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Jan 19 00:22:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8e606a9
gui-apps/azote: version bump to 1.8.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-apps/azote/Manifest | 1 +
gui-apps/azote/azote-1.8.2.ebuild | 67 +++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index ebd938b8..c9685fc3 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1 +1,2 @@
DIST azote-1.8.1.tar.gz 615661 BLAKE2B f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5 SHA512 b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e
+DIST azote-1.8.2.tar.gz 616189 BLAKE2B a45e1bbd054b409c04f84acb8b67c48bbc33d5efbbc4cdca140e269119e506195e5fb5e59c1b890788190d984ce86f244d8545151c09413841e28d8788c0e038 SHA512 e49cc391801ad8424d0103f5bea0964b0ac20ed66f88b08a78bed1b81ca69b57fcb4674b232a2809c31e1b5af23a4ed0f792ec96def411f2fa2dc2d0f2159337
diff --git a/gui-apps/azote/azote-1.8.2.ebuild b/gui-apps/azote/azote-1.8.2.ebuild
new file mode 100644
index 00000000..b39da491
--- /dev/null
+++ b/gui-apps/azote/azote-1.8.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1 desktop
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
+else
+ SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+IUSE="simple-colorpicker imagemagick wayland X yaml"
+
+RDEPEND="
+ dev-cpp/gtkmm:3.0
+ dev-python/pillow
+ dev-python/pygobject:3=
+ dev-python/send2trash
+ simple-colorpicker? (
+ X? (
+ media-gfx/maim
+ x11-misc/slop
+ )
+ wayland? (
+ gui-apps/grim
+ gui-apps/slurp
+ )
+ )
+ imagemagick? (
+ media-gfx/imagemagick[jpeg,png,svg,X?]
+ )
+ wayland? (
+ gui-apps/swaybg
+ gui-apps/wlr-randr
+ )
+ X? (
+ media-gfx/feh
+ x11-apps/xrandr
+ )
+ yaml? ( dev-python/pyyaml )
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ cd "${S}"
+
+ dobin dist/azote
+ domenu dist/azote.desktop
+
+ insinto /usr/share/azote
+ doins dist/azote.svg dist/indicator_{active,attention}.png
+ insinto /usr/share/licenses/azote
+ doins LICENSE-COLORTHIEF
+}
next reply other threads:[~2021-01-19 0:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-19 0:23 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-03 1:40 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/ Daichi Yamamoto
2025-03-26 5:46 Daichi Yamamoto
2024-12-30 21:47 Daichi Yamamoto
2024-08-29 22:58 Daichi Yamamoto
2024-04-08 0:51 Aisha Tammy
2023-08-10 20:53 Pascal Jäger
2022-08-14 14:27 Aisha Tammy
2022-06-18 18:04 Aisha Tammy
2022-01-11 16:03 Aisha Tammy
2021-12-23 16:51 Aisha Tammy
2021-05-25 8:10 Anna Vyalkova
2021-04-17 10:49 Aisha Tammy
2021-03-13 3:44 Aisha Tammy
2020-11-12 18:54 Aisha Tammy
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=1611015770.d8e606a9d2c7f148da3ad3c89d12f8fba1828cc3.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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