mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
okteta: update to 0.26.5
This commit is contained in:
parent
63eaa9c296
commit
4ea65c31eb
2 changed files with 2 additions and 38 deletions
|
@ -1,36 +0,0 @@
|
||||||
fix https://invent.kde.org/utilities/okteta/-/issues/1
|
|
||||||
|
|
||||||
--- kasten/controllers/CMakeLists.txt.ORIG 2020-07-28 23:41:01.000000000 +0200
|
|
||||||
+++ kasten/controllers/CMakeLists.txt 2020-11-01 11:15:35.947523996 +0100
|
|
||||||
@@ -583,14 +583,29 @@
|
|
||||||
test/scriptvalueconvertertest.cpp
|
|
||||||
test/osdparsertest.cpp
|
|
||||||
test/commonparsertest.cpp
|
|
||||||
- test/jsparsertest.cpp
|
|
||||||
- test/customtostringtest.cpp
|
|
||||||
test/locktooffsettest.cpp
|
|
||||||
|
|
||||||
NAME_PREFIX structures-
|
|
||||||
LINK_LIBRARIES structureview-tested-srcs Qt5::Test poddecoder-typeeditors
|
|
||||||
)
|
|
||||||
|
|
||||||
+ #these tests are using QFINDTESTDATA, that does not work since managed by
|
|
||||||
+ #CMake from this parent directory: WORKING_DIRECTORY must be set accordindly
|
|
||||||
+ add_executable(jsparsertest test/jsparsertest.cpp)
|
|
||||||
+ add_test(
|
|
||||||
+ NAME structures-jsparsertest
|
|
||||||
+ COMMAND jsparsertest
|
|
||||||
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test
|
|
||||||
+ )
|
|
||||||
+ target_link_libraries(jsparsertest structureview-tested-srcs Qt5::Test poddecoder-typeeditors)
|
|
||||||
+ add_executable(customtostringtest test/customtostringtest.cpp)
|
|
||||||
+ add_test(
|
|
||||||
+ NAME structures-customtostringtest
|
|
||||||
+ COMMAND customtostringtest
|
|
||||||
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test
|
|
||||||
+ )
|
|
||||||
+ target_link_libraries(customtostringtest structureview-tested-srcs Qt5::Test poddecoder-typeeditors)
|
|
||||||
+
|
|
||||||
#replace tool unit tests
|
|
||||||
ecm_add_test(
|
|
||||||
view/search/searchjob.cpp
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'okteta'
|
# Template file for 'okteta'
|
||||||
pkgname=okteta
|
pkgname=okteta
|
||||||
reverts="4.14.3_1"
|
reverts="4.14.3_1"
|
||||||
version=0.26.4
|
version=0.26.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules gettext python qt5-qmake qt5-host-tools
|
hostmakedepends="extra-cmake-modules gettext python qt5-qmake qt5-host-tools
|
||||||
|
@ -15,7 +15,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://kde.org/applications/utilities/org.kde.okteta"
|
homepage="https://kde.org/applications/utilities/org.kde.okteta"
|
||||||
distfiles="${KDE_SITE}/okteta/${version}/src/okteta-${version}.tar.xz"
|
distfiles="${KDE_SITE}/okteta/${version}/src/okteta-${version}.tar.xz"
|
||||||
checksum=ef22b096c4d8a682b5467ee7d8e9e05ede44cde116daef804312745c4bfd0f03
|
checksum=9fc7edfff73e7b0583af540b0c052f9221ca3f11ea3fc3604c2bcedb09c29a97
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
export QT_QPA_PLATFORM=offscreen
|
export QT_QPA_PLATFORM=offscreen
|
||||||
|
|
Loading…
Add table
Reference in a new issue