mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-misc/basket: drop 2.49b_p20250902
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
5a40e1f0e6
commit
79c8e30428
@ -1,2 +1 @@
|
||||
DIST basket-2.49b_p20250902-51a96097.tar.gz 6013986 BLAKE2B 00c66ac7eb3f303e29e8f86d6ff5b9957c7205aca1def529c5c17f698448912bb31fe3300957d9591eebefb5534e4e7d8b218aee2df4a935cff99a7900392bf7 SHA512 aff7f559ecee01f0ebc2b7b6cd639c863eff9f7a332dfada1668b161043e441050ced1ee2f3cb160f7e2ae4da398a320a5dad51dd305ba7cb5cb339853c827a6
|
||||
DIST basket-2.49b_p20251207-555e8c30.tar.gz 6027740 BLAKE2B f6c78317332413f51ba4125d57baa93825a9f38a34eab76d60df8a59cfa8333549ef03d2438f002d78896c6f1ae0372b1c9f73697897e1c74c1d46abdcf7f62b SHA512 ee1281231bff397d6ae68af5c47d2b09ce7336027e18881535465998daaa8ad356e834ebaba3b7b3ba503971f2e0f1bde225eb4a50b0bd53b81166bc29cf527d
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
# 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=51a96097381ec2b9b6e10106afa9ebf2579e5272
|
||||
KFMIN=6.9.0
|
||||
QTMIN=6.8.1
|
||||
inherit ecm kde.org xdg
|
||||
|
||||
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/kde/${KDE_ORG_NAME}-${PV}-${KDE_ORG_COMMIT:0:8}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="crypt git"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
|
||||
>=dev-qt/qtmultimedia-${QTMIN}:6
|
||||
>=kde-frameworks/karchive-${KFMIN}:6
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kcolorscheme-${KFMIN}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kfilemetadata-${KFMIN}:6
|
||||
>=kde-frameworks/kglobalaccel-${KFMIN}:6
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=kde-frameworks/kparts-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
crypt? ( app-crypt/gpgme:= )
|
||||
git? ( dev-libs/libgit2:= )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!${CATEGORY}/${PN}:5
|
||||
"
|
||||
BDEPEND="git? ( virtual/pkgconfig )"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-cmake-minreqver-3.16.patch" ) # bug 966794
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_GPG=$(usex crypt)
|
||||
$(cmake_use_find_package git Libgit2)
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
@ -1,39 +0,0 @@
|
||||
From 1b942e65ab16d98e68f39fe107c7421d2ccc9f3b Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
Date: Sat, 29 Nov 2025 20:04:33 +0100
|
||||
Subject: [PATCH] Raise minimum CMake version to 3.16
|
||||
|
||||
CMake 3.31 warns about compat. for <3.10 being removed in the future.
|
||||
3.16 aligns with most of ECM revdeps while some ECM modules already
|
||||
warn about using <3.16 minimum.
|
||||
|
||||
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
---
|
||||
CMakeLists.txt | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 2cf9cc6..728e507 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -3,7 +3,7 @@
|
||||
# SPDX-FileCopyrightText: (C) 2018 Luigi Toscano <luigi.toscano@tiscali.it>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
-cmake_minimum_required(VERSION 3.5)
|
||||
+cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(Basket VERSION 2.49.90)
|
||||
|
||||
@@ -22,8 +22,6 @@ option(DEBUG_PIPE "Enabled Named Debugging Pipe" OFF)
|
||||
# do we use a GNU compiler?
|
||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-delete-null-pointer-checks")
|
||||
- # TODO: after removing kdelibs4support this could also be removed
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user