summaryrefslogtreecommitdiff
path: root/gui-apps/azote
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /gui-apps/azote
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'gui-apps/azote')
-rw-r--r--gui-apps/azote/Manifest1
-rw-r--r--gui-apps/azote/azote-1.16.0.ebuild59
-rw-r--r--gui-apps/azote/azote-9999.ebuild59
-rw-r--r--gui-apps/azote/metadata.xml16
4 files changed, 135 insertions, 0 deletions
diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
new file mode 100644
index 000000000000..de2d57544350
--- /dev/null
+++ b/gui-apps/azote/Manifest
@@ -0,0 +1 @@
+DIST azote-1.16.0.tar.gz 7976625 BLAKE2B 8a9c5df9e4fe810422d15e48b85870c4717d3936942118c86023e1b07d6da734f93caaf975ab3928558f2eb294370b1d84e38b6ebb92ceb66a0bee826bf22433 SHA512 1ff82a571ae8d777cbf8139bcd4920a9f640a0a29735e1ec0d4942d728d8b15ac9dcf8f6bbbef7fee6e70fb56734764f992f7de90160b2edb3b4fdb4047f4026
diff --git a/gui-apps/azote/azote-1.16.0.ebuild b/gui-apps/azote/azote-1.16.0.ebuild
new file mode 100644
index 000000000000..10105ffd0363
--- /dev/null
+++ b/gui-apps/azote/azote-1.16.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+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} == 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}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+IUSE="avif heif jpegxl"
+
+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}]
+ heif? ( dev-python/pillow-heif )
+ jpegxl? ( dev-python/pillow-jxl-plugin )
+"
+
+DOCS=( README.md )
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ cd "${S}"
+
+ domenu dist/azote.desktop
+
+ insinto /usr/share/pixmaps
+ doins dist/azote.svg
+ insinto /usr/share/azote
+ doins dist/indicator_*.png
+ insinto /usr/share/licenses/azote
+ doins LICENSE-COLORTHIEF
+
+ einstalldocs
+}
+
+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-9999.ebuild b/gui-apps/azote/azote-9999.ebuild
new file mode 100644
index 000000000000..10105ffd0363
--- /dev/null
+++ b/gui-apps/azote/azote-9999.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+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} == 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}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+IUSE="avif heif jpegxl"
+
+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}]
+ heif? ( dev-python/pillow-heif )
+ jpegxl? ( dev-python/pillow-jxl-plugin )
+"
+
+DOCS=( README.md )
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ cd "${S}"
+
+ domenu dist/azote.desktop
+
+ insinto /usr/share/pixmaps
+ doins dist/azote.svg
+ insinto /usr/share/azote
+ doins dist/indicator_*.png
+ insinto /usr/share/licenses/azote
+ doins LICENSE-COLORTHIEF
+
+ einstalldocs
+}
+
+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/metadata.xml b/gui-apps/azote/metadata.xml
new file mode 100644
index 000000000000..c14ef0b720ad
--- /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>