Merge pull request #2328 from thypon/texmaker

New package: texmaker, closes #2147
This commit is contained in:
Andrea Brancaleoni 2015-08-22 19:49:03 +02:00
commit 1a3b08f017
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,12 @@
diff --git singleapp/qtlocalpeer.cpp singleapp/qtlocalpeer.cpp
index 332b064..c7ce527 100644
--- singleapp/qtlocalpeer.cpp
+++ singleapp/qtlocalpeer.cpp
@@ -41,6 +41,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
+#include <QDataStream>
#include <QTime>
#if defined(Q_OS_WIN)

13
srcpkgs/texmaker/template Normal file
View file

@ -0,0 +1,13 @@
# Template file for 'texmaker'
pkgname=texmaker
version=4.4.1
revision=1
build_style=qmake
hostmakedepends="qt5-qmake pkg-config"
makedepends="poppler-qt5-devel qt5-webkit-devel qt5-script-devel"
short_desc="Free cross-platform LaTeX editor"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://www.xm1math.net/texmaker/index.html"
distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2"
checksum=80939493ffb6c92f47c47109dff6de4c91259244247e90ddfb1bb6153559b4b4

1
srcpkgs/texmaker/update Normal file
View file

@ -0,0 +1 @@
site="http://www.xm1math.net/texmaker/download.html"