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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu May 22 10:21:48 UTC 2014


    Date: Thursday, May 22, 2014 @ 12:21:48
  Author: svenstaro
Revision: 111666

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

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

------------------------------------+
 community-i686/PKGBUILD            |   28 ++++++++++++++++++++++++++++
 community-i686/texstudio.install   |   15 +++++++++++++++
 community-x86_64/PKGBUILD          |   28 ++++++++++++++++++++++++++++
 community-x86_64/texstudio.install |   15 +++++++++++++++
 4 files changed, 86 insertions(+)

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 111665, texstudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+    cd "$srcdir/$pkgname$pkgver"
+    qmake-qt4 CONFIG-="debug" texstudio.pro
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname$pkgver"
+    make INSTALL_ROOT="$pkgdir" install
+}

Copied: texstudio/repos/community-i686/texstudio.install (from rev 111665, texstudio/trunk/texstudio.install)
===================================================================
--- community-i686/texstudio.install	                        (rev 0)
+++ community-i686/texstudio.install	2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 111665, texstudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+    cd "$srcdir/$pkgname$pkgver"
+    qmake-qt4 CONFIG-="debug" texstudio.pro
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname$pkgver"
+    make INSTALL_ROOT="$pkgdir" install
+}

Copied: texstudio/repos/community-x86_64/texstudio.install (from rev 111665, texstudio/trunk/texstudio.install)
===================================================================
--- community-x86_64/texstudio.install	                        (rev 0)
+++ community-x86_64/texstudio.install	2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list