[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/files/, gui-apps/azote/

2024-04-08 Thread Julien Roy
commit: 032cd799907a4c3a067e5ebee3a9725ced55b127
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Apr  8 00:50:48 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Mon Apr  8 00:51:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=032cd799

gui-apps/azote: add 1.12.6, 

Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.12.6.ebuild| 54 +
 gui-apps/azote/azote-.ebuild  | 54 +
 gui-apps/azote/files/azote-1.12.6-pyproject.patch | 97 +++
 4 files changed, 206 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index efb593b0f4..6e7d59e436 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1 +1,2 @@
 DIST azote-1.12.3.tar.gz 7972106 BLAKE2B 
af99f181ef635f66b2727d2ddc880d9455462e952845713642b0069fb62ad8a96420c468c3ea791dba3f2e916d013ef2a0f638ad1dc9ec3fb05e4877426b6c3b
 SHA512 
f258bceefa58a193457295b360b05fcb65a9e114859f60ee7146e7024594e8dca38f134df92fbe6aeec058da159a320aaf212411db014fa7e8b428eb57b195ab
+DIST azote-1.12.6.tar.gz 7972892 BLAKE2B 
69c01a23c9fd6e74a816ef6141cd4ebd5039d656cdbbc8402c3b0cf909a658a4885f2f2e36b2c97999d69a94294cf476292b7812012280a283c0b1fbb42f
 SHA512 
8dd5b7b627f7b1f029fc30b719472044abd46a2516d626d9c8b5c48bd1af1f39fda990d09f9ba6f35186ddf0d0ae0860a59de235a1df6e4bc7626b2d3a071caa

diff --git a/gui-apps/azote/azote-1.12.6.ebuild 
b/gui-apps/azote/azote-1.12.6.ebuild
new file mode 100644
index 00..89ca0930b1
--- /dev/null
+++ b/gui-apps/azote/azote-1.12.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 optfeature xdg-utils
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; 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"
+
+RDEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pygobject:3=[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12.6-pyproject.patch
+)
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   cd "${S}"
+
+   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
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   optfeature "wayland support" gui-apps/grim gui-apps/slurp 
gui-apps/swaybg gui-apps/wlr-randr
+   optfeature "X support"   media-gfx/feh media-gfx/maim 
x11-apps/xrandr x11-misc/slop
+}

diff --git a/gui-apps/azote/azote-.ebuild b/gui-apps/azote/azote-.ebuild
new file mode 100644
index 00..89ca0930b1
--- /dev/null
+++ b/gui-apps/azote/azote-.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 optfeature xdg-utils
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; 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"
+
+RDEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pygobject:3=[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12.6-pyproject.patch
+)
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   cd "${S}"
+
+   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
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   optfeature "wayland support" gui-apps/grim gui-apps/slurp 
gui-apps/swaybg gui-apps/wlr-randr
+   optfeature "X support"   media-gfx/feh media-gfx/maim 
x11-apps/xrandr x11-misc/slop
+}

diff --git a/gui-apps/azote/files/azote-1.12.6-pyproject.patch 
b/gui-apps/azote/files/azote-1.12.6-pyproject.patch
new file mode 100644
index 00..d8ca8be96f
--- 

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2024-04-08 Thread Julien Roy
commit: ac9b70084d1b0523305c1539014b73f0d54f9a0b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Apr  8 00:51:01 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Mon Apr  8 00:51:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9b7008

gui-apps/azote: drop 1.12.3

Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest|  1 -
 gui-apps/azote/azote-1.12.3.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index 6e7d59e436..310c1a64e0 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1,2 +1 @@
-DIST azote-1.12.3.tar.gz 7972106 BLAKE2B 
af99f181ef635f66b2727d2ddc880d9455462e952845713642b0069fb62ad8a96420c468c3ea791dba3f2e916d013ef2a0f638ad1dc9ec3fb05e4877426b6c3b
 SHA512 
f258bceefa58a193457295b360b05fcb65a9e114859f60ee7146e7024594e8dca38f134df92fbe6aeec058da159a320aaf212411db014fa7e8b428eb57b195ab
 DIST azote-1.12.6.tar.gz 7972892 BLAKE2B 
