Github messages for voidlinux
 help / color / mirror / Atom feed
From: Chocimier <Chocimier@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WIP: qtcreator: update to 5.0.2.
Date: Mon, 25 Oct 2021 19:20:20 +0200	[thread overview]
Message-ID: <20211025172020.yz-Y_jixQuTD2cbmyVfQiLtZQkiJuTRbySc7azqjkIM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33733@inbox.vuxu.org>

[-- 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]+(?=')"

  reply	other threads:[~2021-10-25 17:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24 19:15 [PR PATCH] " karl-nilsson
2021-10-25 17:20 ` Chocimier [this message]
2021-10-25 17:21 ` Chocimier
2021-10-25 20:24 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211025172020.yz-Y_jixQuTD2cbmyVfQiLtZQkiJuTRbySc7azqjkIM@z \
    --to=chocimier@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).