Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Kdevelop: update to 5.4.2
@ 2019-10-04 21:04 voidlinux-github
  2019-10-04 23:14 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-04 21:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is a new pull request by yopito against master on the void-packages repository

https://github.com/yopito/void-packages kdevelop.5.4.2
https://github.com/void-linux/void-packages/pull/15099

Kdevelop: update to 5.4.2


A patch file from https://github.com/void-linux/void-packages/pull/15099.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdevelop.5.4.2-15099.patch --]
[-- Type: text/x-diff, Size: 4213 bytes --]

From 001975dbd05a1b214c16cedbd04b9acbd184cc87 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Thu, 3 Oct 2019 08:19:53 +0200
Subject: [PATCH 1/3] kdevelop: update to 5.4.2

---
 srcpkgs/kdevelop/patches/use-std-c99.patch | 9 ++++-----
 srcpkgs/kdevelop/template                  | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/kdevelop/patches/use-std-c99.patch b/srcpkgs/kdevelop/patches/use-std-c99.patch
index da373e3ab2c..d766e446f69 100644
--- a/srcpkgs/kdevelop/patches/use-std-c99.patch
+++ b/srcpkgs/kdevelop/patches/use-std-c99.patch
@@ -4,13 +4,12 @@ Let's use C99 instead.
 
 --- CMakeLists.txt.ORIG
 +++ CMakeLists.txt
-@@ -21,6 +21,9 @@
- endif()
- 
+@@ -15,6 +15,8 @@
+ include(KDEInstallDirs)
+ include(KDECMakeSettings)
  include(KDECompilerSettings NO_POLICY_SCOPE) # needs to be first, as set policies influence following macros
 +string(REPLACE " -std=iso9899:1990" "" CMAKE_C_FLAGS " ${CMAKE_C_FLAGS} ")
 +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
-+
+ 
  include(ECMOptionalAddSubdirectory)
  include(ECMInstallIcons)
- include(ECMAddAppIcon)
diff --git a/srcpkgs/kdevelop/template b/srcpkgs/kdevelop/template
index ad3c8d13c32..94900870527 100644
--- a/srcpkgs/kdevelop/template
+++ b/srcpkgs/kdevelop/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop'
 pkgname=kdevelop
-version=5.4.1
-revision=2
+version=5.4.2
+revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
 makedepends="apr-util-devel clang grantlee5-devel kcmutils-devel kdevelop-pg-qt
@@ -15,7 +15,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.kdevelop.org/"
 distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=6849c289ab9f4ad227cc4f4a52bf14e0eacab89ebf81020b0238d5ae607d388a
+checksum=52e253da4892428ef3059568a93263bf7f9dec5ddeb17b0e5d258726492dc6c4
 nocross="subversion-devel is not available"
 
 kdevelop-devel_package() {

From 5a823517e71c97a7bdef74c8e5ef5bf18b34e4c3 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Thu, 3 Oct 2019 08:20:09 +0200
Subject: [PATCH 2/3] kdevelop-php: update to 5.4.2

---
 srcpkgs/kdevelop-php/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdevelop-php/template b/srcpkgs/kdevelop-php/template
index 33f998862c4..ab2b462aa62 100644
--- a/srcpkgs/kdevelop-php/template
+++ b/srcpkgs/kdevelop-php/template
@@ -1,6 +1,6 @@
 # Template file for 'kdevelop-php'
 pkgname=kdevelop-php
-version=5.4.1
+version=5.4.2
 revision=1
 wrksrc="kdev-php-${version}"
 build_style=cmake
@@ -13,5 +13,5 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://www.kdevelop.org/"
 distfiles="${KDE_SITE}/kdevelop/${version}/src/kdev-php-${version}.tar.xz"
-checksum=7dc4a1f4e8521dfa85fce1ad736405e0dc1d25ad7b152587aaa50eb92c8cb992
+checksum=360444b7ac7c2f35144b4e13054a169b705b44e66219bd988ec1137e07994967
 nocross="kdevelop-devel is not available"

From a78264e5b7102f51d7db7cf98aee067e71eeb458 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Thu, 3 Oct 2019 08:20:24 +0200
Subject: [PATCH 3/3] kdevelop-python: update to 5.4.2

---
 srcpkgs/kdevelop-python/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 18f9a2764b4..0265916a3d0 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,6 +1,6 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
-version=5.4.1
+version=5.4.2
 revision=1
 wrksrc="kdev-python-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-2.0-or-later, GPL-2.0-or-later"
 homepage="https://www.kdevelop.org/"
 distfiles="${KDE_SITE}/kdevelop/${version}/src/kdev-python-${version}.tar.xz"
-checksum=b7dfe4d477eac8ef59f988ff471d3ea6169faac0c841bd93b0f981036ed47bd7
+checksum=bb32205081d55723bc5948f93fe0cdb9baeadacf0d0eba74f131d58477679867
 pycompile_version="$py3_ver"
 nocross="kdevelop-devel is not available"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Kdevelop: update to 5.4.2
  2019-10-04 21:04 [PR PATCH] Kdevelop: update to 5.4.2 voidlinux-github
@ 2019-10-04 23:14 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-04 23:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a merged pull request on the void-packages repository

Kdevelop: update to 5.4.2
https://github.com/void-linux/void-packages/pull/15099

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-04 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 21:04 [PR PATCH] Kdevelop: update to 5.4.2 voidlinux-github
2019-10-04 23:14 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).