[SCM] plasma-integration packaging branch, master, updated. debian/5.8.6-1-18-g3eed8a7
Maximiliano Curia
maxy at moszumanska.debian.org
Mon Aug 28 14:06:32 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-integration.git;a=commitdiff;h=931c547
The following commit has been merged in the master branch:
commit 931c547935963ea1a5e8ffaf3b7e841f89ae6d85
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Aug 17 18:30:49 2017 +0200
Refresh patch
---
debian/patches/Drop-the-patch-version-for-breeze.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/Drop-the-patch-version-for-breeze.patch b/debian/patches/Drop-the-patch-version-for-breeze.patch
index 69b931f..1a5ac2c 100644
--- a/debian/patches/Drop-the-patch-version-for-breeze.patch
+++ b/debian/patches/Drop-the-patch-version-for-breeze.patch
@@ -10,12 +10,12 @@ major.minor, so dropping this unnecessary requirement.
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 68754f0..fddfd55 100644
+index cd1a32d..64cd960 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 2.8.12)
project(PlasmaIntegration)
- set(PROJECT_VERSION "5.10.3")
+ set(PROJECT_VERSION "5.10.4")
set(PROJECT_VERSION_MAJOR 5)
+string(REGEX MATCHALL "[0-9]+" PROJECT_VERSION_COMPONENTS ${PROJECT_VERSION})
+list(GET PROJECT_VERSION_COMPONENTS 1 PROJECT_VERSION_MINOR)
--
plasma-integration packaging
More information about the pkg-kde-commits
mailing list