[arch-commits] Commit in texstudio/repos (8 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Apr 5 05:32:11 UTC 2015
Date: Sunday, April 5, 2015 @ 07:32:11
Author: svenstaro
Revision: 130703
archrelease: copy trunk to community-i686, community-x86_64
Added:
texstudio/repos/community-i686/PKGBUILD
(from rev 130702, texstudio/trunk/PKGBUILD)
texstudio/repos/community-i686/texstudio.install
(from rev 130702, texstudio/trunk/texstudio.install)
texstudio/repos/community-x86_64/PKGBUILD
(from rev 130702, texstudio/trunk/PKGBUILD)
texstudio/repos/community-x86_64/texstudio.install
(from rev 130702, 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 | 58 +++++++++++++++++++++++++++++++++++
/texstudio.install | 30 ++++++++++++++++++
community-i686/PKGBUILD | 29 -----------------
community-i686/texstudio.install | 15 ---------
community-x86_64/PKGBUILD | 29 -----------------
community-x86_64/texstudio.install | 15 ---------
6 files changed, 88 insertions(+), 88 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-05 05:32:04 UTC (rev 130702)
+++ community-i686/PKGBUILD 2015-04-05 05:32:11 UTC (rev 130703)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-
-pkgname=texstudio
-pkgver=2.9.4
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script')
-makedepends=('qt5-tools')
-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=('398baea51cf9f9f15ab961da09efb263')
-
-build() {
- cd "$srcdir/$pkgname$pkgver"
- qmake-qt5 CONFIG-="debug" texstudio.pro
- make
-}
-
-package() {
- cd "$srcdir/$pkgname$pkgver"
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: texstudio/repos/community-i686/PKGBUILD (from rev 130702, texstudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-05 05:32:11 UTC (rev 130703)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+
+pkgname=texstudio
+pkgver=2.9.4
+pkgrel=3
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+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=('398baea51cf9f9f15ab961da09efb263')
+
+build() {
+ cd "$srcdir/$pkgname$pkgver"
+ qmake-qt5 CONFIG-="debug" texstudio.pro
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-i686/texstudio.install
===================================================================
--- community-i686/texstudio.install 2015-04-05 05:32:04 UTC (rev 130702)
+++ community-i686/texstudio.install 2015-04-05 05:32:11 UTC (rev 130703)
@@ -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 130702, texstudio/trunk/texstudio.install)
===================================================================
--- community-i686/texstudio.install (rev 0)
+++ community-i686/texstudio.install 2015-04-05 05:32:11 UTC (rev 130703)
@@ -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 2015-04-05 05:32:04 UTC (rev 130702)
+++ community-x86_64/PKGBUILD 2015-04-05 05:32:11 UTC (rev 130703)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-
-pkgname=texstudio
-pkgver=2.9.4
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script')
-makedepends=('qt5-tools')
-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=('398baea51cf9f9f15ab961da09efb263')
-
-build() {
- cd "$srcdir/$pkgname$pkgver"
- qmake-qt5 CONFIG-="debug" texstudio.pro
- make
-}
-
-package() {
- cd "$srcdir/$pkgname$pkgver"
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 130702, texstudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-05 05:32:11 UTC (rev 130703)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+
+pkgname=texstudio
+pkgver=2.9.4
+pkgrel=3
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+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=('398baea51cf9f9f15ab961da09efb263')
+
+build() {
+ cd "$srcdir/$pkgname$pkgver"
+ qmake-qt5 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 2015-04-05 05:32:04 UTC (rev 130702)
+++ community-x86_64/texstudio.install 2015-04-05 05:32:11 UTC (rev 130703)
@@ -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 130702, texstudio/trunk/texstudio.install)
===================================================================
--- community-x86_64/texstudio.install (rev 0)
+++ community-x86_64/texstudio.install 2015-04-05 05:32:11 UTC (rev 130703)
@@ -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