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-shell/
Date: Sat, 07 Jun 2025 18:49:39 +0000 (UTC) [thread overview]
Message-ID: <1749321263.44c26a65f3d388dd32d93bf61c33fd5c2c06e9b4.pascal.jaeger@gentoo> (raw)
commit: 44c26a65f3d388dd32d93bf61c33fd5c2c06e9b4
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 7 18:34:23 2025 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Jun 7 18:34:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44c26a65
gui-apps/nwg-shell: add 0.5.49
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-shell/Manifest | 1 +
gui-apps/nwg-shell/nwg-shell-0.5.49.ebuild | 33 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index a5af08ffaf..bcb1288b88 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
DIST nwg-shell-0.5.44.tar.gz 2180463 BLAKE2B b2f2c98b7963c8398cbbd80737b3b2d9ab3790812d258b1267bad704a3e4b616642d070e34f59d0db40957065c22e948ef323ad5b4e7e7dc6c026a787252f5ef SHA512 7f825d44823f679f31b83a302b35cbdceac2e80f8da640c6bd14adbf9ba013192dc7aa4c7e4a950d480ee26f248d53cb93bdcf8d6d2433613de1ad2ec279f5cc
DIST nwg-shell-0.5.48.tar.gz 2180427 BLAKE2B 5a64ba7401a07e3baed4cb1f5331bd5af9c3edde10ed12b01caaa6dac05c87b43ac4e60c99307ce0aaf32436e899fadac1f89f05ff0f80bd0f91a7a6679326ec SHA512 9f5dc0efa1b63036c8a0de1632f1aa63d2f3aa22e0a91403254522d34b28e802fbfe09e5c9f226b3286463d9090267c252a90ee480df6c634b7df3be3c7b427e
+DIST nwg-shell-0.5.49.tar.gz 2180440 BLAKE2B c930cc032dd6a4a88de51d047fd9f62e3820671b0cf18545c42f241dec5de5cdadcb6291670acd745cf52b26c2b359bbbc5b2c3a75dd55d4887dcedd10ac3190 SHA512 19e7f1e8d449cd1e9fbf0247e989b4eb69cf7879db42eb3194cf64dcadfcebeac9dfdecc5a60e012081a6350436ab762b02a78700281197b6864451b0f0eb3a9
diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.49.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.49.ebuild
new file mode 100644
index 0000000000..4d05b1098d
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.49.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ gui-apps/grim
+ gui-apps/swappy
+ gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+ default
+ dobin scripts/*
+}
+
+pkg_postinst() {
+ elog "To install nwg-shell for the current user, run"
+ elog "nwg-shell-installer -w (for sway) or"
+ elog "nwg-shell-installer -w -hypr (for hyprland)"
+}
next reply other threads:[~2025-06-07 18:49 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-07 18:49 Pascal Jäger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-07 18:49 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/ Pascal Jäger
2025-05-01 22:24 Pascal Jäger
2025-05-01 22:24 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-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-08-22 19:33 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-03-06 13:12 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-28 19:13 Pascal Jäger
2024-01-28 19:13 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
2024-01-05 19:26 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2023-12-30 8:46 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-19 20:07 Pascal Jäger
2023-11-18 21:31 Pascal Jäger
2023-11-18 21:21 Pascal Jäger
2023-11-18 9:10 Pascal Jäger
2023-11-18 9:10 Pascal Jäger
2023-11-04 20:06 Pascal Jäger
2023-11-04 20:02 Pascal Jäger
2023-11-04 20:02 Pascal Jäger
2023-11-04 20:02 Pascal Jäger
2023-10-18 9:54 Pascal Jäger
2023-08-10 20:53 Pascal Jäger
2023-08-08 23:01 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=1749321263.44c26a65f3d388dd32d93bf61c33fd5c2c06e9b4.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