Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/featherpad/
Date: Wed, 12 Jan 2022 16:40:30
Message-Id: 1642005619.4045ba4373e50451e2f30a656deff4140fd13ab7.juippis@gentoo
1 commit: 4045ba4373e50451e2f30a656deff4140fd13ab7
2 Author: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 22 08:37:07 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 16:40:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4045ba43
7
8 app-editors/featherpad: Bump to 1.1.0
9
10 Also removed 0.18.0.
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Hans Fredrik Nordhaug <hansfn <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/23470
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 app-editors/featherpad/Manifest | 2 +-
18 ...herpad-0.18.0.ebuild => featherpad-1.1.0.ebuild} | 21 +++++++++++++++------
19 2 files changed, 16 insertions(+), 7 deletions(-)
20
21 diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
22 index bc637ef82232..854a2b25463c 100644
23 --- a/app-editors/featherpad/Manifest
24 +++ b/app-editors/featherpad/Manifest
25 @@ -1,3 +1,3 @@
26 -DIST featherpad-0.18.0.tar.gz 967643 BLAKE2B a8a84fa71232bdd9448ec4a9c921f8f452212dfb52ec518c3f340e9b600858a9cfca2d7729a0f58c9d1465b77bd28c836de78026c58ff94297de704e7bf670d8 SHA512 3e0d008792dd55bc5e57654f9b032f0a66a60c682499c684cfc3b182fdc57a654bb5fb195b458af66ddd8db929b31e7bfa789bd9bdf33d32454fbbcb090bcd91
27 DIST featherpad-1.0.0.tar.gz 1010200 BLAKE2B 22a11a0655ed57f7a7d53949e59c3b989a304b7c3db1f7308af0a52cc00a151cee505b02c19ece286da1be37e76c8874cee4102db3d881ef2c4ad48ecbb2f20a SHA512 9f7e24fa5e89e269693bc0a37f79d987e4914dde2d2b46bd0385886383dab8b35556fbc0f5c5b7b9a2c3a41694174ffa8532c48def87d2972fbc73c1e9c38bf3
28 DIST featherpad-1.0.1.tar.gz 1014744 BLAKE2B 1525b0894e47facdc51da0c6417d69b12d630bb0e6e8d7b3916b0c4e82380243b1b4dd0ddf82f7954d83edcd7b30346cff0305d98296b4aeccc1fe3cab325cd7 SHA512 8d1a07f8f32f63ec77e6bff8a39badd1eef87b0675096f964ff2fa770dda7c79ec9a1f788cbfa77528163aeb6c6067ca74e009293eca2e718dce92a48aef5f98
29 +DIST featherpad-1.1.0.tar.gz 1061070 BLAKE2B 78c7ddf0b7961a300fe2e425876bfaf32a1186eb88c2619202cb2f07a780aed3c2f8d1ced0e963b1868c94e890d1d809baae534fe1f3d06b3f3036aeeccf7414 SHA512 c734619ea8eda2709ccfa4d1b3c2ac541f32d52f31f0896ddf3c1c5733f175da9d955458a62a34221400a73003970cf796f59cf574b499831267b6f4d1a28d21
30
31 diff --git a/app-editors/featherpad/featherpad-0.18.0.ebuild b/app-editors/featherpad/featherpad-1.1.0.ebuild
32 similarity index 67%
33 rename from app-editors/featherpad/featherpad-0.18.0.ebuild
34 rename to app-editors/featherpad/featherpad-1.1.0.ebuild
35 index 6c98ead81b19..dd562f11fb34 100644
36 --- a/app-editors/featherpad/featherpad-0.18.0.ebuild
37 +++ b/app-editors/featherpad/featherpad-1.1.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 2021 Gentoo Authors
40 +# Copyright 2021-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 @@ -8,21 +8,30 @@ inherit xdg cmake
45 DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
46 HOMEPAGE="https://github.com/tsujan/FeatherPad"
47 SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz"
48 +S="${WORKDIR}/FeatherPad-${PV}"
49
50 LICENSE="GPL-3+"
51 SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 +KEYWORDS="~amd64 ~riscv ~x86"
54 +IUSE="+X"
55
56 -RDEPEND="app-text/hunspell
57 +RDEPEND="app-text/hunspell:=
58 dev-qt/qtcore:5
59 dev-qt/qtgui:5
60 dev-qt/qtnetwork:5
61 dev-qt/qtprintsupport:5
62 dev-qt/qtsvg:5
63 dev-qt/qtwidgets:5
64 - dev-qt/qtx11extras:5
65 - x11-libs/libX11"
66 + X? (
67 + dev-qt/qtx11extras:5
68 + x11-libs/libX11
69 + )"
70 DEPEND="${RDEPEND}"
71 BDEPEND="dev-qt/linguist-tools:5"
72
73 -S="${WORKDIR}/FeatherPad-${PV}"
74 +src_configure() {
75 + local mycmakeargs=(
76 + -DWITHOUT_X11=$(usex !X)
77 + )
78 + cmake_src_configure
79 +}