Date: Monday, December 7, 2015 @ 01:14:44
  Author: arojas
Revision: 149397

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

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

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   28 ++++++++++++++++++++++++++++
 community-staging-i686/texmaker.install   |    7 +++++++
 community-staging-x86_64/PKGBUILD         |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/texmaker.install |    7 +++++++
 4 files changed, 70 insertions(+)

Copied: texmaker/repos/community-staging-i686/PKGBUILD (from rev 149396, 
texmaker/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 00:14:44 UTC (rev 149397)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Federico Cinelli <[email protected]>
+
+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-staging-i686/texmaker.install (from rev 
149396, texmaker/trunk/texmaker.install)
===================================================================
--- community-staging-i686/texmaker.install                             (rev 0)
+++ community-staging-i686/texmaker.install     2015-12-07 00:14:44 UTC (rev 
149397)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: texmaker/repos/community-staging-x86_64/PKGBUILD (from rev 149396, 
texmaker/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 00:14:44 UTC (rev 149397)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Federico Cinelli <[email protected]>
+
+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-staging-x86_64/texmaker.install (from rev 
149396, texmaker/trunk/texmaker.install)
===================================================================
--- community-staging-x86_64/texmaker.install                           (rev 0)
+++ community-staging-x86_64/texmaker.install   2015-12-07 00:14:44 UTC (rev 
149397)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Reply via email to