[arch-commits] Commit in texmaker/repos (6 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Fri Mar 15 05:07:25 UTC 2013


    Date: Friday, March 15, 2013 @ 06:07:25
  Author: cinelli
Revision: 86310

archrelease: copy trunk to community-i686, community-x86_64

Added:
  texmaker/repos/community-i686/
  texmaker/repos/community-i686/PKGBUILD
    (from rev 86309, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
    (from rev 86309, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/
  texmaker/repos/community-x86_64/PKGBUILD
    (from rev 86309, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
    (from rev 86309, texmaker/trunk/texmaker.install)

-----------------------------------+
 community-i686/PKGBUILD           |   29 +++++++++++++++++++++++++++++
 community-i686/texmaker.install   |    7 +++++++
 community-x86_64/PKGBUILD         |   29 +++++++++++++++++++++++++++++
 community-x86_64/texmaker.install |    7 +++++++
 4 files changed, 72 insertions(+)

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 86309, texmaker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+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
+}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 86309, texmaker/trunk/texmaker.install)
===================================================================
--- community-i686/texmaker.install	                        (rev 0)
+++ community-i686/texmaker.install	2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 86309, texmaker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+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
+}

Copied: texmaker/repos/community-x86_64/texmaker.install (from rev 86309, texmaker/trunk/texmaker.install)
===================================================================
--- community-x86_64/texmaker.install	                        (rev 0)
+++ community-x86_64/texmaker.install	2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}




More information about the arch-commits mailing list