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: Tue, 15 Oct 2024 23:27:17 +0000 (UTC) [thread overview]
Message-ID: <1728994161.f369f4d0fd1c998a4458e8d68a507983e8344cdd.davidroman@gentoo> (raw)
commit: f369f4d0fd1c998a4458e8d68a507983e8344cdd
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Oct 15 12:03:21 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 15 12:09:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f369f4d0
gui-apps/nwg-panel: add 0.9.42
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.42.ebuild | 53 ++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index 7e58e4865..bbd3da2ed 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,3 +1,4 @@
DIST nwg-panel-0.9.39.tar.gz 237628 BLAKE2B 696439bab09e6eb3412accf9e6f091cf21288c4c4415b40d1510309f85e75a505dfe1a8f8a8adf6143b7d6e73a45444524ac635b61c71db9dbcd1867ae2ae0b5 SHA512 f99e85a396b50f6b311da0bf204442b43731f5d4d0bca0d098a23337793c63e77db1f745bfda53d4d288ceda12a80fe2e9b0099d73bd6fc894aff331a32b359c
DIST nwg-panel-0.9.40.tar.gz 237655 BLAKE2B f757b945aa0f4bf9d2138ab9c9453166cc1930c7636d7e2849e61b27b834253cbdda7d0ff8e69566434eb049804afe3842a34c1e106c32f46e8936c20e94df2a SHA512 a1396f0e99c8c0ddf95c500d934649d0a540f4730383107d33e0a2d6c7bf0253d8e276b51a3dcb937ac52a4bea855207a6d38851234d446d456c214386dc54d4
DIST nwg-panel-0.9.41.tar.gz 237541 BLAKE2B a7e2eee9e38b3b70981dbf4672a68decc00a63254ad38c3d6e3344266e57d2664e850cff9ee6ba70f205faca44d3f3627fe2ef8fabb244be091a2b463a5634c9 SHA512 813c1a78847e11040de6140f8f7a55ee8368fb168a06f3bf286098f64e8db572212dfa29c63a7e98abeaffab592c70094b120388e7494ff72665719b09177aab
+DIST nwg-panel-0.9.42.tar.gz 238220 BLAKE2B 4231237783cf374be9eae51af51a560bec9a7905def684a4cb419ba3c451cbd029f073d966116c10b1111b4c99ea97337b32783bd8048c8092e7cd50d27b3049 SHA512 95c3282b27ebe93c69f16afa40a6d58cdb0cfa78247dae8ee7d163167440c22c22fb49a43f48a49888aa579934de4cc190336ab981bfa19e953f08de793704c1
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.42.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.42.ebuild
new file mode 100644
index 000000000..0a4665691
--- /dev/null
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.42.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[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
+}
next reply other threads:[~2024-10-15 23:27 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-15 23:27 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 7:36 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-panel/ Viorel Munteanu
2025-06-08 7:36 Viorel Munteanu
2025-06-08 7:36 Viorel Munteanu
2025-05-31 6:52 David Roman
2025-05-31 6:52 David Roman
2025-05-31 6:52 David Roman
2025-01-29 9:37 David Roman
2025-01-29 9:37 David Roman
2025-01-20 9:34 David Roman
2025-01-20 9:34 David Roman
2025-01-20 9:34 David Roman
2025-01-20 9:34 David Roman
2025-01-02 19:26 David Roman
2025-01-02 19:26 David Roman
2025-01-02 19:26 David Roman
2025-01-02 19:26 David Roman
2025-01-02 19:26 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-14 11:46 David Roman
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-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-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-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=1728994161.f369f4d0fd1c998a4458e8d68a507983e8344cdd.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