Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kdevelop: update to 5.4.6
@ 2020-01-21 19:19 voidlinux-github
  2020-01-22 11:06 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-21 19:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages kdevelop.546
https://github.com/void-linux/void-packages/pull/18452

kdevelop: update to 5.4.6


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

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

From 3e56b2923f340d72ac74b0b334d19b93942c613b Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 21 Jan 2020 08:22:55 +0100
Subject: [PATCH 1/3] kdevelop: update to 5.4.6

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

diff --git a/srcpkgs/kdevelop/template b/srcpkgs/kdevelop/template
index 277477b5077..eed26f9965f 100644
--- a/srcpkgs/kdevelop/template
+++ b/srcpkgs/kdevelop/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop'
 pkgname=kdevelop
-version=5.4.4
-revision=2
+version=5.4.6
+revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools gettext"
 makedepends="apr-util-devel clang grantlee5-devel kcmutils-devel kdevelop-pg-qt
@@ -14,7 +14,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=10082f786773f5b202192c853832d08f59e1f13c57dcf77ad7697cf8c67f56b1
+checksum=5f97ed98db9e7723a450cc9ff2a7a1020f407b3d8cb9260fde1906b678cd5506
 nocross="subversion-devel is not available"
 
 build_options="webengine"

From 2d9eb3c3afb22ee352939b2567dc362fee000a0f Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 21 Jan 2020 08:24:11 +0100
Subject: [PATCH 2/3] kdevelop-python: update to 5.4.6

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

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index b70cc91780d..c6ef7c0e2ce 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
-version=5.4.4
-revision=3
+version=5.4.6
+revision=1
 wrksrc="kdev-python-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/kdevpythonsupport"
@@ -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=62755863daa31f9f7dbfebdf1b49397afadcaff331c488294403746c594d0378
+checksum=1feb4a494740c3a35bb02967078c994b80c630db5d004ce469c22b217ae2bc51
 pycompile_version="$py3_ver"
 nocross="kdevelop-devel is not available"
 

From ef2fb73aac6d032e744bd88b3ab5444aabd412cd Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 21 Jan 2020 08:26:00 +0100
Subject: [PATCH 3/3] kdevelop-php: update to 5.4.6

---
 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 058fa74b774..b1ba62f67b3 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.4
+version=5.4.6
 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=6047265553018f30c6f55ecfa3b095d8bf5c629223b078e0968c75710f1f670e
+checksum=6cc00a091bee419a405f1bd3e01d934456d10787a9505645a9479f7e5b519093
 nocross="kdevelop-devel is not available"

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

* Re: [PR PATCH] [Merged]: kdevelop: update to 5.4.6
  2020-01-21 19:19 [PR PATCH] kdevelop: update to 5.4.6 voidlinux-github
@ 2020-01-22 11:06 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-22 11:06 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.6
https://github.com/void-linux/void-packages/pull/18452

Description:


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

end of thread, other threads:[~2020-01-22 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 19:19 [PR PATCH] kdevelop: update to 5.4.6 voidlinux-github
2020-01-22 11:06 ` [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).