69c01a23c9fd6e74a816ef6141cd4ebd5039d656cdbbc8402c3b0cf909a658a4885f2f2e36b2c97999d69a94294cf476292b7812012280a283c0b1fbb42f
 SHA512 
8dd5b7b627f7b1f029fc30b719472044abd46a2516d626d9c8b5c48bd1af1f39fda990d09f9ba6f35186ddf0d0ae0860a59de235a1df6e4bc7626b2d3a071caa

diff --git a/gui-apps/azote/azote-1.12.3.ebuild 
b/gui-apps/azote/azote-1.12.3.ebuild
deleted file mode 100644
index 7e1a337d7a..00
--- a/gui-apps/azote/azote-1.12.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Wallpaper manager for wlroots-based compositors and some other 
WMs"
-HOMEPAGE="https://github.com/nwg-piotr/azote;
-LICENSE="MIT"
-SLOT="0"
-IUSE="X wayland"
-
-RDEPEND="
-   dev-python/pillow
-   dev-python/pygobject
-   x11-libs/gtk+:3
-
-   wayland? ( || ( gui-apps/wlr-randr  gui-apps/swaybg ) )
-   X? ( || ( x11-apps/xrandr media-gfx/feh ) )
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dobin dist/azote
-   domenu dist/azote.desktop
-   newicon dist/azote.svg azote.svg
-   insinto /usr/share/pixmaps/${PN}
-   doins dist/indicator*.png
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2023-08-12 Thread David Roman
commit: 44cc53f45280fcc4a701b997a9a697b97aafb1e5
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Aug 10 20:40:21 2023 +
Commit: David Roman  gmail  com>
CommitDate: Thu Aug 10 20:40:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44cc53f4

gui-apps/azote: new package, add 1.12.3

Signed-off-by: Pascal Jäger  leimstift.de>

 gui-apps/azote/Manifest|  1 +
 gui-apps/azote/azote-1.12.3.ebuild | 44 ++
 gui-apps/azote/metadata.xml| 16 ++
 3 files changed, 61 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
new file mode 100644
index 00..efb593b0f4
--- /dev/null
+++ b/gui-apps/azote/Manifest
@@ -0,0 +1 @@
+DIST azote-1.12.3.tar.gz 7972106 BLAKE2B 
af99f181ef635f66b2727d2ddc880d9455462e952845713642b0069fb62ad8a96420c468c3ea791dba3f2e916d013ef2a0f638ad1dc9ec3fb05e4877426b6c3b
 SHA512 
f258bceefa58a193457295b360b05fcb65a9e114859f60ee7146e7024594e8dca38f134df92fbe6aeec058da159a320aaf212411db014fa7e8b428eb57b195ab

diff --git a/gui-apps/azote/azote-1.12.3.ebuild 
b/gui-apps/azote/azote-1.12.3.ebuild
new file mode 100644
index 00..7e1a337d7a
--- /dev/null
+++ b/gui-apps/azote/azote-1.12.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Wallpaper manager for wlroots-based compositors and some other 
WMs"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+LICENSE="MIT"
+SLOT="0"
+IUSE="X wayland"
+
+RDEPEND="
+   dev-python/pillow
+   dev-python/pygobject
+   x11-libs/gtk+:3
+
+   wayland? ( || ( gui-apps/wlr-randr  gui-apps/swaybg ) )
+   X? ( || ( x11-apps/xrandr media-gfx/feh ) )
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dobin dist/azote
+   domenu dist/azote.desktop
+   newicon dist/azote.svg azote.svg
+   insinto /usr/share/pixmaps/${PN}
+   doins dist/indicator*.png
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}

diff --git a/gui-apps/azote/metadata.xml b/gui-apps/azote/metadata.xml
new file mode 100644
index 00..c14ef0b720
--- /dev/null
+++ b/gui-apps/azote/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+pascal.jae...@leimstift.de
+Pascal Jaeger
+
+
+
+Piotr Miller
+nwg.pi...@gmail.com
+
+https://github.com/nwg-piotr/azote/issues
+nwg-piotr/azote
+
+



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/, profiles/

