public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
Date: Sun, 10 Nov 2024 15:37:51 +0000 (UTC)	[thread overview]
Message-ID: <1731251863.f397591571d1ac98744842d95ce9caccbb09d124.ceamac@gentoo> (raw)

commit:     f397591571d1ac98744842d95ce9caccbb09d124
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Nov 10 15:03:56 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 15:17:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3975915

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

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

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

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 6687c63e4..b69179a40 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.42.tar.gz 118692 BLAKE2B 81fb613a6528e0675ed1635e4ade3132d9266dc9c0625ee4e5f772dab103cbc702a40a7ba08ffd0082342b9631a33c190152d68da2ab5ceb3dd21ea55f20a7a8 SHA512 9f816a3236cd91d5135f214bc691066215f453eb481b088577fb38c8d9b3b9a67a5c7edf1f6689f24d4fd45722c498034ccb3a1c5ed9542cc2572e303b0e6bde
 DIST nwg-shell-config-0.5.46.tar.gz 116709 BLAKE2B 6044602893541cdfa3f359310a87a1194f42f5d014a568f060a21be8c833122a1131c3fe7bc1d6ad57594958fd66e1b802b12067336ff1697a5c401224a297fa SHA512 219596e216ee04797bf1b176995fabcee82308b727fbfe0067a45364790780fc74c6afda3b6721226ae4fa0deca67d5d7c3765282da2f54c95d20f418794ab63
 DIST nwg-shell-config-0.5.47.tar.gz 117727 BLAKE2B f7cb52023ee2f375cee7f397f295d765b1b81051bbeaf76527d7a8d4e8972c0898963d2236262a49f9f35be0662ff735de516facc4a8a048f01dfd5454da3d03 SHA512 14d61c0116daa95bfdd3744c14df046662dfe9410148c6bdfb9bcb810b5edeb48aedae40ddf24a25771ff2277a440c4a4087801cecb40729a7887422db7a4d09
+DIST nwg-shell-config-0.5.48.tar.gz 118639 BLAKE2B 67b1e3ef2e0c0eaed5be11008a1115b0040fc9034e1eb75812f799bb83607f5940f394735530ea626b079e7cb02d42e95cead3f2de9c9915361a657711d94524 SHA512 f2c5a88e24122258541086a6a1cea42810caef45cfdccbc1e77e560dcda2a28665099717d39ffdb39085e850f734c0bfe082f5cf60866cb3015c63ae295ef8aa

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.48.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.48.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.48.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-11-10 15:37 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-10 15:37 Viorel Munteanu [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-shell-config/ 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-08-23  0:18 David Roman
2024-07-08 16:36 David Roman
2024-07-08 16:36 David Roman
2024-07-08 16:36 David Roman
2024-07-08 16:36 David Roman
2024-06-29  9:55 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-21 21:10 Julien Roy
2024-05-21 21:10 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-02-08  9:29 David Roman
2024-02-08  9:29 David Roman
2024-02-08  9:29 David Roman
2024-02-08  9:29 David Roman
2024-01-28 23:02 David Roman
2024-01-28 23:02 David Roman
2024-01-11 11:57 David Roman
2024-01-11 11:57 David Roman
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-16 10:05 David Roman
2023-11-10 20:18 David Roman
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=1731251863.f397591571d1ac98744842d95ce9caccbb09d124.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --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