From: "Remigiusz Micielski" <remigiusz.micielski@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-look/
Date: Mon, 8 May 2023 10:32:33 +0000 (UTC) [thread overview]
Message-ID: <1683541933.2bf2d7b95b38208a8faffd3dab1687bf5acad428.remigiusz.micielski@gentoo> (raw)
commit: 2bf2d7b95b38208a8faffd3dab1687bf5acad428
Author: Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
AuthorDate: Mon May 8 10:31:27 2023 +0000
Commit: Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
CommitDate: Mon May 8 10:32:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bf2d7b9
app-misc/nwg-look: add 0.2.2
Signed-off-by: Remigiusz Micielski <remigiusz.micielski <AT> gmail.com>
app-misc/nwg-look/Manifest | 2 ++
app-misc/nwg-look/nwg-look-0.2.2.ebuild | 54 +++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/app-misc/nwg-look/Manifest b/app-misc/nwg-look/Manifest
index 6a120e691..64e345ff5 100644
--- a/app-misc/nwg-look/Manifest
+++ b/app-misc/nwg-look/Manifest
@@ -1,2 +1,4 @@
DIST nwg-look-0.2.1-vendor.tar.xz 657808 BLAKE2B 979e1547e9f43696251d12c1c86cfef6c8c8a2c23b58bb3dfd3ff89cdd8328bc6805e56a99be67e2832bb301ce5707ecfe9b5d372b56d62e904373ea18ddce79 SHA512 34beffb4edbb51ebc48d25d25fdbbc91d7eaf3942c26999665510542ac1baa38f043d9d2771644696876a18d26edca81a7e51fdad59d273826e915e2513aa661
DIST nwg-look-0.2.1.tar.gz 21610 BLAKE2B 17fdeb383302f453b035538d66ca0dd287d2d19a3f3c60e02808409359037795c82519d581990f0b19e8b52352d19ffb59c3f2b2a08c030a28bdf5491b3d81a2 SHA512 2282bd8fb81a85dc739939cc501ef868def6bf01315910e9e8543b16c9d049cc248e4a642a3f31ae51e3e04fddbdeb17d9d2e6313eb4c29af71df28e058eb57a
+DIST nwg-look-0.2.2-vendor.tar.xz 657976 BLAKE2B a5881334b18a30333542fa63575f2db86b943c5fbf1dcf841cee49ad0732a17b5ea82d790d71148b7532133829b5774d4a2f7b942524071d00247133f7afb5c4 SHA512 6feacf9cc122ff8d2d839316a9edeb462a6bc491ba61078cf1d450db0718dfd87d2224d7dd4620ec7dd125e918e64ba2ef21b175d48bf27ed449af0adf957d65
+DIST nwg-look-0.2.2.tar.gz 22701 BLAKE2B 5e901ca96de67bd4241945ec6f99bb8a4f06b62fb9c87909a035ff2b4b8899d06afc5c9edcebab8871bee7f73ca20b145dd3c775c9a2bef9aac5b2dcd964e95a SHA512 eab302f39639757b5c19443e0dc9c11807c17e657db671d41d7b9a36573d60fcbf3aab48168984c74d4e4d0215f1c894092456748e3d8f20af3c9f90627b56bc
diff --git a/app-misc/nwg-look/nwg-look-0.2.2.ebuild b/app-misc/nwg-look/nwg-look-0.2.2.ebuild
new file mode 100644
index 000000000..2668d02b8
--- /dev/null
+++ b/app-misc/nwg-look/nwg-look-0.2.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GTK3 settings editor adapted to work in the sway / wlroots environment"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-look"
+SRC_URI="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${PV}.tar.gz -> nwg-look-${PV}.tar.gz
+ https://github.com/micielski/nwg-look-vendor/releases/download/${PV}/nwg-look-${PV}-vendor.tar.xz
+"
+
+inherit go-module xdg-utils desktop
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/harfbuzz
+ x11-apps/xcur2png
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:3
+ x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() {
+ ego build
+}
+
+src_install() {
+ dobin nwg-look
+ insinto /usr/share/nwg-look
+ doins -r langs
+ doins stuff/main.glade
+ insinto /usr/share/pixmaps
+ doins stuff/nwg-look.svg
+ domenu stuff/nwg-look.desktop
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
next reply other threads:[~2023-05-08 10:32 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 10:32 Remigiusz Micielski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-04 7:56 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-look/ Pascal Jäger
2025-07-20 20:59 Filip Kobierski
2025-07-20 20:59 Filip Kobierski
2025-02-09 8:01 Ada Ahmed
2025-02-08 20:15 Filip Kobierski
2024-09-12 10:43 Filip Kobierski
2024-09-12 10:36 Filip Kobierski
2023-11-29 19:21 Remigiusz Micielski
2023-11-29 19:10 Remigiusz Micielski
2023-08-13 19:08 Remigiusz Micielski
2023-08-02 8:53 Remigiusz Micielski
2023-04-09 14:04 Vadim Misbakh-Soloviov
2023-04-05 9:16 Remigiusz Micielski
2023-04-02 13:03 Remigiusz Micielski
2023-04-02 12:59 Remigiusz Micielski
2023-04-01 14:39 Remigiusz Micielski
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=1683541933.2bf2d7b95b38208a8faffd3dab1687bf5acad428.remigiusz.micielski@gentoo \
--to=remigiusz.micielski@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