2023-05-02 Thread Viorel Munteanu
commit: d5ca1c34b1221638fefc1f0b946d36984ed69c74
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon May  1 19:41:29 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon May  1 19:41:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5ca1c34

gui-apps/azote: treeclean

Closes: https://bugs.gentoo.org/897620
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 gui-apps/azote/Manifest   |  1 -
 gui-apps/azote/azote-1.9.5.ebuild | 67 ---
 gui-apps/azote/azote-.ebuild  | 67 ---
 gui-apps/azote/metadata.xml   | 13 
 profiles/package.mask |  1 -
 5 files changed, 149 deletions(-)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
deleted file mode 100644
index 1c69e8c24..0
--- a/gui-apps/azote/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST azote-1.9.5.tar.gz 4560473 BLAKE2B 
6ca814369fa15db143a4957ea6876d2114700404d9e8b2228e1b21021528efdbeba6478787ffefdeb1408c44837b7f00c1bfea777a25dc1c487d88ed8fd8b809
 SHA512 
bd7af12adf23d4671454c3a6a2b33368a68ddfacff7da78f347c1ad471b1ffaaf3b9f6187cef3398d5849b84e4a86639be4e7bc1fb50282d8394386e9b9ce83e

diff --git a/gui-apps/azote/azote-1.9.5.ebuild 
b/gui-apps/azote/azote-1.9.5.ebuild
deleted file mode 100644
index 01dcc256e..0
--- a/gui-apps/azote/azote-1.9.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote;
-
-if [[ ${PV} ==  ]]; 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
-}

diff --git a/gui-apps/azote/azote-.ebuild b/gui-apps/azote/azote-.ebuild
deleted file mode 100644
index 01dcc256e..0
--- a/gui-apps/azote/azote-.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote;
-
-if [[ ${PV} ==  ]]; 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 

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2022-06-18 Thread Andrew Ammerlaan
commit: c919ada69c55fb74d991f53d54141aaedffe8427
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jun 18 18:02:49 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun 18 18:02:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c919ada6

gui-apps/azote: add 1.9.5

Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.9.5.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index a6dedd5f8..7b8e18afd 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -2,3 +2,4 @@ DIST azote-1.9.0.tar.gz 617084 BLAKE2B 
6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c
 DIST azote-1.9.1.tar.gz 618349 BLAKE2B 
4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0
 SHA512 
aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2
 DIST azote-1.9.2.tar.gz 4566337 BLAKE2B 
d2091ee679cdb1725fdee14a758c20ab5d689586eddb9d9f38f3085d9b31fb87a77474b2382f1b6ba6b94208dd624c270fa678007c122f09671c30b36dd54728
 SHA512 
aa2b45966e13a0bc9196e40bd3fbda0e0ebb5105690e938df33b72221ef2502511de62611e3423bf102f7e332a0fe889b545e20c41fa28b3264da9521fb6ef92
 DIST azote-1.9.3.tar.gz 4566368 BLAKE2B 
9885720704885cd017b1700e1cf127eef649e88a1dec769744ccceb3e470802efe75da009a8303ca0b66b88dd061863e0128afec05f137d844a7ad1212e24759
 SHA512 
d3c87bb5e973163130641020ee0e9f8a6c6a0d00c994cf7c502c0fc3561ac46730f882ebc5c38892b61ddfb0f4067bbffd3fb213ead981666aeb079bf9b1d7fe
+DIST azote-1.9.5.tar.gz 4560473 BLAKE2B 
6ca814369fa15db143a4957ea6876d2114700404d9e8b2228e1b21021528efdbeba6478787ffefdeb1408c44837b7f00c1bfea777a25dc1c487d88ed8fd8b809
 SHA512 
bd7af12adf23d4671454c3a6a2b33368a68ddfacff7da78f347c1ad471b1ffaaf3b9f6187cef3398d5849b84e4a86639be4e7bc1fb50282d8394386e9b9ce83e

