[arch-commits] Commit in texstudio/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Oct 1 01:31:39 UTC 2016
Date: Saturday, October 1, 2016 @ 01:31:38
Author: svenstaro
Revision: 191119
archrelease: copy trunk to community-i686, community-x86_64
Added:
texstudio/repos/community-i686/PKGBUILD
(from rev 191118, texstudio/trunk/PKGBUILD)
texstudio/repos/community-x86_64/PKGBUILD
(from rev 191118, texstudio/trunk/PKGBUILD)
Deleted:
texstudio/repos/community-i686/PKGBUILD
texstudio/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 -----------------------
community-x86_64/PKGBUILD | 29 -----------------------
3 files changed, 54 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-01 01:31:21 UTC (rev 191118)
+++ community-i686/PKGBUILD 2016-10-01 01:31:38 UTC (rev 191119)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-
-pkgname=texstudio
-pkgver=2.11.0
-pkgrel=1
-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'
- 'kdegraphics-okular: alternate pdf reader')
-replaces=('texmakerx')
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9bfd48e82e9cb1a9f1bb3055c262e658')
-
-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 191118, texstudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-01 01:31:38 UTC (rev 191119)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+pkgname=texstudio
+pkgver=2.11.2
+pkgrel=1
+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' 'mercurial')
+optdepends=('evince: pdf reader'
+ 'kdegraphics-okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+ cd hg
+ qmake-qt5 CONFIG-="debug" texstudio.pro
+ make
+}
+
+package() {
+ cd hg
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-01 01:31:21 UTC (rev 191118)
+++ community-x86_64/PKGBUILD 2016-10-01 01:31:38 UTC (rev 191119)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-
-pkgname=texstudio
-pkgver=2.11.0
-pkgrel=1
-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'
- 'kdegraphics-okular: alternate pdf reader')
-replaces=('texmakerx')
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9bfd48e82e9cb1a9f1bb3055c262e658')
-
-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 191118, texstudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-01 01:31:38 UTC (rev 191119)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+pkgname=texstudio
+pkgver=2.11.2
+pkgrel=1
+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' 'mercurial')
+optdepends=('evince: pdf reader'
+ 'kdegraphics-okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+ cd hg
+ qmake-qt5 CONFIG-="debug" texstudio.pro
+ make
+}
+
+package() {
+ cd hg
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list