File: disable_kde_test.patch

package info (click to toggle)
heaptrack 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,576 kB
  • sloc: cpp: 16,576; ansic: 5,896; sh: 385; xml: 245; python: 118; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable appstreamtest KDE test
  KDE adds its own test when using it through cmake.
  It seems this test has nothing to do with the packaged
  software. Disabling it.
Last-Update: 2018-02-03

Index: heaptrack/CMakeLists.txt
===================================================================
--- heaptrack.orig/CMakeLists.txt
+++ heaptrack/CMakeLists.txt
@@ -19,6 +19,7 @@ set(HEAPTRACK_VERSION_PATCH 0)
 set(HEAPTRACK_LIB_VERSION 1.2.0)
 set(HEAPTRACK_LIB_SOVERSION 2)
 set(HEAPTRACK_FILE_FORMAT_VERSION 2)
+set(appstreamtest_added TRUE GLOBAL_SCOPE)
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)