diff --git a/gui-apps/azote/azote-1.9.5.ebuild 
b/gui-apps/azote/azote-1.9.5.ebuild
new file mode 100644
index 0..a289c3823
--- /dev/null
+++ b/gui-apps/azote/azote-1.9.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 desktop
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; 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
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2022-01-12 Thread Florian Schmaus
commit: e531a3876f222969864b5b23041c7300c86abc77
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 11 16:01:30 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 11 16:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e531a387

gui-apps/azote: version bump to 1.9.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.9.3.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index b9d383e2a..a6dedd5f8 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1,3 +1,4 @@
 DIST azote-1.9.0.tar.gz 617084 BLAKE2B 
6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c3208017d7f31535eb029051ccc3a2549a07bacb1bc3aceaa211a28e23cbd3d6b8605692742b7421e899ddba
 SHA512 
21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38
 DIST azote-1.9.1.tar.gz 618349 BLAKE2B 
4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0
 SHA512 
aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2
 DIST azote-1.9.2.tar.gz 4566337 BLAKE2B 
d2091ee679cdb1725fdee14a758c20ab5d689586eddb9d9f38f3085d9b31fb87a77474b2382f1b6ba6b94208dd624c270fa678007c122f09671c30b36dd54728
 SHA512 
aa2b45966e13a0bc9196e40bd3fbda0e0ebb5105690e938df33b72221ef2502511de62611e3423bf102f7e332a0fe889b545e20c41fa28b3264da9521fb6ef92
+DIST azote-1.9.3.tar.gz 4566368 BLAKE2B 
9885720704885cd017b1700e1cf127eef649e88a1dec769744ccceb3e470802efe75da009a8303ca0b66b88dd061863e0128afec05f137d844a7ad1212e24759
 SHA512 
d3c87bb5e973163130641020ee0e9f8a6c6a0d00c994cf7c502c0fc3561ac46730f882ebc5c38892b61ddfb0f4067bbffd3fb213ead981666aeb079bf9b1d7fe

diff --git a/gui-apps/azote/azote-1.9.3.ebuild 
b/gui-apps/azote/azote-1.9.3.ebuild
new file mode 100644
index 0..ebd0e0993
--- /dev/null
+++ b/gui-apps/azote/azote-1.9.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 desktop
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; 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
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2021-04-17 Thread Andrew Ammerlaan
commit: 308f2a6b247c1ffb884c77e8ad46b771cdd9deb6
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Apr 17 10:49:03 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Apr 17 10:49:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=308f2a6b

gui-apps/azote: version bump to 1.9.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.9.1.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index c86bc4728..1cd2c8b4e 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1,3 +1,4 @@
 DIST azote-1.8.1.tar.gz 615661 BLAKE2B 
f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5
 SHA512 
b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e
 DIST azote-1.8.2.tar.gz 616189 BLAKE2B 
a45e1bbd054b409c04f84acb8b67c48bbc33d5efbbc4cdca140e269119e506195e5fb5e59c1b890788190d984ce86f244d8545151c09413841e28d8788c0e038
 SHA512 
e49cc391801ad8424d0103f5bea0964b0ac20ed66f88b08a78bed1b81ca69b57fcb4674b232a2809c31e1b5af23a4ed0f792ec96def411f2fa2dc2d0f2159337
 DIST azote-1.9.0.tar.gz 617084 BLAKE2B 
6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c3208017d7f31535eb029051ccc3a2549a07bacb1bc3aceaa211a28e23cbd3d6b8605692742b7421e899ddba
 SHA512 
21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38
+DIST azote-1.9.1.tar.gz 618349 BLAKE2B 
4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0
 SHA512 
aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2

diff --git a/gui-apps/azote/azote-1.9.1.ebuild 
b/gui-apps/azote/azote-1.9.1.ebuild
new file mode 100644
index 0..b39da491a
--- /dev/null
+++ b/gui-apps/azote/azote-1.9.1.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} ==  ]]; 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
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2021-03-13 Thread Andrew Ammerlaan
commit: 587bce1311725b96ece1346d4f5996980ddd162b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Mar 13 03:44:43 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Mar 13 03:44:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587bce13

