Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WIP: qtcreator: update to 5.0.2.
@ 2021-10-24 19:15 karl-nilsson
  2021-10-25 17:20 ` [PR PATCH] [Updated] " Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: karl-nilsson @ 2021-10-24 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages qtcreator
https://github.com/void-linux/void-packages/pull/33733

WIP: qtcreator: update to 5.0.2.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x64-glibc)



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

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

From 5733d37cace0c370dd10f86ba276f976fdbe98db Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sat, 23 Oct 2021 15:37:14 -0400
Subject: [PATCH] qtcreator: update to 5.0.2.

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

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index afbc1e8af7df..c3091dfba4b9 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=4.15.2
+version=5.0.2
 revision=1
 wrksrc="qt-creator-opensource-src-${version}"
 build_style=qmake
@@ -16,7 +16,7 @@ license="LGPL-3.0-or-later, custom:QtCompany-GPL-Exception-1.0"
 homepage="https://wiki.qt.io/Category:Tools::QtCreator"
 changelog="https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-${version}.md"
 distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
-checksum=9edb911d910665891a8e1488d72d080fb9a6002b24eb9034aa031a67a5496f7f
+checksum=1bf07150226da46237f26f5eaa9f090ce81ed79b9bc75e0dfa6328043e360103
 replaces="qtcreator-data>=0"
 python_version=3
 

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

* Re: [PR PATCH] [Updated] WIP: qtcreator: update to 5.0.2.
  2021-10-24 19:15 [PR PATCH] WIP: qtcreator: update to 5.0.2 karl-nilsson
@ 2021-10-25 17:20 ` Chocimier
  2021-10-25 17:21 ` Chocimier
  2021-10-25 20:24 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-10-25 17:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/karl-nilsson/void-packages qtcreator
https://github.com/void-linux/void-packages/pull/33733

WIP: qtcreator: update to 5.0.2.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x64-glibc)

The start menu entry is missing, and the update file seems to be broken

ping @Chocimier 

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

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

From 1ab4b91027982217daf631b1decedf87bd53719f Mon Sep 17 00:00:00 2001
From: istepic <imiste@protonmail.com>
Date: Thu, 5 Aug 2021 13:23:48 +0200
Subject: [PATCH 1/3] qtcreator-full: examples and documentation are not
 available in QTCreator without qt5-doc package

---
 srcpkgs/qtcreator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index afbc1e8af7df..44144a6b107a 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -51,7 +51,7 @@ qtcreator-full_package() {
  qt5-speech-devel qt5-styleplugins-devel qt5-svg-devel
  qt5-tools-devel qt5-virtualkeyboard-devel qt5-wayland-devel qt5-webchannel-devel
  qt5-webglplugin-devel qt5-webkit-devel qt5-websockets-devel qt5-webview-devel
- qt5-x11extras-devel qt5-xmlpatterns-devel qt5-host-tools
+ qt5-x11extras-devel qt5-xmlpatterns-devel qt5-host-tools qt5-doc
  qt5-examples qt5-imageformats qt5-graphicaleffects qt5-translations
  qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
 	# Not for big endian targets and not if word sizes of host and target differ

From a1ca1368024950fdfad01b6168a9a9ddbb807040 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sat, 23 Oct 2021 15:37:14 -0400
Subject: [PATCH 2/3] qtcreator: update to 5.0.2.

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

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index 44144a6b107a..668c38d027e8 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=4.15.2
+version=5.0.2
 revision=1
 wrksrc="qt-creator-opensource-src-${version}"
 build_style=qmake
@@ -16,7 +16,7 @@ license="LGPL-3.0-or-later, custom:QtCompany-GPL-Exception-1.0"
 homepage="https://wiki.qt.io/Category:Tools::QtCreator"
 changelog="https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-${version}.md"
 distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
-checksum=9edb911d910665891a8e1488d72d080fb9a6002b24eb9034aa031a67a5496f7f
+checksum=1bf07150226da46237f26f5eaa9f090ce81ed79b9bc75e0dfa6328043e360103
 replaces="qtcreator-data>=0"
 python_version=3
 

From 054c73d52a1f3ad21ff5fcaa3378379ecbcebe19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 25 Oct 2021 18:48:59 +0200
Subject: [PATCH 3/3] qtcreator: search updates at git tags

---
 srcpkgs/qtcreator/update | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/qtcreator/update b/srcpkgs/qtcreator/update
index a205704990e2..50a6754eaec7 100644
--- a/srcpkgs/qtcreator/update
+++ b/srcpkgs/qtcreator/update
@@ -1 +1,2 @@
-pattern='\K([\d+.])+\d+(?=.tar.xz)'
+site="https://code.qt.io/cgit/qt-creator/qt-creator.git/refs/"
+pattern="/tag/[?]h=v\K[.0-9]+(?=')"

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

* Re: WIP: qtcreator: update to 5.0.2.
  2021-10-24 19:15 [PR PATCH] WIP: qtcreator: update to 5.0.2 karl-nilsson
  2021-10-25 17:20 ` [PR PATCH] [Updated] " Chocimier
@ 2021-10-25 17:21 ` Chocimier
  2021-10-25 20:24 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-10-25 17:21 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33733#issuecomment-951139558

Comment:
Thanks, did't knew about updates because update-check didn't catch it. Will push after some tests.

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

* Re: [PR PATCH] [Merged]: WIP: qtcreator: update to 5.0.2.
  2021-10-24 19:15 [PR PATCH] WIP: qtcreator: update to 5.0.2 karl-nilsson
  2021-10-25 17:20 ` [PR PATCH] [Updated] " Chocimier
  2021-10-25 17:21 ` Chocimier
@ 2021-10-25 20:24 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-10-25 20:24 UTC (permalink / raw)
  To: ml

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

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

WIP: qtcreator: update to 5.0.2.
https://github.com/void-linux/void-packages/pull/33733

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x64-glibc)

The start menu entry is missing, and the update file seems to be broken

ping @Chocimier 

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

end of thread, other threads:[~2021-10-25 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24 19:15 [PR PATCH] WIP: qtcreator: update to 5.0.2 karl-nilsson
2021-10-25 17:20 ` [PR PATCH] [Updated] " Chocimier
2021-10-25 17:21 ` Chocimier
2021-10-25 20:24 ` [PR PATCH] [Merged]: " Chocimier

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