kcmutils: update to 5.98.0.
This commit is contained in:
parent
e354816856
commit
14d335c508
|
@ -1,11 +0,0 @@
|
|||
--- a/CMakeLists.txt 2022-08-07 15:19:37.000000000 +0200
|
||||
+++ - 2022-09-11 10:33:06.432528721 +0200
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
include(CMakeDependentOption)
|
||||
-cmake_dependent_option(TOOLS_ONLY "Only build the tools and not the rest of KCMUtils" OFF "NOT CMAKE_CROSSCOMPILING" ON)
|
||||
+option(TOOLS_ONLY "Only build the tools and not the rest of KCMUtils" OFF)
|
||||
if (TOOLS_ONLY)
|
||||
find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core)
|
||||
add_subdirectory(tools)
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kcmutils'
|
||||
pkgname=kcmutils
|
||||
version=5.97.0
|
||||
version=5.98.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper=qemu
|
||||
|
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="LGPL-2.0-or-later, LGPL-2.0-only"
|
||||
homepage="https://invent.kde.org/frameworks/kcmutils"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=ad1907b5347a907cfa2ff0ef37432d4f1f6b6abbaac2866b75a590b8926a5a75
|
||||
checksum=1d1740f3a115111802fcd58c3f7c3e52ca77f65e2c449859ccdd4a132279134b
|
||||
|
||||
kcmutils-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in New Issue