New package: nitroshare-0.3.4

This commit is contained in:
Rasmus Thomsen 2019-02-23 23:01:43 +01:00 committed by maxice8
parent f72a9ce12c
commit d651f6ab65
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -Nru src/application/splashdialog.cpp src/application/splashdialog.cpp
--- src/application/splashdialog.cpp 2017-10-13 00:32:54.000000000 +0200
+++ src/application/splashdialog.cpp 2018-06-01 03:45:40.631194527 +0200
@@ -24,6 +24,7 @@
#include <QApplication>
#include <QDesktopWidget>
+#include <QStyle>
#include "splashdialog.h"

View File

@ -0,0 +1,26 @@
# Template file for 'nitroshare'
pkgname=nitroshare
version=0.3.4
revision=1
wrksrc="nitroshare-desktop-${version}"
build_style=cmake
pycompile_dirs="usr/share/nautilus-python/extensions
usr/share/nemo-python/extensions
usr/share/caja-python/extensions"
hostmakedepends="pkgconf qt5-qmake"
makedepends="qt5-devel qt5-tools-devel qt5-svg-devel libnotify
qhttpengine-devel qmdnsengine-devel"
short_desc="Network file transfer application"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>>"
license="MIT"
homepage="http://nitroshare.net"
distfiles="https://github.com/nitroshare/nitroshare-desktop/archive/${version}.tar.gz"
checksum=29874e5909c29211a3c9e13f8c0f49b901ec2996e5d60d80af80d2fb80c3d7ec
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools"
fi
post_install() {
vlicense LICENSE.txt
}