From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fnott/
Date: Fri, 21 Feb 2025 12:04:06 +0000 (UTC) [thread overview]
Message-ID: <1739976220.63a21b18d07b68f01ef87ae7846d1dbbe4d0d6aa.davidroman@gentoo> (raw)
commit: 63a21b18d07b68f01ef87ae7846d1dbbe4d0d6aa
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Feb 19 14:43:40 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb 19 14:43:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63a21b18
gui-apps/fnott: add 1.7.1
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/fnott/Manifest | 1 +
gui-apps/fnott/{fnott-9999.ebuild => fnott-1.7.1.ebuild} | 16 ++++++++++++----
gui-apps/fnott/fnott-9999.ebuild | 16 ++++++++++++----
3 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/gui-apps/fnott/Manifest b/gui-apps/fnott/Manifest
index 56d958641..9f6defb36 100644
--- a/gui-apps/fnott/Manifest
+++ b/gui-apps/fnott/Manifest
@@ -1 +1,2 @@
DIST fnott-1.6.0.tar.gz 475954 BLAKE2B 69a93049ccf9547770de8b96330ecbc3bb91bd4d4134695fb7ca2874bcb1d4bf3ed47a1aadc1ce49abab9f0a2c36c0f48f3141aa3cda1db74a5e4a48ec654ea2 SHA512 e6948e9028f4d381f5d41fbe3dda5cbca754a1560fcd7819974c1fd3a3041ec3e5bb2729d98cdcac04190b82fab7cb5970dfc216cdf58b44756ede1393897c12
+DIST fnott-1.7.1.tar.gz 480058 BLAKE2B 5a47533cddda11ec777c11d8fccea2b31695d2766c3bd65b6f566927c4887cd70d855c9525f083e7aa97c5c8adabe3049ec6e5f4dda9360b84c31c7e640d1fb6 SHA512 5310dc826de765e3f4a55f5c57f4d43a238c0aec0b6f1c374575bbabf43dfb05701e4ebc8d33b25c0c93fd07581f62c7860bd58619fc41cb8248e60a1efa99a2
diff --git a/gui-apps/fnott/fnott-9999.ebuild b/gui-apps/fnott/fnott-1.7.1.ebuild
similarity index 83%
copy from gui-apps/fnott/fnott-9999.ebuild
copy to gui-apps/fnott/fnott-1.7.1.ebuild
index a5cbec5de..c6f9057ce 100644
--- a/gui-apps/fnott/fnott-9999.ebuild
+++ b/gui-apps/fnott/fnott-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,22 +23,30 @@ SLOT="0"
RDEPEND="
dev-libs/wayland
media-libs/fcft
+ media-libs/fontconfig
media-libs/freetype
- media-libs/libpng
+ media-libs/libpng:=
+ media-libs/nanosvg
sys-apps/dbus
x11-libs/pixman
- media-libs/fontconfig
"
DEPEND="
${RDEPEND}
dev-libs/tllist
+ >=dev-libs/wayland-protocols-1.32
"
BDEPEND="
dev-util/wayland-scanner
- >=dev-libs/wayland-protocols-1.32
app-text/scdoc
"
+src_configure() {
+ local emesonargs=(
+ -Dsystem-nanosvg=enabled
+ )
+ meson_src_configure
+}
+
src_install() {
local DOCS=( CHANGELOG.md README.md )
meson_src_install
diff --git a/gui-apps/fnott/fnott-9999.ebuild b/gui-apps/fnott/fnott-9999.ebuild
index a5cbec5de..c6f9057ce 100644
--- a/gui-apps/fnott/fnott-9999.ebuild
+++ b/gui-apps/fnott/fnott-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,22 +23,30 @@ SLOT="0"
RDEPEND="
dev-libs/wayland
media-libs/fcft
+ media-libs/fontconfig
media-libs/freetype
- media-libs/libpng
+ media-libs/libpng:=
+ media-libs/nanosvg
sys-apps/dbus
x11-libs/pixman
- media-libs/fontconfig
"
DEPEND="
${RDEPEND}
dev-libs/tllist
+ >=dev-libs/wayland-protocols-1.32
"
BDEPEND="
dev-util/wayland-scanner
- >=dev-libs/wayland-protocols-1.32
app-text/scdoc
"
+src_configure() {
+ local emesonargs=(
+ -Dsystem-nanosvg=enabled
+ )
+ meson_src_configure
+}
+
src_install() {
local DOCS=( CHANGELOG.md README.md )
meson_src_install
next reply other threads:[~2025-02-21 12:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-21 12:04 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-21 12:04 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fnott/ David Roman
2024-09-25 13:53 David Roman
2024-06-12 21:51 Haelwenn Monnier
2024-06-12 21:51 Haelwenn Monnier
2024-05-15 12:36 Julien Roy
2023-07-16 6:18 Haelwenn Monnier
2022-08-11 13:45 Andrew Ammerlaan
2022-08-11 13:45 Andrew Ammerlaan
2022-08-02 10:55 Haelwenn Monnier
2022-02-13 20:24 Arthur Zamarin
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=1739976220.63a21b18d07b68f01ef87ae7846d1dbbe4d0d6aa.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