Github messages for voidlinux
 help / color / mirror / Atom feed
From: heliocat <heliocat@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qastools: update to 0.23.0
Date: Tue, 11 May 2021 07:49:47 +0200	[thread overview]
Message-ID: <20210511054947.YGjBkZLx0YbTDJYyKw7nOrJ6DgiJ-8OM_eb7JybIzR8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30792@inbox.vuxu.org>

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

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

https://github.com/heliocat/void-packages qastools
https://github.com/void-linux/void-packages/pull/30792

qastools: update to 0.23.0
Other changes: new homepage, drop the patch file, change distfiles source.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### 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, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 0665896f64dc38ef168b86dee36beb68cd6971f7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 10 May 2021 22:32:30 -0700
Subject: [PATCH] qastools: update to 0.23.0

Other changes: new homepage, drop the patch file, change distfiles
source.
---
 srcpkgs/qastools/patches/qt5-5.15.0.patch | 40 -----------------------
 srcpkgs/qastools/template                 | 12 +++----
 2 files changed, 6 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/qastools/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/qastools/patches/qt5-5.15.0.patch b/srcpkgs/qastools/patches/qt5-5.15.0.patch
deleted file mode 100644
index 1d5a7f9be338..000000000000
--- a/srcpkgs/qastools/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- shared/src/wdg/ds_slider_painter_bevelled.cpp	2014-04-15 11:33:05.000000000 +0200
-+++ shared/src/wdg/ds_slider_painter_bevelled.cpp	2020-07-25 13:01:49.887621334 +0200
-@@ -20,6 +20,7 @@
- 
- #include <QImage>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QLinearGradient>
- #include <QRadialGradient>
- #include <QScopedPointer>
---- shared/src/wdg/sliders_pad_style.cpp	2014-01-27 16:26:27.000000000 +0100
-+++ shared/src/wdg/sliders_pad_style.cpp	2020-07-25 13:03:56.304627856 +0200
-@@ -10,6 +10,7 @@
- #include "sliders_pad_data.hpp"
- #include "sliders_pad_header_data.hpp"
- 
-+#include <QPainterPath>
- #include <QPicture>
- #define _USE_MATH_DEFINES
- #include <cmath>
---- shared/src/wdg/ds_switch_painter_circle.cpp	2014-01-27 16:26:24.000000000 +0100
-+++ shared/src/wdg/ds_switch_painter_circle.cpp	2020-07-25 13:05:40.351633224 +0200
-@@ -18,6 +18,7 @@
- 
- #include <QImage>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QRadialGradient>
- #include <QScopedPointer>
- 
---- shared/src/wdg/ds_switch_painter_close.cpp	2014-01-27 16:26:24.000000000 +0100
-+++ shared/src/wdg/ds_switch_painter_close.cpp	2020-07-25 13:07:04.304637555 +0200
-@@ -18,6 +18,7 @@
- 
- #include <QImage>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QRadialGradient>
- #include <QScopedPointer>
- 
diff --git a/srcpkgs/qastools/template b/srcpkgs/qastools/template
index cf8aad0305a0..44724b0b451e 100644
--- a/srcpkgs/qastools/template
+++ b/srcpkgs/qastools/template
@@ -1,15 +1,15 @@
 # Template file for 'qastools'
 pkgname=qastools
-version=0.21.0
+version=0.23.0
 revision=1
-wrksrc="${pkgname}_${version}"
+wrksrc="${pkgname}-v${version}"
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake tar"
 makedepends="alsa-lib-devel qt5-svg-devel qt5-tools-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Collection of desktop applications for the Linux sound system ALSA"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://xwmw.org/qastools/"
-license="GPL-3"
-distfiles="${SOURCEFORGE_SITE}/qastools/${version}/qastools_${version}.tar.xz"
-checksum=2380e0ed16d24771404a7e4783b5b14f7be344915a40b5cf16e417ea58699b26
+homepage="https://gitlab.com/sebholt/qastools"
+license="GPL-3.0-or-later"
+distfiles="https://gitlab.com/sebholt/qastools/-/archive/v${version}/qastools-v${version}.tar.bz2"
+checksum=d18ee5e1045ec44a18d5f7b8613f3987f225b4ef96c63128bf5cc645b2e6dbbb

  reply	other threads:[~2021-05-11  5:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11  5:40 [PR PATCH] " heliocat
2021-05-11  5:49 ` heliocat [this message]
2021-05-11  5:53 ` [PR PATCH] [Updated] " heliocat
2021-05-12  3:38 ` [PR PATCH] [Closed]: " ericonr

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=20210511054947.YGjBkZLx0YbTDJYyKw7nOrJ6DgiJ-8OM_eb7JybIzR8@z \
    --to=heliocat@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).