public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/
Date: Sat, 12 Aug 2023 16:31:58 +0000 (UTC)	[thread overview]
Message-ID: <1691700021.44cc53f45280fcc4a701b997a9a697b97aafb1e5.davidroman@gentoo> (raw)

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>


             reply	other threads:[~2023-08-12 16:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-12 16:31 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28  5:13 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/ Viorel Munteanu
2025-03-27 11:09 David Roman
2024-12-31 20:04 Julien Roy
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

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=1691700021.44cc53f45280fcc4a701b997a9a697b97aafb1e5.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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