mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cantata: update to 2.5.0.
This commit is contained in:
parent
c0d478008a
commit
bbbe29ecae
2 changed files with 4 additions and 33 deletions
|
@ -1,30 +0,0 @@
|
||||||
--- a/3rdparty/solid-lite/backends/udisks2/udisksblock.h 2016-01-08 19:44:42.000000000 +0100
|
|
||||||
+++ b/3rdparty/solid-lite/backends/udisks2/udisksblock.h 2017-03-09 11:41:06.071250302 +0100
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
#ifndef UDISKS2BLOCK_H
|
|
||||||
#define UDISKS2BLOCK_H
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <solid-lite/ifaces/block.h>
|
|
||||||
#include "udisksdeviceinterface.h"
|
|
||||||
|
|
||||||
--- a/gui/main.cpp 2018-06-16 10:09:13.072771604 +0200
|
|
||||||
+++ b/gui/main.cpp 2018-06-16 10:10:00.840162507 +0200
|
|
||||||
@@ -260,7 +260,7 @@
|
|
||||||
qInstallMessageHandler(cantataQtMsgHandler);
|
|
||||||
}
|
|
||||||
|
|
||||||
-#if defined Q_OS_LINUX && defined __GNUC__
|
|
||||||
+#if defined Q_OS_LINUX && defined __GNUC__ && defined __GLIBC__
|
|
||||||
#include <execinfo.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <signal.h>
|
|
||||||
@@ -340,7 +340,7 @@
|
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
|
||||||
{
|
|
||||||
- #if defined Q_OS_LINUX && defined __GNUC__
|
|
||||||
+ #if defined Q_OS_LINUX && defined __GNUC__ && defined __GLIBC__
|
|
||||||
signal(SIGSEGV, sigHandler);
|
|
||||||
#endif
|
|
||||||
QThread::currentThread()->setObjectName("GUI");
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cantata'
|
# Template file for 'cantata'
|
||||||
pkgname=cantata
|
pkgname=cantata
|
||||||
version=2.4.2
|
version=2.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
||||||
makedepends="qt5-devel qt5-tools-devel qt5-svg-devel qt5-xmlpatterns-devel
|
makedepends="qt5-devel qt5-tools-devel qt5-svg-devel qt5-xmlpatterns-devel
|
||||||
|
@ -15,5 +15,6 @@ short_desc="Qt client for the music player daemon (MPD)"
|
||||||
maintainer="LockeAnarchist <emanuel@openmailbox.org>"
|
maintainer="LockeAnarchist <emanuel@openmailbox.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/cdrummond/cantata"
|
homepage="https://github.com/cdrummond/cantata"
|
||||||
|
changelog="https://raw.githubusercontent.com/CDrummond/cantata/master/ChangeLog"
|
||||||
distfiles="https://github.com/CDrummond/cantata/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/CDrummond/cantata/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3ed25d0c838720af7ed08b89a30f3e05d6952d40a5f520f29b3558b2eacdec82
|
checksum=eb7e00ab3f567afaa02ea2c86e2fe811a475afab93182b95922c6eb126821724
|
||||||
|
|
Loading…
Add table
Reference in a new issue