mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-apps/ksystemlog: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
3833a06e6f
commit
cab7a16466
@ -1 +1,2 @@
|
||||
DIST ksystemlog-25.08.3.tar.xz 1885660 BLAKE2B 4f729df64bf7cf2330268c5395d1039743cb825b0d0c9777ff18b4f9fca81daac60a827825a6b9b3e63c40a804e43c6c3094d8b0cb6cc1ff2995645fa11aa918 SHA512 f2ea0a93eae351ba970b44ba151baea2a58ac48f97b15faa9735c64d4b8d295ba1389efc7dc4fe56bdd606f6bfbec7c3aea215d2a788efe6f72d2e7eda8cf089
|
||||
DIST ksystemlog-25.12.0.tar.xz 1885660 BLAKE2B bb55e591fb63647b21f632a5a98848dc62a660aa41d997e86ad4082a43ac1c7c060e6a88275de6fd53b6811ecdd07ac6c2c003891306a23d4afda9526a11b20e SHA512 e73921d4f4ac357b9c8857cd9f1a64ac2ab02f24b2accf6d59d556374ce8f8f5cba009f271f6a0cc2036ecf9b7f6257e1157e24f7230e624f084ec5283fe4eb6
|
||||
|
||||
61
kde-apps/ksystemlog/ksystemlog-25.12.0.ebuild
Normal file
61
kde-apps/ksystemlog/ksystemlog-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
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="forceoptional"
|
||||
KFMIN=6.19.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