From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qxlsx/
Date: Wed, 08 Jan 2025 21:46:25 +0000 (UTC) [thread overview]
Message-ID: <1736372079.2172bd32f8e3a0787b7b4b9412c02c775f2565ad.asturm@gentoo> (raw)
commit: 2172bd32f8e3a0787b7b4b9412c02c775f2565ad
Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Dec 31 00:49:44 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 21:34:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2172bd32
dev-libs/qxlsx: add 1.5.0
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/qxlsx/Manifest | 1 +
dev-libs/qxlsx/qxlsx-1.5.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-libs/qxlsx/Manifest b/dev-libs/qxlsx/Manifest
index e5495b020fa6..6954f4cad734 100644
--- a/dev-libs/qxlsx/Manifest
+++ b/dev-libs/qxlsx/Manifest
@@ -1 +1,2 @@
DIST qxlsx-1.4.8.tar.gz 4705148 BLAKE2B 5b24716f1aa99233a51b1290e12d51fc532c21b5397cae84bd524d11a977d18d7178cc3e9f6bd66b5d837bafea1872d981ce2cf4724821e2fb40ba10feb152a8 SHA512 309560bde9da6461c52e883466908d493986251b0ef89d74fb3ddcec374f8a4f9d96f61f5be96431f224484e778388be8d78244f4d8ebd7de3250e65ec60edda
+DIST qxlsx-1.5.0.tar.gz 4714070 BLAKE2B 47abe97544ac806139c8457bba0bd327c1df7dbc1b585e13fc061e00f35971898d59a586f441914eeb0530e5d57bbce63769239a7994875001302db0849452eb SHA512 6aa2bc848ce6a34d35e7483cd44f0503aa8be7c1a0087e3f6b4cb425501b79d636efca5ebf970a06bdc9c9a90c073f6fdcc5917eaff7751e238597393c49f038
diff --git a/dev-libs/qxlsx/qxlsx-1.5.0.ebuild b/dev-libs/qxlsx/qxlsx-1.5.0.ebuild
new file mode 100644
index 000000000000..713f0e48f28d
--- /dev/null
+++ b/dev-libs/qxlsx/qxlsx-1.5.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Excel file(*.xlsx) reader/writer library using Qt"
+HOMEPAGE="https://github.com/QtExcel/QXlsx"
+SRC_URI="https://github.com/QtExcel/QXlsx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/QXlsx-${PV}/QXlsx"
+
+LICENSE="MIT"
+# soversion
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-qt/qtbase:6=[gui]
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ # https://github.com/QtExcel/QXlsx/issues/375#issuecomment-2565987610
+ sed -i -e "s/SOVERSION.*/SOVERSION 0.${PV}/" CMakeLists.txt || die
+
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DQT_VERSION_MAJOR=6
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2025-01-08 21:46 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 21:46 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qxlsx/ Andreas Sturmlechner
2025-02-10 20:10 Arthur Zamarin
2025-02-10 19:01 Arthur Zamarin
2024-12-31 9:08 Andreas Sturmlechner
2024-09-13 19:33 Arthur Zamarin
2024-09-13 19:33 Arthur Zamarin
2024-09-13 19:33 Arthur Zamarin
2024-09-13 19:33 Arthur Zamarin
2024-06-07 9:56 Arthur Zamarin
2024-04-30 6:42 Sam James
2024-03-11 16:17 Viorel Munteanu
2024-02-23 7:19 Joonas Niilola
2024-02-23 7:19 Joonas Niilola
2024-02-23 4:46 Sam James
2024-01-10 7:11 Joonas Niilola
2024-01-10 7:11 Joonas Niilola
2023-09-28 5:29 Joonas Niilola
2023-09-28 5:28 Joonas Niilola
2023-09-28 1:00 Sam James
2023-02-27 6:48 Joonas Niilola
2023-02-27 0:52 Sam James
2023-02-27 0:52 Sam James
2023-02-27 0:41 Sam James
2023-01-29 17:08 Joonas Niilola
2023-01-14 16:07 Yixun Lan
2023-01-14 8:55 Joonas Niilola
2022-12-18 21:07 Arthur Zamarin
2022-12-18 20:22 Arthur Zamarin
2022-12-18 19:50 Arthur Zamarin
2022-11-18 12:47 Arthur Zamarin
2022-11-18 12:46 Arthur Zamarin
2022-11-15 7:16 Yixun Lan
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=1736372079.2172bd32f8e3a0787b7b4b9412c02c775f2565ad.asturm@gentoo \
--to=asturm@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