mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
kde-apps/ksystemlog: 25.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
0d646d6344
commit
98482f5f97
@ -1 +1,2 @@
|
||||
DIST ksystemlog-25.04.3.tar.xz 1872256 BLAKE2B f984a1cddfa8276bca321a6d7ce2e40706759466deeb5cfaaeefe07264ec0793017d4be5b6d0964e0afa5470c9120d1585fd5d871ed9d4de13458601f9330253 SHA512 ca3851edcc0b69c51f298ec45753bb111fcdc15b8b8584ac8fd75d2daba425a10599dc0885a1455197c4f28d74df50589c9820b08e2eb2a36210123371aeac4b
|
||||
DIST ksystemlog-25.08.0.tar.xz 1885584 BLAKE2B bbe2be9d6663a8184da10d58af1b6d9f47eca5f6dab9bf1a30f9eb0a40fc42bcdc865915ab1ba5d4f72269ed3218d46e0d25bcbb518bc09afb832d5678247f9e SHA512 cb7c4aa0abde9c62ae0405ce5f94f26c83ed098c58b3d82325a8e65020fbd18d3d3ddeed84af3c78e20dcc3c20d480be9632c1c219f41d31725b1b1732918b4b
|
||||
|
||||
61
kde-apps/ksystemlog/ksystemlog-25.08.0.ebuild
Normal file
61
kde-apps/ksystemlog/ksystemlog-25.08.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
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="forceoptional"
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="System log viewer by KDE"
|
||||
HOMEPAGE="https://apps.kde.org/ksystemlog/"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="audit kdesu systemd"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=kde-frameworks/karchive-${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/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
audit? ( sys-process/audit )
|
||||
systemd? (
|
||||
>=dev-qt/qtbase-${QTMIN}:6[network]
|
||||
sys-apps/systemd:=
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
ecm_src_prepare
|
||||
if ! use kdesu; then
|
||||
sed -e "/^X-KDE-SubstituteUID/s:true:false:" \
|
||||
-i src/org.kde.ksystemlog.desktop || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package audit Audit)
|
||||
$(cmake_use_find_package systemd Journald)
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use kdesu || elog "Will show only user readable logs without USE=kdesu (only in X)."
|
||||
use kdesu && elog "Cannot be launched from application menu in Wayland with USE=kdesu."
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user