From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
Date: Tue, 24 Dec 2024 11:55:10 +0000 (UTC) [thread overview]
Message-ID: <1735027430.d0c2d6e38e3441e34cac6cfb5ee7aaa74d5d3bb0.davidroman@gentoo> (raw)
commit: d0c2d6e38e3441e34cac6cfb5ee7aaa74d5d3bb0
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Dec 24 08:03:50 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 24 08:03:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0c2d6e3
gui-apps/nwg-shell-config: add 0.5.55
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-shell-config/Manifest | 1 +
.../nwg-shell-config-0.5.55.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 55992a94a..c6b6d0757 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -2,3 +2,4 @@ DIST nwg-shell-config-0.5.51.tar.gz 118572 BLAKE2B ad943797e39cb0840f6005c54e534
DIST nwg-shell-config-0.5.52.tar.gz 130606 BLAKE2B 8987f78b3c08ea35c0fbc6a9f3d44bed21769c92323be35e9293f5c02f4c6e23c0a14ef571dabb37815765894c1faba0171d660032d93d566afb15ddfd1f7483 SHA512 9e26de5fb899bf52c131d60ccb506a142b78140a085cd516b13eb46e2b04edaa96763729e3155426e9fe23cef62fbbb7bbb701cc6f2185f270efb9e38de8065e
DIST nwg-shell-config-0.5.53.tar.gz 130854 BLAKE2B 99468bb98f48749262a6babc34f899d14077d01e8224b68e7a31c0db27bbc7b69969bf42b204ca76812a2fa108d221440f4d7d01ab9ff31551eb2b2b574efc85 SHA512 0ac8a454d0d07120ea3190c2fc42e3d1823fb457cf29ddb955eb4aa454435fd17efec5bf1c8bc7b560b17adee1cf54a6b2f59f9d1e71f730b6c3b66eb28029dd
DIST nwg-shell-config-0.5.54.tar.gz 130862 BLAKE2B c6e860533b88d47e4006c9faf9052360735791e8d8efce16c6f92ba8e49976b116f1c09f9f178dc05e80c3db1b7c5b30260e819c5d8407e55a598958487ded28 SHA512 09856f061bb24b45cc367883dbc290fa0b251f4517c533c59e1f36f62280c210d907d571ee7b90426af36dbdfcaeb5f94a7fabecd71402dcb2588931011dbe4b
+DIST nwg-shell-config-0.5.55.tar.gz 130883 BLAKE2B 868043bc05e65d7221c17d51a0b2b40208f8f57f58663b5a19f20bbd2cbb89ae89218eca497cc94158c5330e1af8d8409eeaf9eb538fc96ef54709bf9d02a8b1 SHA512 32aa391648f3e18162c1040ecf914093a720f256536abe8bce3844c7affcc8b3c52a4eb944d2245ab5aaa0283038321858c047d35d15ba168df6b9430d47da1c
diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.55.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.55.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.55.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
+}
next reply other threads:[~2024-12-24 11:55 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 11:55 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-06 15:49 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/ David Roman
2025-02-06 15:49 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 David Roman
2024-12-24 11:55 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-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=1735027430.d0c2d6e38e3441e34cac6cfb5ee7aaa74d5d3bb0.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