[arch-commits] Commit in texstudio/repos (8 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Jul 26 16:22:33 UTC 2014
Date: Saturday, July 26, 2014 @ 18:22:33
Author: svenstaro
Revision: 116381
archrelease: copy trunk to community-i686, community-x86_64
Added:
texstudio/repos/community-i686/PKGBUILD
(from rev 116380, texstudio/trunk/PKGBUILD)
texstudio/repos/community-i686/texstudio.install
(from rev 116380, texstudio/trunk/texstudio.install)
texstudio/repos/community-x86_64/PKGBUILD
(from rev 116380, texstudio/trunk/PKGBUILD)
texstudio/repos/community-x86_64/texstudio.install
(from rev 116380, texstudio/trunk/texstudio.install)
Deleted:
texstudio/repos/community-i686/PKGBUILD
texstudio/repos/community-i686/texstudio.install
texstudio/repos/community-x86_64/PKGBUILD
texstudio/repos/community-x86_64/texstudio.install
------------------------------------+
/PKGBUILD | 56 +++++++++++++++++++++++++++++++++++
/texstudio.install | 30 ++++++++++++++++++
community-i686/PKGBUILD | 28 -----------------
community-i686/texstudio.install | 15 ---------
community-x86_64/PKGBUILD | 28 -----------------
community-x86_64/texstudio.install | 15 ---------
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-26 16:22:24 UTC (rev 116380)
+++ community-i686/PKGBUILD 2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-
-pkgname=texstudio
-pkgver=2.8.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=('01205800d4a4fdc3ade4f761eabd8e3b')
-
-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/PKGBUILD (from rev 116380, texstudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 16:22:33 UTC (rev 116381)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+
+pkgname=texstudio
+pkgver=2.8.2
+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=('9186f1b08338f35fdae72027be9e837a')
+
+build() {
+ cd "$srcdir/$pkgname$pkgver"
+ qmake-qt4 CONFIG-="debug" texstudio.pro
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-i686/texstudio.install
===================================================================
--- community-i686/texstudio.install 2014-07-26 16:22:24 UTC (rev 116380)
+++ community-i686/texstudio.install 2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,15 +0,0 @@
-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-i686/texstudio.install (from rev 116380, texstudio/trunk/texstudio.install)
===================================================================
--- community-i686/texstudio.install (rev 0)
+++ community-i686/texstudio.install 2014-07-26 16:22:33 UTC (rev 116381)
@@ -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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-26 16:22:24 UTC (rev 116380)
+++ community-x86_64/PKGBUILD 2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-
-pkgname=texstudio
-pkgver=2.8.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=('01205800d4a4fdc3ade4f761eabd8e3b')
-
-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/PKGBUILD (from rev 116380, texstudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-26 16:22:33 UTC (rev 116381)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+
+pkgname=texstudio
+pkgver=2.8.2
+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=('9186f1b08338f35fdae72027be9e837a')
+
+build() {
+ cd "$srcdir/$pkgname$pkgver"
+ qmake-qt4 CONFIG-="debug" texstudio.pro
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-x86_64/texstudio.install
===================================================================
--- community-x86_64/texstudio.install 2014-07-26 16:22:24 UTC (rev 116380)
+++ community-x86_64/texstudio.install 2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,15 +0,0 @@
-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/texstudio.install (from rev 116380, texstudio/trunk/texstudio.install)
===================================================================
--- community-x86_64/texstudio.install (rev 0)
+++ community-x86_64/texstudio.install 2014-07-26 16:22:33 UTC (rev 116381)
@@ -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