From 4d53fb933f6eace67d6c31e4dd33d0517dd9bdc0 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 22 Aug 2015 04:19:25 +0200 Subject: [PATCH] New package: texmaker-4.4.1 --- srcpkgs/texmaker/patches/singleapp.patch | 12 ++++++++++++ srcpkgs/texmaker/template | 13 +++++++++++++ srcpkgs/texmaker/update | 1 + 3 files changed, 26 insertions(+) create mode 100644 srcpkgs/texmaker/patches/singleapp.patch create mode 100644 srcpkgs/texmaker/template create mode 100644 srcpkgs/texmaker/update diff --git a/srcpkgs/texmaker/patches/singleapp.patch b/srcpkgs/texmaker/patches/singleapp.patch new file mode 100644 index 0000000000..de9cd61e93 --- /dev/null +++ b/srcpkgs/texmaker/patches/singleapp.patch @@ -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 ++#include + #include + + #if defined(Q_OS_WIN) diff --git a/srcpkgs/texmaker/template b/srcpkgs/texmaker/template new file mode 100644 index 0000000000..2fc5878482 --- /dev/null +++ b/srcpkgs/texmaker/template @@ -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 " +license="GPL-3" +homepage="http://www.xm1math.net/texmaker/index.html" +distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2" +checksum=80939493ffb6c92f47c47109dff6de4c91259244247e90ddfb1bb6153559b4b4 diff --git a/srcpkgs/texmaker/update b/srcpkgs/texmaker/update new file mode 100644 index 0000000000..ba7dd8cf6a --- /dev/null +++ b/srcpkgs/texmaker/update @@ -0,0 +1 @@ +site="http://www.xm1math.net/texmaker/download.html"