* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2020-11-12 19:46 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-11-12 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 3ea88640c3025a9419013218ddca94f4909b2de4
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Nov 12 18:54:07 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 18:54:07 2020 +0000
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 <gentoo <AT> aisha.cc>
gui-apps/azote/Manifest | 1 +
gui-apps/azote/azote-1.8.1.ebuild | 67 +++++++++++++++++++++++++++++++++++++++
gui-apps/azote/azote-9999.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 00000000..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 00000000..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} == 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
+}
diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild
new file mode 100644
index 00000000..372c9411
--- /dev/null
+++ b/gui-apps/azote/azote-9999.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} == 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
+}
diff --git a/gui-apps/azote/metadata.xml b/gui-apps/azote/metadata.xml
new file mode 100644
index 00000000..7c827e23
--- /dev/null
+++ b/gui-apps/azote/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="imagemagick">enable colorpicker using imagemagick</flag>
+ <flag name="simple-colorpicker">enable colorpicker without imagemagick</flag>
+ <flag name="yaml">enable support for reading yaml files</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2021-01-19 13:44 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 13:44 UTC (permalink / raw
To: gentoo-commits
commit: d8e606a9d2c7f148da3ad3c89d12f8fba1828cc3
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jan 19 00:22:41 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2021-03-13 12:26 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-13 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 587bce1311725b96ece1346d4f5996980ddd162b
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Mar 13 03:44:43 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 13 03:44:51 2021 +0000
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 <gentoo <AT> 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 00000000..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} == 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2021-04-17 20:00 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-04-17 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 308f2a6b247c1ffb884c77e8ad46b771cdd9deb6
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Apr 17 10:49:03 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 10:49:47 2021 +0000
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 <gentoo <AT> 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 000000000..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} == 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2022-01-12 15:20 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2022-01-12 15:20 UTC (permalink / raw
To: gentoo-commits
commit: e531a3876f222969864b5b23041c7300c86abc77
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jan 11 16:01:30 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 16:03:05 2022 +0000
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 <gentoo <AT> 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 000000000..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} == 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2022-06-18 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-06-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: c919ada69c55fb74d991f53d54141aaedffe8427
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 18 18:02:49 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 18:02:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c919ada6
gui-apps/azote: add 1.9.5
Signed-off-by: Aisha Tammy <gentoo <AT> 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 000000000..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} == 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2023-08-12 16:31 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2023-08-12 16:31 UTC (permalink / raw
To: gentoo-commits
commit: 44cc53f45280fcc4a701b997a9a697b97aafb1e5
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Aug 10 20:40:21 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 10 20:40:21 2023 +0000
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 <pascal.jaeger <AT> 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 0000000000..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 0000000000..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 0000000000..c14ef0b720
--- /dev/null
+++ b/gui-apps/azote/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pascal.jaeger@leimstift.de</email>
+ <name>Pascal Jaeger</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Piotr Miller</name>
+ <email>nwg.piotr@gmail.com</email>
+ </maintainer>
+ <bugs-to>https://github.com/nwg-piotr/azote/issues</bugs-to>
+ <remote-id type="github">nwg-piotr/azote</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2024-04-08 11:44 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2024-04-08 11:44 UTC (permalink / raw
To: gentoo-commits
commit: ac9b70084d1b0523305c1539014b73f0d54f9a0b
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Apr 8 00:51:01 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 8 00:51:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9b7008
gui-apps/azote: drop 1.12.3
Signed-off-by: Aisha Tammy <gentoo <AT> 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 69c01a23c9fd6e74a816ef6141cd4ebd5039d656cdbbc8402c3b0cf909a8888658a4885f2f2e36b2c97999d69a94294cf476292b7812012280a283c0b1fbb42f 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
@ 2024-08-30 13:16 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-08-30 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 7f6160c382e01996b483542fea5006e8846f626d
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Thu Aug 29 22:56:22 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 29 22:56:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f6160c3
gui-apps/azote: enable py3.13
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-apps/azote/azote-1.13.0.ebuild | 4 ++--
gui-apps/azote/azote-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gui-apps/azote/azote-1.13.0.ebuild b/gui-apps/azote/azote-1.13.0.ebuild
index 0f2367252..a14f31f7b 100644
--- a/gui-apps/azote/azote-1.13.0.ebuild
+++ b/gui-apps/azote/azote-1.13.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature xdg-utils
diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild
index 0f2367252..a14f31f7b 100644
--- a/gui-apps/azote/azote-9999.ebuild
+++ b/gui-apps/azote/azote-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature xdg-utils
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-08-30 13:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 16:31 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 13:16 David Roman
2024-04-08 11:44 Julien Roy
2022-06-18 19:19 Andrew Ammerlaan
2022-01-12 15:20 Florian Schmaus
2021-04-17 20:00 Andrew Ammerlaan
2021-03-13 12:26 Andrew Ammerlaan
2021-01-19 13:44 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox