Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kdevelop: update to 5.5.1, including -python and -php subpackages
@ 2020-05-11 16:48 yopito
  2020-05-11 18:40 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: yopito @ 2020-05-11 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages kdevelop.551
https://github.com/void-linux/void-packages/pull/21842

kdevelop: update to 5.5.1, including -python and -php subpackages


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

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

From 8e7f8bad871e885ad19c03f4c5dbd5233a688e56 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Mon, 11 May 2020 14:07:59 +0200
Subject: [PATCH 1/3] kdevelop: update to 5.5.1

---
 srcpkgs/kdevelop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kdevelop/template b/srcpkgs/kdevelop/template
index 198cd546fb1..0615896b4c2 100644
--- a/srcpkgs/kdevelop/template
+++ b/srcpkgs/kdevelop/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop'
 pkgname=kdevelop
-version=5.5.0
-revision=3
+version=5.5.1
+revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools
  kcmutils kcoreaddons kdevelop-pg-qt plasma-framework gettext llvm tar which"
@@ -17,7 +17,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=a891aab101db8597ac0d35577faa4bc7a8a4b9de91140c70a9f112b183386810
+checksum=beded25c1076fe25388a21a183404deb37ce396a66cb14eed01870b7dae41da2
 
 build_options="webengine"
 desc_option_webengine="Use Qt5 WebEngine for documentation"

From 35e5b9cfa0e9e82052ad94aa2d36c94588e60c4f Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Mon, 11 May 2020 14:09:02 +0200
Subject: [PATCH 2/3] kdevelop-python: update to 5.5.1

---
 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 509a2eecf06..afb2f1f4850 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.5.0
+version=5.5.1
 revision=1
 wrksrc="kdev-python-${version}"
 build_style=cmake
@@ -15,7 +15,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=a87cdc7600545866f5e2cec282fcc5543e35d04bc963efada63f392c96e035ef
+checksum=9828109d14546bb85fa0ef868919dfe07f6d9e377e4710be6f215ed3343e5bfa
 python_version=3
 
 post_install() {

From ec7eb494345a130ddd750a04c433817cd7baab09 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Mon, 11 May 2020 14:10:00 +0200
Subject: [PATCH 3/3] kdevelop-php: update to 5.5.1

---
 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 3abdd5c5ca3..01ae87b4d87 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.5.0
+version=5.5.1
 revision=1
 wrksrc="kdev-php-${version}"
 build_style=cmake
@@ -14,4 +14,4 @@ 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=a28cbd6d815e44e0ce23105eb38875d77a766d343e4386b2e221c0f8305a3186
+checksum=907398753fdd30361b922252f0cde76cfe336692f7180f612e1706085bce7542

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

* Re: [PR PATCH] [Merged]: kdevelop: update to 5.5.1, including -python and -php subpackages
  2020-05-11 16:48 [PR PATCH] kdevelop: update to 5.5.1, including -python and -php subpackages yopito
@ 2020-05-11 18:40 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-05-11 18:40 UTC (permalink / raw)
  To: ml

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

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

kdevelop: update to 5.5.1, including -python and -php subpackages
https://github.com/void-linux/void-packages/pull/21842

Description:


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

end of thread, other threads:[~2020-05-11 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 16:48 [PR PATCH] kdevelop: update to 5.5.1, including -python and -php subpackages yopito
2020-05-11 18:40 ` [PR PATCH] [Merged]: " Hoshpak

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).