diff --git a/files/0001-Mark-header-includes-as-system.patch b/files/0001-Mark-header-includes-as-system.patch deleted file mode 100644 --- a/files/0001-Mark-header-includes-as-system.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 136bb77f7bb254668d883cd6cf016607cd6eba75 Mon Sep 17 00:00:00 2001 -From: Joey Riches -Date: Tue, 16 Oct 2018 22:53:05 +0100 -Subject: [PATCH 1/1] Mark header includes as system - -Signed-off-by: Joey Riches ---- - src/radiotray-ng/CMakeLists.txt | 2 +- - src/radiotray-ng/extras/media_keys/CMakeLists.txt | 2 +- - src/radiotray-ng/extras/rtng_dbus/CMakeLists.txt | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/radiotray-ng/CMakeLists.txt b/src/radiotray-ng/CMakeLists.txt -index 8f6e608..b3c6586 100644 ---- a/src/radiotray-ng/CMakeLists.txt -+++ b/src/radiotray-ng/CMakeLists.txt -@@ -37,4 +37,4 @@ target_link_libraries( - ) - - add_dependencies(radiotray-ng user-agent) --target_include_directories(radiotray-ng PRIVATE ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${GSTREAMER_INCLUDE_DIRS} ${APPINDICATOR_INCLUDE_DIRS} ${GIOMM_INCLUDE_DIRS} ${GLIBMM_INCLUDE_DIRS}) -+target_include_directories(radiotray-ng SYSTEM PRIVATE ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${GSTREAMER_INCLUDE_DIRS} ${APPINDICATOR_INCLUDE_DIRS} ${GIOMM_INCLUDE_DIRS} ${GLIBMM_INCLUDE_DIRS}) -diff --git a/src/radiotray-ng/extras/media_keys/CMakeLists.txt b/src/radiotray-ng/extras/media_keys/CMakeLists.txt -index 7205873..4861747 100644 ---- a/src/radiotray-ng/extras/media_keys/CMakeLists.txt -+++ b/src/radiotray-ng/extras/media_keys/CMakeLists.txt -@@ -8,4 +8,4 @@ add_library(media_keys STATIC ${SRC_FILES}) - - # todo: if appindicator add the includes - target_link_libraries(media_keys ${APPINDICATOR_GUI} ${GIOMM_LIBRARIES}) --target_include_directories(media_keys PRIVATE ${GIOMM_INCLUDE_DIRS} ${APPINDICATOR_INCLUDE_DIRS} ) -+target_include_directories(media_keys SYSTEM PRIVATE ${GIOMM_INCLUDE_DIRS} ${APPINDICATOR_INCLUDE_DIRS} ) -diff --git a/src/radiotray-ng/extras/rtng_dbus/CMakeLists.txt b/src/radiotray-ng/extras/rtng_dbus/CMakeLists.txt -index 0c3d64c..1255396 100644 ---- a/src/radiotray-ng/extras/rtng_dbus/CMakeLists.txt -+++ b/src/radiotray-ng/extras/rtng_dbus/CMakeLists.txt -@@ -3,4 +3,4 @@ FILE(GLOB SRC_FILES "*.cpp") - add_library(rtng_dbus STATIC ${SRC_FILES}) - - target_link_libraries(rtng_dbus ${GLIBMM_LIBRARIES} ${GIOMM_LIBRARIES}) --target_include_directories(rtng_dbus PRIVATE ${GIOMM_INCLUDE_DIRS} ${GLIBMM_INCLUDE_DIRS}) -+target_include_directories(rtng_dbus SYSTEM PRIVATE ${GIOMM_INCLUDE_DIRS} ${GLIBMM_INCLUDE_DIRS}) --- -2.19.1 - diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : radiotray-ng -version : 0.2.3 -release : 13 +version : 0.2.4 +release : 14 source : - - https://github.com/ebruck/radiotray-ng/archive/v0.2.3.tar.gz : a8dacc297ea1d547aadadf54ed081555aacecbed4d8b1b903188bead0c3d6fcb + - https://github.com/ebruck/radiotray-ng/archive/v0.2.4.tar.gz : 404dae294bbb9927aadf789cea00b33baedf784658187a21a83433a1efe18a3a license : GPL-3.0-or-later component : multimedia.audio summary : An Internet radio player for Linux @@ -22,7 +22,6 @@ - lsb-release - wxwidgets-devel setup : | - %patch -p1 < $pkgfiles/0001-Mark-header-includes-as-system.patch %cmake . build : | %make diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ radiotray-ng - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net GPL-3.0-or-later multimedia.audio @@ -41,12 +41,12 @@ - - 2018-10-16 - 0.2.3 + + 2018-10-19 + 0.2.4 Packaging update - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file