mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
app-text/kbibtex: drop 0.10.50_pre20250205
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
8284c4bd4d
commit
050964b19b
@ -1,2 +1 @@
|
||||
DIST kbibtex-0.10.50_pre20250205-b76e7904.tar.gz 5618097 BLAKE2B 1bb8623c725471e298ce070d3a9cc19bd7ff31b2d5a1b9c8508ef4edd668b9763645fb7a6993d8217a020af51fe1673fbbd38dd2c2f7d1ba16d86a96951f7441 SHA512 44c15c7b9cc18b8b43557b89c194d431128af5dcbe98bc511fb41534b17d578bfe20caf3bc8050bd14b8b3298ba903b4dbeec8396d0de2cf40750096736c2195
|
||||
DIST kbibtex-0.10.50_pre20251011-128216c0.tar.gz 5533152 BLAKE2B 35b804e6b6606b466cdcc4499c07055df92e5b3111524555881130b1b70587b818324ecf6384ef6cec7ed066d4b67eee51f31313432a97df1ff27c338d6bf1f3 SHA512 6d90ef4ce88318bbf61f21bd6e4535c51881fd7b4b1345dcd41c75caecd8a9ef604a6cda9f95d1256eaa8666ee614cabf0704d3f854d10985ff6a40422404afd
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
From fa79e2682a51ec1920ea80af5dcc4fd9f9af320a Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
Date: Thu, 6 Feb 2025 22:46:40 +0100
|
||||
Subject: CMake: Re-add lookup of KDocTools
|
||||
|
||||
Commented out in commit 11f6daece7d1d3d9c84db5b8aea25017aaba1c9d and
|
||||
further cleaned up in commit c0988c00d04012c2767f59149dd954b34599742e
|
||||
without comment.
|
||||
|
||||
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
---
|
||||
CMakeLists.txt | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 47df2bae..a160ebfe 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -180,6 +180,8 @@ find_package(
|
||||
MODULE
|
||||
REQUIRED
|
||||
Config
|
||||
+ OPTIONAL_COMPONENTS
|
||||
+ DocTools
|
||||
)
|
||||
if(BUILD_KPART OR BUILD_TESTING)
|
||||
find_package(
|
||||
--
|
||||
2.48.1
|
||||
@ -1,75 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KDE_ORG_COMMIT=b76e7904b8288f001beb4fc0a60a5c66448de85d
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="true"
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
KFMIN=6.9.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm kde.org optfeature python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
|
||||
HOMEPAGE="https://apps.kde.org/kbibtex/ https://userbase.kde.org/KBibTeX"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="webengine"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
COMMON_DEPEND="
|
||||
app-text/poppler[qt6]
|
||||
dev-libs/icu:=
|
||||
>=dev-qt/qt5compat-${QTMIN}:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
|
||||
>=dev-qt/qtnetworkauth-${QTMIN}: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/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kparts-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/ktexteditor-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwallet-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
virtual/tex-base
|
||||
webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[widgets] )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!${CATEGORY}/${PN}:5
|
||||
dev-tex/bibtex2html
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
${PYTHON_DEPS}
|
||||
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-cmake.patch ) # bug 949362, pending upstream
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DQT_MAJOR_VERSION=6
|
||||
$(cmake_use_find_package webengine Qt6WebEngineWidgets)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "PDF or PostScript document previews" "kde-apps/okular:6"
|
||||
fi
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user