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-shell-config/
Date: Sat, 29 Jun 2024 08:04:31 +0000 (UTC)	[thread overview]
Message-ID: <1719646420.573564d966d42909776a92786905f5b557bebe0b.pascal.jaeger@gentoo> (raw)

commit:     573564d966d42909776a92786905f5b557bebe0b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 07:33:40 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Jun 29 07:33:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=573564d9

gui-apps/nwg-shell-config: add 0.5.40

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

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.40.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index b108cd52b..431d90faa 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.37.tar.gz 117615 BLAKE2B a6eff99bc54af754e71e118f7f5f78934e757e292b8c314672b91d18836f39bd85342a2015763a1d2ea5e2623dc85879f45e4dffc3c3f1108bf69199d2a5768b SHA512 27b0deb2769a136f120a0736c7bc1902deb55bbb33bad28b77f455a575e469d5229ef1eba69018106ef03829ac97488da85022fff423e018d9f2f03e98373f62
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
+DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild
@@ -0,0 +1,41 @@
+# 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 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2024-06-29  8:04 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-29  8:04 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 19:33 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell-config/ Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-07-05 18:58 Pascal Jäger
2024-07-05 18:58 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-20 20:35 Pascal Jäger
2024-05-20 20:35 Pascal Jäger
2024-05-08 18:17 Pascal Jäger
2024-05-08 18:17 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-04-25 18:38 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-02-07 14:05 Pascal Jäger
2024-01-28 19:13 Pascal Jäger
2024-01-28 19:13 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
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-29 16:09 Pascal Jäger
2023-11-22 17:02 Pascal Jäger
2023-11-22 17:02 Pascal Jäger
2023-11-22 17:02 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-14 19:52 Pascal Jäger
2023-11-10 18:38 Pascal Jäger
2023-10-18  9:57 Pascal Jäger
2023-08-10 21:54 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=1719646420.573564d966d42909776a92786905f5b557bebe0b.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