gui-apps/azote: version bump to 1.9.0

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.9.0.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index c9685fc3..c86bc472 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1,2 +1,3 @@
 DIST azote-1.8.1.tar.gz 615661 BLAKE2B 
f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5
 SHA512 
b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e
 DIST azote-1.8.2.tar.gz 616189 BLAKE2B 
a45e1bbd054b409c04f84acb8b67c48bbc33d5efbbc4cdca140e269119e506195e5fb5e59c1b890788190d984ce86f244d8545151c09413841e28d8788c0e038
 SHA512 
e49cc391801ad8424d0103f5bea0964b0ac20ed66f88b08a78bed1b81ca69b57fcb4674b232a2809c31e1b5af23a4ed0f792ec96def411f2fa2dc2d0f2159337
+DIST azote-1.9.0.tar.gz 617084 BLAKE2B 
6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c3208017d7f31535eb029051ccc3a2549a07bacb1bc3aceaa211a28e23cbd3d6b8605692742b7421e899ddba
 SHA512 
21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38

diff --git a/gui-apps/azote/azote-1.9.0.ebuild 
b/gui-apps/azote/azote-1.9.0.ebuild
new file mode 100644
index ..b39da491
--- /dev/null
+++ b/gui-apps/azote/azote-1.9.0.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} ==  ]]; 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
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2021-01-19 Thread Andrew Ammerlaan
commit: d8e606a9d2c7f148da3ad3c89d12f8fba1828cc3
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 19 00:22:41 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 19 00:22:50 2021 +
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  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 ..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} ==  ]]; 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
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2020-11-12 Thread Andrew Ammerlaan
commit: 3ea88640c3025a9419013218ddca94f4909b2de4
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Nov 12 18:54:07 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Nov 12 18:54:07 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ea88640

gui-apps/azote: background setter for wlroots and X

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.8.1.ebuild | 67 +++
 gui-apps/azote/azote-.ebuild  | 67 +++
 gui-apps/azote/metadata.xml   | 17 ++
 4 files changed, 152 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
new file mode 100644
index ..ebd938b8
--- /dev/null
+++ b/gui-apps/azote/Manifest
@@ -0,0 +1 @@
+DIST azote-1.8.1.tar.gz 615661 BLAKE2B 
f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5
 SHA512 
b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e

diff --git a/gui-apps/azote/azote-1.8.1.ebuild 
b/gui-apps/azote/azote-1.8.1.ebuild
new file mode 100644
index ..372c9411
--- /dev/null
+++ b/gui-apps/azote/azote-1.8.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 desktop
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; 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
+}

diff --git a/gui-apps/azote/azote-.ebuild b/gui-apps/azote/azote-.ebuild
new file mode 100644
index ..372c9411
--- /dev/null
+++ b/gui-apps/azote/azote-.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 desktop
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; 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
+}

diff 

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/, gui-apps/wlr-randr/

2020-11-12 Thread Andrew Ammerlaan
commit: 8f62d8b2cd3e2e64222b76e3856e9a7414c06c9a
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Nov 12 18:55:10 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Nov 12 18:55:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f62d8b2

gui-apps/{azote,wlr-randr}: remove proxy-maint

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/metadata.xml | 4 
 gui-apps/wlr-randr/metadata.xml | 4 
 2 files changed, 8 deletions(-)

diff --git a/gui-apps/azote/metadata.xml b/gui-apps/azote/metadata.xml
index 7c827e23..85c13224 100644
--- a/gui-apps/azote/metadata.xml
+++ b/gui-apps/azote/metadata.xml
@@ -5,10 +5,6 @@
 gen...@aisha.cc
 Aisha Tammy
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
   
 enable colorpicker using imagemagick
 enable colorpicker without 
imagemagick

diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml
index cfbacced..a3865a3c 100644
--- a/gui-apps/wlr-randr/metadata.xml
+++ b/gui-apps/wlr-randr/metadata.xml
@@ -5,8 +5,4 @@
 gen...@aisha.cc
 Aisha Tammy
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-