keditbookmarks: update to 21.08.0.
This commit is contained in:
parent
75d4ec35ba
commit
12529f05a4
2 changed files with 2 additions and 30 deletions
|
@ -1,28 +0,0 @@
|
|||
From aad04fa1c1d953094d570fbb26d8d015ae0e4462 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
|
||||
Date: Fri, 6 Nov 2020 21:17:30 +0100
|
||||
Subject: [PATCH] fix-tests
|
||||
|
||||
|
||||
diff --git src/kbookmarkmodel/tests/CMakeLists.txt src/kbookmarkmodel/tests/CMakeLists.txt
|
||||
index 54df341..c07a310 100644
|
||||
--- a/src/kbookmarkmodel/tests/CMakeLists.txt
|
||||
+++ b/src/kbookmarkmodel/tests/CMakeLists.txt
|
||||
@@ -5,7 +5,11 @@ set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
###### kbookmarkmodeltest ######
|
||||
|
||||
set(kbookmarkmodeltest_SRCS kbookmarkmodeltest.cpp)
|
||||
-ecm_add_test(${kbookmarkmodeltest_SRCS}
|
||||
- TEST_NAME kbookmarkmodeltest
|
||||
- LINK_LIBRARIES kbookmarkmodel_private KF5::Bookmarks Qt5::Test
|
||||
+add_executable(kbookmarkmodeltest ${kbookmarkmodeltest_SRCS})
|
||||
+add_test(
|
||||
+ NAME kbookmarkmodeltest
|
||||
+ COMMAND kbookmarkmodeltest
|
||||
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
+target_link_libraries(kbookmarkmodeltest kbookmarkmodel_private KF5::Bookmarks Qt5::Test)
|
||||
+
|
||||
--
|
||||
2.29.2
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'keditbookmarks'
|
||||
pkgname=keditbookmarks
|
||||
version=21.04.3
|
||||
version=21.08.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules gettext kcoreaddons kconfig kdoctools
|
||||
|
@ -11,4 +11,4 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|||
license="GPL-2.0-or-later, GFDL-1.2-only"
|
||||
homepage="https://www.kde.org/"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/keditbookmarks-${version}.tar.xz"
|
||||
checksum=2672ae455209a7be9020ae9021640131e8312c02d36674c64edccbb77df96e7a
|
||||
checksum=0ee5639aef132899f0de909db8c56536b421273d7dee494fda24efc7410316fc
|
||||
|
|
Loading…
Reference in a new issue