Hello community, here is the log from the commit of package kolor-manager for openSUSE:Factory checked in at 2018-01-16 09:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolor-manager (Old) and /work/SRC/openSUSE:Factory/.kolor-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolor-manager" Tue Jan 16 09:43:22 2018 rev:20 rq:565813 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kolor-manager/kolor-manager.changes 2017-02-03 17:45:50.279598783 +0100 +++ /work/SRC/openSUSE:Factory/.kolor-manager.new/kolor-manager.changes 2018-01-16 09:43:23.414825355 +0100 @@ -1,0 +2,5 @@ +Mon Jan 15 12:00:00 UTC 2018 - [email protected] + +- remove icon files (git#55f9bc59 patch-remove-icon-files.patch) + +------------------------------------------------------------------- New: ---- patch-remove-icon-files.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolor-manager.spec ++++++ --- /var/tmp/diff_new_pack.HZEzOz/_old 2018-01-16 09:43:24.306783604 +0100 +++ /var/tmp/diff_new_pack.HZEzOz/_new 2018-01-16 09:43:24.310783417 +0100 @@ -1,7 +1,7 @@ # # spec file for package kolor-manager # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2016 Kai-Uwe Behrmann <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -66,11 +66,14 @@ BuildRequires: pkgconfig(xcb-randr) BuildRequires: pkgconfig(xrandr) +Patch: patch-remove-icon-files.patch + %description The KDE5 systemsettings modules provide cross desktop Oyranos Color Management System settings. %prep %setup -n %{name}-%{version} -q +%patch -p1 %build %cmake_kf5 -d build ++++++ patch-remove-icon-files.patch ++++++ diff --git a/README.md b/README.md index 376461e..4213730 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ The following files are installed under each module directory. They are shown h MODULE.cpp (source code) MODULE.h (header) MODULE.ui (Qt Designer file) -icons.qrc (resource file for icons in 'kmdevices' and 'kminfo') ui_MODULE.h (Qt designer header file - for hand coding purposes) CMakeLists.txt (build instructions for each module) diff --git a/devices/CMakeLists.txt b/devices/CMakeLists.txt index c1d3158..fc281cd 100644 --- a/devices/CMakeLists.txt +++ b/devices/CMakeLists.txt @@ -3,9 +3,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) SET(kmdevices_PART_SRCS kmdevices.cpp ) -SET(kmdevices_RCCS - icons.qrc - ) QT5_ADD_RESOURCES(kcm_kmdevices_RCC_SRCS ${kmdevices_RCCS}) ADD_LIBRARY( kcm_kmdevices MODULE ${kmdevices_PART_SRCS} ${kmdevices_RCC_SRCS}) diff --git a/devices/icons.qrc b/devices/icons.qrc deleted file mode 100644 index 6a40e9e..0000000 --- a/devices/icons.qrc +++ /dev/null @@ -1,7 +0,0 @@ -<RCC> - <qresource prefix="/resources" > - <file alias="printer.png">resources/printer.png</file> - <file alias="monitor.png">resources/monitor.png</file> - <file alias="scanner.png">resources/scanner.png</file> - </qresource> -</RCC> diff --git a/information/CMakeLists.txt b/information/CMakeLists.txt index 837ef6b..1f98fbd 100644 --- a/information/CMakeLists.txt +++ b/information/CMakeLists.txt @@ -1,9 +1,6 @@ set(kminfo_PART_SRCS kminfo.cpp ) -SET(kminfo_RCCS - icons.qrc - ) QT5_ADD_RESOURCES(kcm_kminfo_RCC_SRCS ${kminfo_RCCS}) ADD_LIBRARY( kcm_kminfo MODULE ${kminfo_PART_SRCS} ${kminfo_RCC_SRCS} ) diff --git a/information/icons.qrc b/information/icons.qrc deleted file mode 100644 index d1f44ab..0000000 --- a/information/icons.qrc +++ /dev/null @@ -1,7 +0,0 @@ -<RCC> - <qresource prefix="/resources" > - <file alias="printer.png">resources/printer1.png</file> - <file alias="monitor.png">resources/monitor.png</file> - <file alias="scanner.png">resources/scanner.png</file> - </qresource> -</RCC> diff --git a/settings/CMakeLists.txt b/settings/CMakeLists.txt index 6f05a41..4880adf 100644 --- a/settings/CMakeLists.txt +++ b/settings/CMakeLists.txt @@ -3,9 +3,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) SET(kmsettings_PART_SRCS kmsettings.cpp ) -SET(kmsettings_RCCS - icons.qrc - ) QT5_ADD_RESOURCES(kcm_kmsettings_RCC_SRCS ${kmsettings_RCCS}) ADD_LIBRARY( kcm_kmsettings MODULE ${kmsettings_PART_SRCS} )
