From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/featherpad/
Date: Sun, 10 Nov 2024 16:45:34 +0000 (UTC) [thread overview]
Message-ID: <1731257081.a03f50c33d6fb06e2c895e05b162ad8266ee08f9.arthurzam@gentoo> (raw)
commit: a03f50c33d6fb06e2c895e05b162ad8266ee08f9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:32:08 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:44:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03f50c3
app-editors/featherpad: add 1.5.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-editors/featherpad/Manifest | 1 +
app-editors/featherpad/featherpad-1.5.2.ebuild | 34 ++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
index 799914a36ec3..6b381b1384e1 100644
--- a/app-editors/featherpad/Manifest
+++ b/app-editors/featherpad/Manifest
@@ -1,2 +1,3 @@
DIST featherpad-1.5.0.tar.gz 1087068 BLAKE2B aef468f426c9c635624fe16f8180647a9f62a12c98d654dfb340758ff524e629341469ec3f37cfe8a481def99ba6c99672aa31c49b03226e2e895dce11e9b5e6 SHA512 984d1fba0e4bcb1eda8c2dd3bee34cf2ee0ba5604dd2c9328cc67531099b8a806e8ab79020510049eb788764cf0ad4486c128eefb43d9ab1ccdc4a3c06c48497
DIST featherpad-1.5.1.tar.gz 1087189 BLAKE2B ede7cde803f5133ccab847c1fd1279de97b4cc3ad3e56874f26096e2cbf17dd197a3db1e6ff8b41c603501d541e314ea9ff434c0be486abd42ce4c9ec1555e56 SHA512 2fff60896c30402ffc87a8daecd6b80d86ff1b19dcc3946d507c8f37742b033cad60fbcb7df61e7e4cbb53821c0d06b5b732a5728cbbb6af3ea03b5872075ea3
+DIST featherpad-1.5.2.tar.gz 1101561 BLAKE2B 24f5c8ed30b363b11a5ca1fba6edde13142202535c4ad11f70cf960b8021e8d46b2b49fc2eb96f141cf9e7f11946cde14f794c4fc1aa7e2242dba9e71864955c SHA512 b0d869e4f9d684d150fc2ccd34399bba5e6c80f00cb69d554fbcfd0be3457dd224b03b3c3fbb610d9396be480abc9d79d3c170c535469b6c7aa2525ea5ec365a
diff --git a/app-editors/featherpad/featherpad-1.5.2.ebuild b/app-editors/featherpad/featherpad-1.5.2.ebuild
new file mode 100644
index 000000000000..9b69e0fe90b1
--- /dev/null
+++ b/app-editors/featherpad/featherpad-1.5.2.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[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
+}
next reply other threads:[~2024-11-10 16:45 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-10 16:45 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-02 1:06 [gentoo-commits] repo/gentoo:master commit in: app-editors/featherpad/ 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
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=1731257081.a03f50c33d6fb06e2c895e05b162ad8266ee08f9.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