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-editors/featherpad/
Date: Thu, 22 Feb 2024 19:59:12 +0000 (UTC)	[thread overview]
Message-ID: <1708631946.61a45bd6e06d22065233e3b0c7ff5b9cfdf5239f.arthurzam@gentoo> (raw)

commit:     61a45bd6e06d22065233e3b0c7ff5b9cfdf5239f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 19:55:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 19:59:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a45bd6

app-editors/featherpad: add 1.5.0

This release dropped support for qt5 builds, meaning starting from
now only qt6 builds are possible.

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

 app-editors/featherpad/Manifest                |  1 +
 app-editors/featherpad/featherpad-1.5.0.ebuild | 34 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
index ad56b66d6c44..365933d74e9e 100644
--- a/app-editors/featherpad/Manifest
+++ b/app-editors/featherpad/Manifest
@@ -1,2 +1,3 @@
 DIST featherpad-1.4.0.tar.gz 1105701 BLAKE2B 31311a9862f64554d57bc6c0688e5ec551a331f6f016b0bd3ab53225afd050347cc6758199ad17ebb5d7aba44b88a971f1e754d8ccd925369e09ed6639eb0131 SHA512 eb3f13dbad799d3a55a8c048a94c2acb2b9286775e75aec482f475c792e2b74078fc4d5cc43def8ba7b4f592ecb5b684c5890629edca5a488ccac336021cb7e8
 DIST featherpad-1.4.1.tar.gz 1109511 BLAKE2B 127f0b18252ac020d6f66e315090968825e7a67309e3b5d66b8f119975f91b273973c9ac1b8a8c1bd46d2eece43df649eddb7b838d79fee0f5ddc2d4caae3fb2 SHA512 485d6e731ad5927bb6fd4499536d45b40319eff5bfd8a9b1cd9acc063dcb5fb35ced033e2e5aafa60c6bb87426fb1cb95fe5d78ffb5a2f361702d23320508ef8
+DIST featherpad-1.5.0.tar.gz 1087068 BLAKE2B aef468f426c9c635624fe16f8180647a9f62a12c98d654dfb340758ff524e629341469ec3f37cfe8a481def99ba6c99672aa31c49b03226e2e895dce11e9b5e6 SHA512 984d1fba0e4bcb1eda8c2dd3bee34cf2ee0ba5604dd2c9328cc67531099b8a806e8ab79020510049eb788764cf0ad4486c128eefb43d9ab1ccdc4a3c06c48497

diff --git a/app-editors/featherpad/featherpad-1.5.0.ebuild b/app-editors/featherpad/featherpad-1.5.0.ebuild
new file mode 100644
index 000000000000..229b5bbfe620
--- /dev/null
+++ b/app-editors/featherpad/featherpad-1.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
+HOMEPAGE="https://github.com/tsujan/FeatherPad"
+SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/FeatherPad-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+X"
+
+RDEPEND="
+	app-text/hunspell:=
+	dev-qt/qtbase:6[cups,dbus,gui,widgets]
+	dev-qt/qtsvg:6
+	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)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-02-22 19:59 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-22 19:59 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 16:39 [gentoo-commits] repo/gentoo:master commit in: app-editors/featherpad/ Arthur Zamarin
2025-03-01  4:41 Sam James
2025-03-01  0:02 Jakov Smolić
2025-01-27 18:31 Arthur Zamarin
2025-01-09 18:32 Arthur Zamarin
2025-01-04 20:28 Sam James
2025-01-04 20:28 Sam James
2024-11-10 16:45 Arthur Zamarin
2024-08-02  1:06 Sam James
2024-08-02  1:06 Sam James
2024-04-29 15:49 Arthur Zamarin
2024-04-24 18:05 Arthur Zamarin
2024-04-24 16:21 Arthur Zamarin
2024-03-08 11:39 Arthur Zamarin
2024-02-22 19:59 Arthur Zamarin
2023-12-01 19:32 Arthur Zamarin
2023-12-01 19:32 Arthur Zamarin
2023-11-25 11:02 Sam James
2023-11-25 11:02 Sam James
2023-09-09 17:40 Arthur Zamarin
2023-09-01 11:13 Arthur Zamarin
2023-07-21  6:34 Joonas Niilola
2023-07-21  6:34 Joonas Niilola
2023-04-26  4:10 Sam James
2023-04-26  4:03 Sam James
2023-04-26  4:03 Sam James
2023-04-26  4:03 Sam James
2022-12-24  9:13 Andreas Sturmlechner
2022-12-24  9:13 Andreas Sturmlechner
2022-08-18  7:06 Joonas Niilola
2022-08-18  7:06 Joonas Niilola
2022-08-18  7:06 Joonas Niilola
2022-06-14 16:26 Arthur Zamarin
2022-01-12 16:40 Joonas Niilola
2021-11-12  1:36 Sam James
2021-09-03  5:11 Joonas Niilola
2021-09-03  5:11 Joonas Niilola
2021-07-20 10:25 Joonas Niilola

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=1708631946.61a45bd6e06d22065233e3b0c7ff5b9cfdf5239f.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