public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
Date: Thu, 30 Nov 2023 10:44:47 +0000 (UTC)	[thread overview]
Message-ID: <1701274164.a8015703550889d41570af086bb98ad5e49bc215.andrewammerlaan@gentoo> (raw)

commit:     a8015703550889d41570af086bb98ad5e49bc215
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Nov 29 14:02:34 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 16:09:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8015703

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

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

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.28.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ec558da084..ed4661c9c8 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.25.tar.gz 113369 BLAKE2B a2bab8aeee038b46e3f1b00ee65f16c2125cf4984cf5921e78b85392e98f58ad98fae8359e060af18d22bc3df0a60b7c2dfe7e3d7d6fc955add67de1dcdfdbb1 SHA512 b5a4b02445bca0dfaa7fa1287e45ea125830fedb817154d530a230ddaec2fffdcc06406c2a7c8a2644ea79e962b75356f667c706740357f2280aeaf8b626a9ca
 DIST nwg-shell-config-0.5.26.tar.gz 113381 BLAKE2B 2fb0242876a350018af17b84798b85a889199b1f52ac99f935f07ef88c53d67e2db19f85cd1bc682a06f863e66c5a8e8062d358d0fe23fe3ec3fc52bd7db5b65 SHA512 db233084a2dbe3f9ab9e2ecf99e58d0999d2a8f8191add6f9074096f9d1ee8a9132c1749bc70872a3ca395d169dceae8b70590588b76426d1816d0d627ef6f07
 DIST nwg-shell-config-0.5.27.tar.gz 113654 BLAKE2B 0283d78781ed03bf5c093b7d864ebed02fc9e5344dc6826bd90fd15ee204aa51c0afccf09d8435c75541ccf5cf286f5ffe27080ad906152923ccf72363dca974 SHA512 8bb70a2623f00c55d884308b18373ac21dd50bfffeb1d4f6dd2adad6db4dbfb812bc1e1271aca2ba0bac00d399044ffa920e770b0fb63f3dd74a5494e4127124
+DIST nwg-shell-config-0.5.28.tar.gz 113742 BLAKE2B e083a79a25c02719ed08d105c1185c49d02644b20d9f36cd3bca17bfa4a7af1355df9bfa1dfa0b757baa30f9ba3e2f51590df8ebff464e823f1f0d261cb20c7a SHA512 5d995061db57cd070731001e39665dac8c5be2d7cb521fbfcd5302f0167fab49a5d06de0213ac71975ff5adc4f1195ac45f2d16a9924bfc4df7932cf2caa4f80

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.28.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.28.ebuild
new file mode 100644
index 0000000000..30cb01c4f5
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.28.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+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:[~2023-11-30 10:44 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30 10:44 Andrew Ammerlaan [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-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-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=1701274164.a8015703550889d41570af086bb98ad5e49bc215.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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