summaryrefslogtreecommitdiff
path: root/community/texmaker
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/texmaker
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/texmaker')
-rw-r--r--community/texmaker/PKGBUILD29
-rw-r--r--community/texmaker/texmaker.install7
2 files changed, 0 insertions, 36 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD
deleted file mode 100644
index 916c25874..000000000
--- a/community/texmaker/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 91601 2013-05-25 11:19:17Z bpiotrowski $
-#Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=4.0.2
-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'bu
- 'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
-
-build() {
- cd "$pkgname-$pkgver"
- qmake-qt4 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
-}
diff --git a/community/texmaker/texmaker.install b/community/texmaker/texmaker.install
deleted file mode 100644
index 9591f6c5d..000000000
--- a/community/texmaker/texmaker.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}