[SCM] plasma-integration packaging branch, master, updated. debian/5.10.5-2-22-g808cf19

Maximiliano Curia maxy at moszumanska.debian.org
Wed Feb 7 13:28:29 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-integration.git;a=commitdiff;h=808cf19

The following commit has been merged in the master branch:
commit 808cf190d3f5ead05fdc57a9de2c7642128b95be
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Feb 7 14:27:41 2018 +0100

    Rediff patches
---
 debian/patches/Drop-the-patch-version-for-breeze.patch | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/patches/Drop-the-patch-version-for-breeze.patch b/debian/patches/Drop-the-patch-version-for-breeze.patch
index 8e7f4ed..6e2375b 100644
--- a/debian/patches/Drop-the-patch-version-for-breeze.patch
+++ b/debian/patches/Drop-the-patch-version-for-breeze.patch
@@ -9,18 +9,20 @@ major.minor, so dropping this unnecessary requirement.
  CMakeLists.txt | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1596dfd..08366eb 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -3,6 +3,8 @@
+@@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 2.8.12)
  project(PlasmaIntegration)
- set(PROJECT_VERSION "5.11.4")
+ set(PROJECT_VERSION "5.12.0")
  set(PROJECT_VERSION_MAJOR 5)
 +string(REGEX MATCHALL "[0-9]+" PROJECT_VERSION_COMPONENTS ${PROJECT_VERSION})
 +list(GET PROJECT_VERSION_COMPONENTS 1 PROJECT_VERSION_MINOR)
  
  include(FeatureSummary)
  find_package(ECM 5.17.0  NO_MODULE)
-@@ -39,7 +41,7 @@
+@@ -39,7 +41,7 @@ set_package_properties(XCB PROPERTIES
      PURPOSE "Required to pass style properties to native Windows on X11 Platform"
  )
  

-- 
plasma-integration packaging



More information about the pkg-kde-commits mailing list