From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/
Date: Sun, 16 Mar 2025 23:20:34 +0000 (UTC) [thread overview]
Message-ID: <1742167190.eab26aa66f03cd717dbc1175e07e123774873bed.asturm@gentoo> (raw)
commit: eab26aa66f03cd717dbc1175e07e123774873bed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 20:58:56 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 23:19:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab26aa6
kde-misc/basket: add 2.49b_p20241215 from invent.kde.org
- Last commit to be KF5-based, as git master remains too broken
- Patched out Phonon support w/ downstream patchset
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/basket/Manifest | 2 +
kde-misc/basket/basket-2.49b_p20241215.ebuild | 75 +++++++++++++++++++++++++++
kde-misc/basket/metadata.xml | 2 +-
3 files changed, 78 insertions(+), 1 deletion(-)
diff --git a/kde-misc/basket/Manifest b/kde-misc/basket/Manifest
index 1b4f6ec3bbb9..83e87c1850d8 100644
--- a/kde-misc/basket/Manifest
+++ b/kde-misc/basket/Manifest
@@ -1 +1,3 @@
DIST basket-2.49b.tar.gz 4686990 BLAKE2B 6915d673abae6902bd2a0073a88cdf5bc497a7e7eec47dc87dbafcce68915e55bb02505c81a24cc00ed081e60b4c135afd337c6c4d08843182175f42c39e9119 SHA512 70d4241928712a7366cbc592e414864896cfb27bea251e5e4d3606b34534a932d7c208f98a8f48b49c11234c52f78d9003ca00af979e61112dbe139627e6f134
+DIST basket-2.49b_p20241215-a9741c3e.tar.gz 5880369 BLAKE2B 565efb770f4ec30d3ba847375f63b878f5fb57b5bf2d66e550fac739d199df6940190059afb308a541e0df0c4a830374790d43fa5e90f2ab1548810b39bc4a5f SHA512 e09419a50dd2c19e6e0c54d15bb08c9ea048c3bea6cfe4bbf0c684a5337c1989d4af9f575a2a9c73413bae44c7cca7ed1a2bebee500d9f4d0b96e52bf5a9e02b
+DIST basket-2.49b_p20241215-patchset.tar.xz 7448 BLAKE2B 9a4a80acd7b9b2f71b87fb07acddebb1f9fb1e2d78db6b922c6ac5376694126ceb6ff423b12cbc0843ef0280206b85dd395a70efad2df814266f3082df8d5f78 SHA512 7e9c555af1c735dbbd2b1d095668802cc1ca63a0780eb0727ed58ef9f93cf9bdf08139f387cc23e024f9eccc931b42af0c6694728051751031bac8452692aa70
diff --git a/kde-misc/basket/basket-2.49b_p20241215.ebuild b/kde-misc/basket/basket-2.49b_p20241215.ebuild
new file mode 100644
index 000000000000..fd275ee6f34f
--- /dev/null
+++ b/kde-misc/basket/basket-2.49b_p20241215.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+ECM_HANDBOOK="optional"
+KDE_ORG_COMMIT="a9741c3e17a9ee81331c5dab4a2d030e4e76b2fa"
+PATCHSET="${P}-patchset"
+inherit ecm kde.org
+
+DESCRIPTION="Multiple information organizer - a DropDrawers clone"
+HOMEPAGE="https://userbase.kde.org/BasKet https://invent.kde.org/utilities/basket"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="crypt git"
+
+RDEPEND="
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ kde-frameworks/karchive:5
+ kde-frameworks/kcmutils:5
+ kde-frameworks/kcodecs:5
+ kde-frameworks/kcompletion:5
+ kde-frameworks/kconfig:5
+ kde-frameworks/kconfigwidgets:5
+ kde-frameworks/kcoreaddons:5
+ kde-frameworks/kcrash:5
+ kde-frameworks/kdbusaddons:5
+ kde-frameworks/kfilemetadata:5
+ kde-frameworks/kglobalaccel:5
+ kde-frameworks/kguiaddons:5
+ kde-frameworks/ki18n:5
+ kde-frameworks/kiconthemes:5
+ kde-frameworks/kio:5
+ kde-frameworks/knotifications:5
+ kde-frameworks/kparts:5
+ kde-frameworks/kservice:5
+ kde-frameworks/ktextwidgets:5
+ kde-frameworks/kwidgetsaddons:5
+ kde-frameworks/kwindowsystem:5
+ kde-frameworks/kxmlgui:5
+ x11-libs/libX11
+ crypt? ( >=app-crypt/gpgme-1.8.2:= )
+ git? ( dev-libs/libgit2:= )
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtconcurrent:5
+"
+BDEPEND="git? ( virtual/pkgconfig )"
+
+PATCHES=( "${WORKDIR}/${PATCHSET}" )
+
+src_prepare() {
+ ecm_src_prepare
+
+ if ! use test; then
+ cmake_run_in src cmake_comment_add_subdirectory tests
+ fi
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_PHONON=OFF
+ -DENABLE_GPG=$(usex crypt)
+ $(cmake_use_find_package git Libgit2)
+ )
+ ecm_src_configure
+}
diff --git a/kde-misc/basket/metadata.xml b/kde-misc/basket/metadata.xml
index d7b2c0aec42e..7918b57332b0 100644
--- a/kde-misc/basket/metadata.xml
+++ b/kde-misc/basket/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo KDE Project</name>
</maintainer>
<upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
+ <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=basket</bugs-to>
<remote-id type="kde-invent">utilities/basket</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2025-03-16 23:20 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-16 23:20 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-25 22:17 [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/ Andreas Sturmlechner
2021-08-21 16:17 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2019-12-09 11:21 Andreas Sturmlechner
2019-04-01 10:55 Michael Palimaka
2019-04-01 10:55 Michael Palimaka
2019-03-24 10:25 Mikle Kolyada
2019-03-11 21:03 Andreas Sturmlechner
2019-01-17 21:18 Mikle Kolyada
2018-12-20 13:54 Andreas Sturmlechner
2018-04-15 17:15 Andreas Sturmlechner
2018-01-12 9:17 Michael Palimaka
2018-01-01 0:31 Andreas Sturmlechner
2017-08-19 8:42 Andreas Sturmlechner
2017-08-18 15:38 Michael Palimaka
2017-03-18 18:25 Andreas Sturmlechner
2017-02-12 2:14 Andreas Sturmlechner
2015-08-28 8:17 Justin Lecher
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=1742167190.eab26aa66f03cd717dbc1175e07e123774873bed.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