Date: Friday, March 15, 2013 @ 05:46:04 Author: cinelli Revision: 86309
added texmaker to [community] Added: texmaker/ texmaker/repos/ texmaker/trunk/ texmaker/trunk/PKGBUILD texmaker/trunk/texmaker.install ------------------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ texmaker.install | 7 +++++++ 2 files changed, 36 insertions(+) Added: texmaker/trunk/PKGBUILD =================================================================== --- texmaker/trunk/PKGBUILD (rev 0) +++ texmaker/trunk/PKGBUILD 2013-03-15 04:46:04 UTC (rev 86309) @@ -0,0 +1,29 @@ +# $Id$ +#Maintainer: Federico Cinelli <[email protected]> + +pkgname=texmaker +pkgver=4.0 +pkgrel=1 +pkgdesc='Free cross-platform LaTeX editor' +arch=('i686' 'x86_64') +url="http://www.xm1math.net/texmaker/index.html" +license=('GPL') +depends=('poppler-qt' 'qtwebkit') +optdepends=('ghostscript: LaTeX to HTML conversion command' + 'ibus-qt: accented characters support' + 'poppler: PDF rendering support') +install="$pkgname.install" +source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") +md5sums=('3599fd142d8d3596b7bd14724fc1888e') + +build() { + cd "$pkgname-$pkgver" + qmake PREFIX=/usr texmaker.pro + make +} +package() { + cd "$srcdir/$pkgname-$pkgver" + + install -dm755 "$pkgdir/usr/share" + make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install +} Property changes on: texmaker/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: texmaker/trunk/texmaker.install =================================================================== --- texmaker/trunk/texmaker.install (rev 0) +++ texmaker/trunk/texmaker.install 2013-03-15 04:46:04 UTC (rev 86309) @@ -0,0 +1,7 @@ +post_install() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +}
