public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/
Date: Thu, 06 Mar 2025 18:55:01 +0000 (UTC)	[thread overview]
Message-ID: <1741287169.e357b1d1216c0dd9d8b8b927abe7bf84162acbbb.arthurzam@gentoo> (raw)

commit:     e357b1d1216c0dd9d8b8b927abe7bf84162acbbb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  6 18:52:49 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  6 18:52:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e357b1d1

app-text/feathernotes: add 1.3.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/feathernotes/Manifest                  |  1 +
 app-text/feathernotes/feathernotes-1.3.1.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-text/feathernotes/Manifest b/app-text/feathernotes/Manifest
index 1f7a86f23be7..76b75b7529e4 100644
--- a/app-text/feathernotes/Manifest
+++ b/app-text/feathernotes/Manifest
@@ -1 +1,2 @@
 DIST feathernotes-1.3.0.tar.gz 926547 BLAKE2B 5fe3475793a28a8e4c41c669c7fdde5785abdc4b93b14ca47bf531d5bf246c7ec064c3d5f756b184a45a39d5f02047cca90ad0c37c050c7a1ef363148705c592 SHA512 1036a4ed37e90cbf7e2e7839abcbe5d544a3e162839b05461ec0cea475a4cb3cce44941246e30f3aed6839e4fe9832392f33bfe87b19588d822ce19983dacc2e
+DIST feathernotes-1.3.1.tar.gz 954363 BLAKE2B 9d187ab0d902e50b3f2a4249b190b5f63f79dcf617a3325201506c01272e14489d2524b2d6fd478371c158d5714a82c327fce3ced1823fa5166fa8947baf3d9c SHA512 d632306f6700b67d4985eebb3d54ed2f813a70ebf9dfaba39dfc8635338ac5fcc1733c77b07cc2262259559dea8b4a510c35431675f67c8155a57cb78aca4159

diff --git a/app-text/feathernotes/feathernotes-1.3.1.ebuild b/app-text/feathernotes/feathernotes-1.3.1.ebuild
new file mode 100644
index 000000000000..40fc13627efd
--- /dev/null
+++ b/app-text/feathernotes/feathernotes-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherNotes"
+SRC_URI="https://github.com/tsujan/FeatherNotes/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/FeatherNotes-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="spell X"
+
+RDEPEND="
+	dev-qt/qtbase:6[dbus,gui,network,widgets,xml,X?]
+	dev-qt/qtsvg:6
+	spell? ( app-text/hunspell:= )
+	X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITHOUT_X11=$(usex !X)
+		-DWITH_HUNSPELL=$(usex spell)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2025-03-06 18:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-06 18:55 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06 19:02 [gentoo-commits] repo/gentoo:master commit in: app-text/feathernotes/ Arthur Zamarin
2025-01-09 19:37 Arthur Zamarin
2024-08-21  9:19 Joonas Niilola
2024-06-27 10:35 Arthur Zamarin
2024-04-24 18:33 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=1741287169.e357b1d1216c0dd9d8b8b927abe7bf84162acbbb.arthurzam@gentoo \
    --to=arthurzam@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