mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
actiona: update to 3.10.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
83d3286312
commit
8e32170faa
2 changed files with 21 additions and 6 deletions
15
srcpkgs/actiona/patches/socket-include-order.patch
Normal file
15
srcpkgs/actiona/patches/socket-include-order.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp 2018-07-17 20:29:12.000000000 +0200
|
||||||
|
+++ actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp 2018-07-27 20:12:49.889568736 +0200
|
||||||
|
@@ -62,11 +62,11 @@
|
||||||
|
#endif // QT_NO_UDEV
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
-#include <linux/wireless.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
+#include <linux/wireless.h>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'actiona'
|
# Template file for 'actiona'
|
||||||
pkgname=actiona
|
pkgname=actiona
|
||||||
version=3.9.4
|
version=3.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-plugin-mysql qt5-qmake"
|
hostmakedepends="pkg-config qt5-plugin-mysql qt5-qmake"
|
||||||
makedepends="boost-devel libnotify-devel libopencv-devel pulseaudio-devel
|
makedepends="boost-devel libnotify-devel libopencv-devel pulseaudio-devel
|
||||||
qt5-multimedia-devel qt5-script-devel qt5-tools-devel qt5-x11extras-devel
|
qt5-multimedia-devel qt5-script-devel qt5-speech-devel qt5-tools-devel
|
||||||
qt5-xmlpatterns-devel"
|
qt5-x11extras-devel qt5-xmlpatterns-devel"
|
||||||
depends="qt5-plugin-mysql"
|
depends="qt5-plugin-mysql"
|
||||||
short_desc="Cross platform automation tool"
|
short_desc="Cross platform automation tool"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://actiona.tools/"
|
homepage="https://actiona.tools/"
|
||||||
distfiles="https://github.com/Jmgr/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/Jmgr/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=e2537852548d34fa7407324b40b000ef30d8e5deef310ece7a4f938b6be3f185
|
checksum=7f7a6ecef82ec51fc5d92e41a9d39d1de190135b1fb6293318feb1d88ceb8757
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-devel qt5-multimedia-devel qt5-script-devel"
|
hostmakedepends+=" qt5-devel qt5-multimedia-devel qt5-script-devel qt5-speech-devel"
|
||||||
hostmakedepends+=" qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel"
|
hostmakedepends+=" qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue