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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 22:02:10 UTC 2016


    Date: Thursday, April 28, 2016 @ 00:02:10
  Author: arojas
Revision: 172215

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

Added:
  texmaker/repos/community-i686/PKGBUILD
    (from rev 172214, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/PKGBUILD
    (from rev 172214, texmaker/trunk/PKGBUILD)
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                         |   54 ++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD           |   28 ------------------
 community-i686/texmaker.install   |    7 ----
 community-x86_64/PKGBUILD         |   28 ------------------
 community-x86_64/texmaker.install |    7 ----
 5 files changed, 54 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 22:01:40 UTC (rev 172214)
+++ community-i686/PKGBUILD	2016-04-27 22:02:10 UTC (rev 172215)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=4.5
-pkgrel=2
-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')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('156ffad5b7193e0cfecd2d3689f3a7a4')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $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 172214, texmaker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 22:02:10 UTC (rev 172215)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=texmaker
+pkgver=4.5
+pkgrel=3
+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')
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('156ffad5b7193e0cfecd2d3689f3a7a4')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $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	2016-04-27 22:01:40 UTC (rev 172214)
+++ community-i686/texmaker.install	2016-04-27 22:02:10 UTC (rev 172215)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 22:01:40 UTC (rev 172214)
+++ community-x86_64/PKGBUILD	2016-04-27 22:02:10 UTC (rev 172215)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=4.5
-pkgrel=2
-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')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('156ffad5b7193e0cfecd2d3689f3a7a4')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $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 172214, texmaker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 22:02:10 UTC (rev 172215)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=texmaker
+pkgver=4.5
+pkgrel=3
+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')
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('156ffad5b7193e0cfecd2d3689f3a7a4')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $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	2016-04-27 22:01:40 UTC (rev 172214)
+++ community-x86_64/texmaker.install	2016-04-27 22:02:10 UTC (rev 172215)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}



More information about the arch-commits mailing list