actiona: update to 3.10.0

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-07-27 20:15:26 +02:00
parent 83d3286312
commit 8e32170faa
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
2 changed files with 21 additions and 6 deletions

View 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

View File

@ -1,22 +1,22 @@
# Template file for 'actiona'
pkgname=actiona
version=3.9.4
revision=2
version=3.10.0
revision=1
build_style=qmake
hostmakedepends="pkg-config qt5-plugin-mysql qt5-qmake"
makedepends="boost-devel libnotify-devel libopencv-devel pulseaudio-devel
qt5-multimedia-devel qt5-script-devel qt5-tools-devel qt5-x11extras-devel
qt5-xmlpatterns-devel"
qt5-multimedia-devel qt5-script-devel qt5-speech-devel qt5-tools-devel
qt5-x11extras-devel qt5-xmlpatterns-devel"
depends="qt5-plugin-mysql"
short_desc="Cross platform automation tool"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3.0-or-later"
homepage="https://actiona.tools/"
distfiles="https://github.com/Jmgr/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=e2537852548d34fa7407324b40b000ef30d8e5deef310ece7a4f938b6be3f185
checksum=7f7a6ecef82ec51fc5d92e41a9d39d1de190135b1fb6293318feb1d88ceb8757
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"
fi