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

Felix Yan fyan at archlinux.org
Wed Aug 13 02:05:58 UTC 2014


    Date: Wednesday, August 13, 2014 @ 04:05:58
  Author: fyan
Revision: 117335

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

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

-----------------------------------+
 /PKGBUILD                         |   56 ++++++++++++++++++++++++++++++++++++
 /texmaker.install                 |   14 +++++++++
 community-i686/PKGBUILD           |   29 ------------------
 community-i686/texmaker.install   |    7 ----
 community-x86_64/PKGBUILD         |   29 ------------------
 community-x86_64/texmaker.install |    7 ----
 6 files changed, 70 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-13 02:05:20 UTC (rev 117334)
+++ community-i686/PKGBUILD	2014-08-13 02:05:58 UTC (rev 117335)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=4.2
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-            'ibus-qt5: accented characters support'
-            'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('9297da00423e341b76295f208a91096c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  qmake-qt5 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/PKGBUILD (from rev 117334, texmaker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-13 02:05:58 UTC (rev 117335)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=texmaker
+pkgver=4.3
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+            'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('f2ba669a886c01ed594c0e7e787b55df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt5 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
+}

Deleted: community-i686/texmaker.install
===================================================================
--- community-i686/texmaker.install	2014-08-13 02:05:20 UTC (rev 117334)
+++ community-i686/texmaker.install	2014-08-13 02:05:58 UTC (rev 117335)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 117334, texmaker/trunk/texmaker.install)
===================================================================
--- community-i686/texmaker.install	                        (rev 0)
+++ community-i686/texmaker.install	2014-08-13 02:05:58 UTC (rev 117335)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-13 02:05:20 UTC (rev 117334)
+++ community-x86_64/PKGBUILD	2014-08-13 02:05:58 UTC (rev 117335)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=4.2
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-            'ibus-qt5: accented characters support'
-            'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('9297da00423e341b76295f208a91096c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  qmake-qt5 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/PKGBUILD (from rev 117334, texmaker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-13 02:05:58 UTC (rev 117335)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=texmaker
+pkgver=4.3
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+            'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('f2ba669a886c01ed594c0e7e787b55df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt5 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
+}

Deleted: community-x86_64/texmaker.install
===================================================================
--- community-x86_64/texmaker.install	2014-08-13 02:05:20 UTC (rev 117334)
+++ community-x86_64/texmaker.install	2014-08-13 02:05:58 UTC (rev 117335)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-x86_64/texmaker.install (from rev 117334, texmaker/trunk/texmaker.install)
===================================================================
--- community-x86_64/texmaker.install	                        (rev 0)
+++ community-x86_64/texmaker.install	2014-08-13 02:05:58 UTC (rev 117335)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}




More information about the arch-commits mailing list