2011-05-28 00:37:58 +08:00
|
|
|
pkgname=texmaker
|
2015-11-09 13:32:53 +08:00
|
|
|
pkgver=4.5
|
2016-09-12 08:57:09 +08:00
|
|
|
pkgrel=2
|
2013-03-10 03:49:23 +08:00
|
|
|
pkgdesc="Free, modern and cross-platform LaTeX editor that integrates many tools."
|
|
|
|
arch=('x86_64')
|
2011-05-28 00:37:58 +08:00
|
|
|
url="http://www.xm1math.net/texmaker/"
|
|
|
|
license=('GPL')
|
2015-11-09 13:32:53 +08:00
|
|
|
depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
|
|
|
|
optdepends=('ghostscript: LaTeX to HTML conversion command')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('office')
|
2013-03-10 03:49:23 +08:00
|
|
|
screenshots=('http://www.xm1math.net/texmaker/texmakertop_big.png')
|
|
|
|
source=("http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2")
|
2015-11-09 13:32:53 +08:00
|
|
|
md5sums=('156ffad5b7193e0cfecd2d3689f3a7a4')
|
2011-05-28 00:37:58 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/$pkgname-$pkgver
|
2015-11-09 13:32:53 +08:00
|
|
|
qmake-qt5 PREFIX=/usr texmaker.pro
|
2012-05-26 02:27:28 +08:00
|
|
|
make
|
2011-05-28 00:37:58 +08:00
|
|
|
}
|
2011-07-31 12:56:49 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd $srcdir/$pkgname-$pkgver
|
2015-11-09 13:32:53 +08:00
|
|
|
|
|
|
|
install -dm755 "$pkgdir"/usr/share
|
|
|
|
make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
|
2012-05-12 22:20:15 +08:00
|
|
|
}
|