Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kdevelop stack: update to 5.6.1
@ 2020-12-25 23:38 yopito
  2020-12-26  4:24 ` [PR REVIEW] " ericonr
  2020-12-26  4:27 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: yopito @ 2020-12-25 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages kdevelop.561
https://github.com/void-linux/void-packages/pull/27433

kdevelop stack: update to 5.6.1


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

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

From 7939d48a3ac1dfa3be8c4ca82b32059f4a206ab4 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 23 Dec 2020 23:12:42 +0100
Subject: [PATCH 1/3] kdevelop: update to 5.6.1

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

diff --git a/srcpkgs/kdevelop/template b/srcpkgs/kdevelop/template
index bdab6e149cb..e805fed956f 100644
--- a/srcpkgs/kdevelop/template
+++ b/srcpkgs/kdevelop/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop'
 pkgname=kdevelop
-version=5.6.0
-revision=2
+version=5.6.1
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools
@@ -18,20 +18,17 @@ 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=38adc7d4c4cf2f0fb4191650001e979b5e1b5a3476db28737020baf2fb56f532
+checksum=9e4488522275ebef9d68eebb68523a99e1c58d35e8d75127f7d749784c2e370a
 
 build_options="webengine"
 desc_option_webengine="Use Qt5 WebEngine for documentation"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
-	build_options_default="webengine"
+	if [ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
+		build_options_default="webengine"
+	fi
 fi
 
-case "$XBPS_TARGET_MACHINE" in
-	# qt5-webengine-devel unavailable
-	armv*) build_options_default="" ;;
-esac
-
 kdevelop-devel_package() {
 	depends="kdevelop>=${version}_${revision}"
 	short_desc+=" - development files"

From 1b67389d0714b587679e35ab28bbf79504c399b3 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 23 Dec 2020 23:13:32 +0100
Subject: [PATCH 2/3] kdevelop-python: update to 5.6.1

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

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 53c9558a9d8..d3aec9f4cdf 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,10 +1,11 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
-version=5.6.0
-revision=2
+version=5.6.1
+revision=1
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
+pycompile_dirs="usr/share/kdevpythonsupport"
 hostmakedepends="extra-cmake-modules tar gettext python3 qt5-qmake python3-devel
  qt5-host-tools kcoreaddons"
 makedepends="python3-devel qt5-devel knewstuff-devel kitemmodels-devel
@@ -15,8 +16,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=cb7163c1b72390c647bb9c0892abc84007699d447f303b4652cdd9cdb0036d52
-pycompile_dirs="usr/share/kdevpythonsupport"
+checksum=00d5db9596b7db9a6dd109fd3605dc155ac849b1b88328e038d4cf7b7fd575f3
 python_version=3
 
 post_install() {

From f98d8cd493c0e43aadaba39d720b6a5a88f8f9c0 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 23 Dec 2020 23:14:06 +0100
Subject: [PATCH 3/3] kdevelop-php: update to 5.6.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 9fc902b55f9..f54a9dd7c9c 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.6.0
+version=5.6.1
 revision=1
 wrksrc="kdev-php-${version}"
 build_style=cmake
@@ -15,4 +15,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=39ec342aeb43bf1482c327575e0f810339d309bffbfaa8260ec912a8e3fc4a2b
+checksum=702f12a1ad0caadd020ac30294b70ec6426e7961ac439d270f3010748b3f7a5a

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

* Re: [PR REVIEW] kdevelop stack: update to 5.6.1
  2020-12-25 23:38 [PR PATCH] kdevelop stack: update to 5.6.1 yopito
@ 2020-12-26  4:24 ` ericonr
  2020-12-26  4:27 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-26  4:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27433#discussion_r548941252

Comment:
Good change, thanks :)

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

* Re: [PR PATCH] [Merged]: kdevelop stack: update to 5.6.1
  2020-12-25 23:38 [PR PATCH] kdevelop stack: update to 5.6.1 yopito
  2020-12-26  4:24 ` [PR REVIEW] " ericonr
@ 2020-12-26  4:27 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-26  4:27 UTC (permalink / raw)
  To: ml

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

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

kdevelop stack: update to 5.6.1
https://github.com/void-linux/void-packages/pull/27433

Description:


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

end of thread, other threads:[~2020-12-26  4:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25 23:38 [PR PATCH] kdevelop stack: update to 5.6.1 yopito
2020-12-26  4:24 ` [PR REVIEW] " ericonr
2020-12-26  4:27 ` [PR PATCH] [Merged]: " ericonr

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