public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/
Date: Sun, 19 Jan 2025 18:55:47 +0000 (UTC)	[thread overview]
Message-ID: <1737311937.acb7b4bedc352d8c5af428782d422125b89285b5.pascal.jaeger@gentoo> (raw)

commit:     acb7b4bedc352d8c5af428782d422125b89285b5
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 19 18:38:57 2025 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Jan 19 18:38:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acb7b4be

gui-apps/nwg-panel: add 0.9.60

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-panel/Manifest                |  1 +
 gui-apps/nwg-panel/nwg-panel-0.9.60.ebuild | 53 ++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index 3acf905ea..6cb836829 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-panel-0.9.58.tar.gz 253053 BLAKE2B 7d8191a76de9656137fcc044592008883415d4d6092f5976fe867d5eea93cf8971044a9c2aa0ecc1f9ad98a9c81d4400cc59897c03134f3ba7c08fcec5f192ce SHA512 a8045731abfb707def771463a1358d37ca1651ff1533a08a95bdfdbf10537b62b0ce64f27e3c50f0d51de102dfb1a021d267858f32f800bd0763f475e3e0b731
 DIST nwg-panel-0.9.59.tar.gz 254083 BLAKE2B 227fb8f594250cd6c686e46761861ba65fa354fda644ada6bf301d8d4c3a405c013704e6ff89f44b1ceced23eef9f1d49036feeef2c62be6bc7f1e03fccc8491 SHA512 949c5942206de7123f6a4255a8ad3a7ce244fe5950187c09a548c3a2170290b153075ec222c0304db984d329a5a20eef7f437c2f454b218ce44faf368e1e6b20
+DIST nwg-panel-0.9.60.tar.gz 258082 BLAKE2B e1646ef9ab1a285e0db155a9a44cda8f1fee9ee0af006e226d648438af1a19683154f9786578968c492df92ff62857a9ce7d4361d12c4062531a7940accb4489 SHA512 76a47a3d1f067ef439dee935d1e4cba9c6021cdaf3c7e344fdb5eece02778308ce0ec67a3cd12b96fd3134747d1d9f7f3a9797d3f1b831d13fff22fd5c138934

diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.60.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.60.ebuild
new file mode 100644
index 000000000..c6f5dac06
--- /dev/null
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.60.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 systemd xdg-utils
+
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-panel.git"
+else
+	SRC_URI="https://github.com/nwg-piotr/nwg-panel/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-panel"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	x11-libs/gtk+:3
+	dev-python/pygobject[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	dev-python/i3ipc[${PYTHON_USEDEP}]
+	dev-python/dasbus[${PYTHON_USEDEP}]
+	gui-apps/nwg-icon-picker
+	media-sound/playerctl
+	gui-libs/gtk-layer-shell[introspection]
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-panel-config.desktop
+	domenu nwg-processes.desktop
+	doicon nwg-panel.svg
+	doicon nwg-processes.svg
+	doicon nwg-shell.svg
+	systemd_dounit nwg-panel.service
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2025-01-19 18:55 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-19 18:55 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-26 19:41 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ Pascal Jäger
2025-01-26 19:41 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-08-28  8:50 Pascal Jäger
2024-08-22 19:33 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-05-18 18:13 Pascal Jäger
2024-05-16 16:27 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 19:33 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-03 18:06 Pascal Jäger
2024-05-03 18:06 Pascal Jäger
2024-05-03 18:06 Pascal Jäger
2024-05-02 22:01 Pascal Jäger
2024-05-02 21:58 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-06 13:12 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-14 15:23 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2023-12-10  9:48 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-11-11 12:28 Pascal Jäger
2023-10-25 19:10 Pascal Jäger
2023-10-19 17:38 Pascal Jäger
2023-10-18  9:51 Pascal Jäger
2023-10-18  9:51 Pascal Jäger
2023-08-10 21:54 Pascal Jäger
2023-08-08 20:29 Pascal Jäger

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=1737311937.acb7b4bedc352d8c5af428782d422125b89285b5.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --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