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/nwg-panel/
Date: Sat, 29 Jun 2024 09:55:23 +0000 (UTC)	[thread overview]
Message-ID: <1719646525.6ac7776ed06d47151c81bca99a9dc03de2013356.davidroman@gentoo> (raw)

commit:     6ac7776ed06d47151c81bca99a9dc03de2013356
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 07:35:25 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 07:35:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ac7776e

gui-apps/nwg-panel: add 0.9.33

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

diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index c5f1dfce4..5156d36bc 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-panel-0.9.31.tar.gz 231000 BLAKE2B 6363c09e0bc47cb89b27f987e890126b62de21e9d45f4dbab8dbb7902375c44268add7ffb42f343eeb105af2a29f9cc1cbb9831e4eb7c6553fd746a55125a4ff SHA512 a3ce46610ac1e3837b7a30220722954e201b5ea8ef89913be2f519267d02ab5ca6b87e7514a3ea6156ceb98d1a6d7bfebe452b14de577f82b117105cb82bfde8
 DIST nwg-panel-0.9.32.tar.gz 231248 BLAKE2B d7964b47a4edc8e625f5033524519b9476c928180f368e6c9220cc6f9d9a20e67b35e34dca1bea3c222565807f2d9af6b4a9998b746e60b86d448b1548a15c05 SHA512 14e9e3feb86895420f0dfb8996f0af5903d87d458a81f98bc9aeaac986d413aebbade3b2b0522a021132640d580d7e9021795f7674476271edc60a3878988098
+DIST nwg-panel-0.9.33.tar.gz 236374 BLAKE2B 43debadb835752cded87164ca81095dfa36f66bbdcd3ce8b33f9112d6423557a50a46995ffcfe6cbb4de60904c7a66f2ba3402987b4f0ab40f6318e5aa3428ce SHA512 5f9be9f85bd62987a79afc69827a8937e50cfa373288d866aaeaa00e041ab89adf234badca88a97bc268b2f6dcf6aab67c13b5aaa159226ed615bb92c9f7e005

diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.33.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.33.ebuild
new file mode 100644
index 000000000..716195078
--- /dev/null
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.33.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 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/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:[~2024-06-29  9:55 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-29  9:55 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 15:37 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-panel/ Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-11-10 15:37 Viorel Munteanu
2024-10-15 23:27 David Roman
2024-10-15 23:27 David Roman
2024-10-15 23:27 David Roman
2024-10-15 23:27 David Roman
2024-10-15 23:27 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-10-08 14:36 David Roman
2024-08-28 10:57 David Roman
2024-08-23  0:18 David Roman
2024-06-29  9:55 David Roman
2024-06-29  9:55 David Roman
2024-05-20  0:18 Julien Roy
2024-05-16 16:27 Julien Roy
2024-05-04  1:19 David Roman
2024-05-04  1:19 David Roman
2024-05-04  1:19 David Roman
2024-05-04  1:19 David Roman
2024-05-04  1:19 David Roman
2024-05-02 15:42 David Roman
2024-05-02 15:42 David Roman
2024-05-02 15:42 David Roman
2024-05-02 15:42 David Roman
2024-05-02 15:42 David Roman
2024-05-02 15:42 David Roman
2024-03-28  3:43 Haelwenn Monnier
2024-03-28  3:43 Haelwenn Monnier
2024-03-28  3:43 Haelwenn Monnier
2024-03-28  3:43 Haelwenn Monnier
2024-03-28  3:43 Haelwenn Monnier
2024-03-07 11:34 Andrew Ammerlaan
2024-02-22  1:25 Haelwenn Monnier
2024-02-22  1:25 Haelwenn Monnier
2024-02-22  1:25 Haelwenn Monnier
2024-02-14 16:01 Andrew Ammerlaan
2024-01-31 18:51 Haelwenn Monnier
2024-01-31 18:51 Haelwenn Monnier
2024-01-11 11:57 David Roman
2024-01-11 11:57 David Roman
2023-12-11  6:50 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-11-12  0:50 David Roman
2023-10-26  1:24 Haelwenn Monnier
2023-10-21 11:08 David Roman
2023-10-19  7:17 Viorel Munteanu
2023-10-19  7:17 Viorel Munteanu
2023-08-12 16:31 David Roman
2023-08-10  8:14 Viorel Munteanu

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=1719646525.6ac7776ed06d47151c81bca99a9dc03de2013356.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