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,  3 Dec 2023 18:51:08 +0000 (UTC)	[thread overview]
Message-ID: <1701629229.3d481a60a71ff2253f6a0ec1ae5afe62609e7ca6.pascal.jaeger@gentoo> (raw)

commit:     3d481a60a71ff2253f6a0ec1ae5afe62609e7ca6
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Dec  3 18:47:09 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Dec  3 18:47:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d481a60

gui-apps/nwg-panel: add 0.9.18

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.18.ebuild | 53 ++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index aa6f6265f3..8b7a7c3179 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -2,3 +2,4 @@ DIST nwg-panel-0.9.11.tar.gz 217960 BLAKE2B e980507c628a52839e4b582146c13648ed28
 DIST nwg-panel-0.9.14.tar.gz 220515 BLAKE2B e2c7bcecd106ed5b02e32ad1e09f48ccfacdb46361db429018b5912e235dbbfd26914f633396e505c26889522b5efd2844c780ded6134ec0c5de65d27fadf18f SHA512 25ae81f11a69cb699181cb12fbb3370c1e182dd09974a2e4c8a52555120b33fb45ec6649ff7a17c0ba33d987ed3fa97c2ec02b2d18aa565eaf4a5fb48c0c6f89
 DIST nwg-panel-0.9.16.tar.gz 220789 BLAKE2B 2ceb53af889571fde5f75e84c1bd6e4120d7abeba1894f1d38b1f8e6f538f78e7d816b26d5bd42284589976ee0cc085ba80c2c17cde9a0ddab685c67c19af3d5 SHA512 63d978977b69d846565e287ab96a0f31981406c7f87cd2ba709a3bb31d89ca1f85b5b2967f016be7d3ccccdde6acae227468bc2db88159659a57dd0566de64c0
 DIST nwg-panel-0.9.17.tar.gz 220794 BLAKE2B ff8d7ec92cd88f70db052c34268b31fe9542fec21184aac33175c0f58f3167e1d16051e3c3c8d1c310ceb531e7600b83fabf8b7720cd5713425793031d553dc3 SHA512 8a1728a4e3aa2dfab3c4f190aad95bf5dd5b9a2c9bb8be2c25e8ee6cb994243cd910fae77d761077946e45282154c4cce00c9fb13b93c646542ade5310e12cda
+DIST nwg-panel-0.9.18.tar.gz 222916 BLAKE2B 26268d8dbb2e6c3c4a980458ee663fed4e81417f5859237e252628f8b00460e692a613252f7006d75a964fa6918c99904d31d77c769e1f8c0dcc502326ab27b9 SHA512 3e219f1a516e07a24942dddd177253898c5ea26492c7930fc2a352bfeed51cfd9622858f780883565a9e1f603b690ca1ecb91b7cde2ab0be28b330ce54a99e08

diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.18.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.18.ebuild
new file mode 100644
index 0000000000..4397671dd7
--- /dev/null
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.18.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+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/v${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
+"
+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:[~2023-12-03 18:51 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03 18:51 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 15:18 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ 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-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=1701629229.3d481a60a71ff2253f6a0ec1ae5afe62609e7ca6.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