mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-apps/kwrite: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
396052ac3a
commit
7c22545241
@ -1 +1,2 @@
|
||||
DIST kate-25.08.3.tar.xz 8418112 BLAKE2B e3809bde6657c4b87b9a6dfc6217316a897dd10a360c46431805cb967eb9c1ecad022be694246561022e65b07d4ec4845ab6605bd6d0e80545f0ad882607682a SHA512 078a05db1e22c171a4c9341f079427ff7c7e4b7c4ec54b65e16d48b6c8139f3ac7fad64dd9fab74cd3602f5fe93cf9e5025e6921e47b157ed81ceaad1eb398f6
|
||||
DIST kate-25.12.0.tar.xz 8516380 BLAKE2B 244f9d6b3b862f294f5fd86337c69a91059502c8fc471f7ae02725669d6914deba125a7456a2555dc8b41ee37346d70f92db1200f19df9a877efec1a1acffc32 SHA512 d7513471f9353357bc5ef6bc5a5d27873540f3687c7c06c5b412e5e5d6e5359e526807517a93fbbdec502e18729da451663b8911c900b832efcb26c18ca93342
|
||||
|
||||
61
kde-apps/kwrite/kwrite-25.12.0.ebuild
Normal file
61
kde-apps/kwrite/kwrite-25.12.0.ebuild
Normal file
@ -0,0 +1,61 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KDE_ORG_NAME="kate"
|
||||
ECM_HANDBOOK="forceoff"
|
||||
KFMIN=6.19.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm flag-o-matic gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Simple text editor based on KDE Frameworks"
|
||||
HOMEPAGE="https://apps.kde.org/kwrite/"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
~kde-apps/kate-lib-${PV}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
virtual/libintl
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=kde-apps/kate-common-${PV}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
ecm_src_prepare
|
||||
ecm_punt_po_install
|
||||
|
||||
# these tests are run in kde-apps/kate-lib
|
||||
cmake_comment_add_subdirectory -f apps/lib autotests
|
||||
|
||||
# Don't build kio plugin
|
||||
cmake_comment_add_subdirectory -f apps/lib io
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_addons=FALSE
|
||||
-DBUILD_kate=FALSE
|
||||
)
|
||||
|
||||
# provided by kde-apps/kate-lib
|
||||
append-libs -lkateprivate
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ecm_src_install
|
||||
|
||||
# provided by kde-apps/kate-lib
|
||||
rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die
|
||||
rm -v "${ED}"/usr/bin/exec_inspect.sh || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user