public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 29 Nov 2023 19:10:32 +0000 (UTC)	[thread overview]
Message-ID: <1701285016.2ea92af2dae4e14f5f852a2eef111852ee33ec6a.remigiusz.micielski@gentoo> (raw)

commit:     2ea92af2dae4e14f5f852a2eef111852ee33ec6a
Author:     Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com>
AuthorDate: Wed Nov 29 19:10:07 2023 +0000
Commit:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
CommitDate: Wed Nov 29 19:10:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ea92af2

app-misc/nwg-look: add 0.2.5

Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com>

 app-misc/nwg-look/Manifest              |  2 ++
 app-misc/nwg-look/nwg-look-0.2.5.ebuild | 54 +++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/app-misc/nwg-look/Manifest b/app-misc/nwg-look/Manifest
index 16a333bea6..a183ba7622 100644
--- a/app-misc/nwg-look/Manifest
+++ b/app-misc/nwg-look/Manifest
@@ -2,3 +2,5 @@ DIST nwg-look-0.2.2-vendor.tar.xz 657976 BLAKE2B a5881334b18a30333542fa63575f2db
 DIST nwg-look-0.2.2.tar.gz 22701 BLAKE2B 5e901ca96de67bd4241945ec6f99bb8a4f06b62fb9c87909a035ff2b4b8899d06afc5c9edcebab8871bee7f73ca20b145dd3c775c9a2bef9aac5b2dcd964e95a SHA512 eab302f39639757b5c19443e0dc9c11807c17e657db671d41d7b9a36573d60fcbf3aab48168984c74d4e4d0215f1c894092456748e3d8f20af3c9f90627b56bc
 DIST nwg-look-0.2.4-vendor.tar.xz 661292 BLAKE2B efc7b0083af61ac5dc21ecfc58feb915e1def5e013c304443b7649e9027a467cfbab7a3dab7cac31d8fba1dd77841b0fdd550c311f22aeb8420733c1fc5a729d SHA512 430d2c8410364adfa73d073c745947906dffc3bd3c1dc365688b2fd3faa2c866b430c229c6223f1773dacdefed784b815ac5331eebef213c88446fdd1fce8f4c
 DIST nwg-look-0.2.4.tar.gz 23389 BLAKE2B 3b036acd265b3b3defe2ba56388d8c5909047054b34a16c140f8b30e529d93214b4094d5f077a8cd80282b5f00dfde6f7f59de44e2a36bae5cc2749a207d6ee4 SHA512 8fd6521ebbabb7f0843da54e5dd02afc89c2a1f366c3c5d4317e434c465179ee9ada4ca4d602e5a0a21aa4624dda7b0eb880eb09f311ae4c4b55ad263757eff5
+DIST nwg-look-0.2.5-vendor.tar.xz 661736 BLAKE2B de880226784f6aba90901d163a51312fd0db3f3ad11c1733e372d605a1772d6383acb64594b4f162a00da8685eec2ec5bc270b73f627ef7f5ca1cd5c722dbf3f SHA512 f1b24400dbfda7697f416f085a6c87056a9065365e5dce96292afed4086c1285d6d5e4da632504b0a87a08742948c045e599e62efc671c4618d6c826a15005f3
+DIST nwg-look-0.2.5.tar.gz 23524 BLAKE2B 6e0ac8795dd3e630320837c2a22d3f8b40e2858c2c55c6e0a48f36530c557d42d7d011293f9ab700d8366e0fab574572da36072e37ffbca9db90459bd0e78159 SHA512 1e293ebf692bd9aebd2afaf35b43189d7db2640bf78c94d4393af2f948879a44f0bd6e70f5f346ca821c3da01d6415274d746a7c15901bdfeebe883fac18ea83

diff --git a/app-misc/nwg-look/nwg-look-0.2.5.ebuild b/app-misc/nwg-look/nwg-look-0.2.5.ebuild
new file mode 100644
index 0000000000..2668d02b86
--- /dev/null
+++ b/app-misc/nwg-look/nwg-look-0.2.5.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
+}


             reply	other threads:[~2023-11-29 19:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29 19:10 Remigiusz Micielski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09  8:01 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-look/ 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-08-13 19:08 Remigiusz Micielski
2023-08-02  8:53 Remigiusz Micielski
2023-05-08 10:32 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=1701285016.2ea92af2dae4e14f5f852a2eef111852ee33ec6a.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