qastools: update to 0.23.0
Other changes: new homepage, drop the patch file, change distfiles source. Closes: #30792 [via git-merge-pr]
This commit is contained in:
parent
e69e217dd9
commit
aa6e70712d
|
@ -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>
|
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'qastools'
|
# Template file for 'qastools'
|
||||||
pkgname=qastools
|
pkgname=qastools
|
||||||
version=0.21.0
|
version=0.23.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake tar"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake tar"
|
||||||
makedepends="alsa-lib-devel qt5-svg-devel qt5-tools-devel"
|
makedepends="alsa-lib-devel qt5-svg-devel qt5-tools-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Collection of desktop applications for the Linux sound system ALSA"
|
short_desc="Collection of desktop applications for the Linux sound system ALSA"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://xwmw.org/qastools/"
|
license="GPL-3.0-or-later"
|
||||||
license="GPL-3"
|
homepage="https://gitlab.com/sebholt/qastools"
|
||||||
distfiles="${SOURCEFORGE_SITE}/qastools/${version}/qastools_${version}.tar.xz"
|
changelog="https://gitlab.com/sebholt/qastools/-/raw/master/CHANGELOG"
|
||||||
checksum=2380e0ed16d24771404a7e4783b5b14f7be344915a40b5cf16e417ea58699b26
|
distfiles="https://gitlab.com/sebholt/qastools/-/archive/v${version}/qastools-v${version}.tar.bz2"
|
||||||
|
checksum=d18ee5e1045ec44a18d5f7b8613f3987f225b4ef96c63128bf5cc645b2e6dbbb
|
||||||
|
|
Loading…
Reference in New Issue