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

2015-10-30 Thread Antonio Rojas
Date: Friday, October 30, 2015 @ 22:39:13
  Author: arojas
Revision: 145335

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-30 21:37:58 UTC (rev 145334)
+++ community-i686/PKGBUILD 2015-10-30 21:39:13 UTC (rev 145335)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.4.1
-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=('d6af622aa9ab1ec29c799842f2b76dc7')
-
-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 145334, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-30 21:39:13 UTC (rev 145335)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.5
+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')
+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
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2015-10-30 21:37:58 UTC (rev 145334)
+++ community-i686/texmaker.install 2015-10-30 21:39:13 UTC (rev 145335)
@@ -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 145334, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2015-10-30 21:39:13 UTC (rev 145335)
@@ -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   2015-10-30 21:37:58 UTC (rev 145334)
+++ community-x86_64/PKGBUILD   2015-10-30 21:39:13 UTC (rev 145335)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.4.1
-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;)

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

2014-12-13 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 10:35:45
  Author: fyan
Revision: 123829

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-13 09:21:57 UTC (rev 123828)
+++ community-i686/PKGBUILD 2014-12-13 09:35:45 UTC (rev 123829)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@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
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 123828, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-13 09:35:45 UTC (rev 123829)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.4.1
+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=('d6af622aa9ab1ec29c799842f2b76dc7')
+
+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-12-13 09:21:57 UTC (rev 123828)
+++ community-i686/texmaker.install 2014-12-13 09:35:45 UTC (rev 123829)
@@ -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 123828, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2014-12-13 09:35:45 UTC (rev 123829)
@@ -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-12-13 09:21:57 UTC (rev 123828)
+++ community-x86_64/PKGBUILD   2014-12-13 09:35:45 UTC (rev 123829)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@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')
-

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

2014-08-12 Thread Felix Yan
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 cine...@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 cine...@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 cine...@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

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:11:00
  Author: jelle
Revision: 112260

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 112259, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 112259, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 112259, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 112259, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 19:10:51 UTC (rev 112259)
+++ community-i686/PKGBUILD 2014-05-30 19:11:00 UTC (rev 112260)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1.1
-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' '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=('0b26fe9e29b37eeaf98e568a096d2dad')
-
-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 112259, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 19:11:00 UTC (rev 112260)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@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
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2014-05-30 19:10:51 UTC (rev 112259)
+++ community-i686/texmaker.install 2014-05-30 19:11:00 UTC (rev 112260)
@@ -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 112259, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2014-05-30 19:11:00 UTC (rev 112260)
@@ -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-05-30 19:10:51 UTC (rev 112259)
+++ community-x86_64/PKGBUILD   2014-05-30 19:11:00 UTC (rev 112260)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1.1
-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' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-'ibus-qt5: accented characters support'
-'poppler: PDF rendering support')

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:20:41
  Author: bpiotrowski
Revision: 106218

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 106217, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 106217, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 106217, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 106217, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:20:34 UTC (rev 106217)
+++ community-i686/PKGBUILD 2014-02-25 15:20:41 UTC (rev 106218)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1
-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' '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=('97ef7f97e73d69283391e467e5758275')
-
-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 106217, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:20:41 UTC (rev 106218)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.1.1
+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' '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=('0b26fe9e29b37eeaf98e568a096d2dad')
+
+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-02-25 15:20:34 UTC (rev 106217)
+++ community-i686/texmaker.install 2014-02-25 15:20:41 UTC (rev 106218)
@@ -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 106217, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2014-02-25 15:20:41 UTC (rev 106218)
@@ -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-02-25 15:20:34 UTC (rev 106217)
+++ community-x86_64/PKGBUILD   2014-02-25 15:20:41 UTC (rev 106218)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1
-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' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt5: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install

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

2013-10-31 Thread Federico Cinelli
Date: Friday, November 1, 2013 @ 06:49:38
  Author: cinelli
Revision: 100064

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 100063, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 100063, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 100063, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 100063, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 05:47:44 UTC (rev 100063)
+++ community-i686/PKGBUILD 2013-11-01 05:49:38 UTC (rev 100064)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('5abe8618367bd7923f792378751648f7')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4 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 100063, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 05:49:38 UTC (rev 100064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.1
+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' '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=('97ef7f97e73d69283391e467e5758275')
+
+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 2013-11-01 05:47:44 UTC (rev 100063)
+++ community-i686/texmaker.install 2013-11-01 05:49:38 UTC (rev 100064)
@@ -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 100063, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-11-01 05:49:38 UTC (rev 100064)
@@ -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   2013-11-01 05:47:44 UTC (rev 100063)
+++ community-x86_64/PKGBUILD   2013-11-01 05:49:38 UTC (rev 100064)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install

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

2013-10-12 Thread Federico Cinelli
Date: Sunday, October 13, 2013 @ 03:30:22
  Author: cinelli
Revision: 98538

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 98537, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 98537, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 98537, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 98537, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-13 01:28:45 UTC (rev 98537)
+++ community-i686/PKGBUILD 2013-10-13 01:30:22 UTC (rev 98538)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.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-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4 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 98537, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-13 01:30:22 UTC (rev 98538)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('5abe8618367bd7923f792378751648f7')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 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 2013-10-13 01:28:45 UTC (rev 98537)
+++ community-i686/texmaker.install 2013-10-13 01:30:22 UTC (rev 98538)
@@ -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 98537, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-10-13 01:30:22 UTC (rev 98538)
@@ -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   2013-10-13 01:28:45 UTC (rev 98537)
+++ community-x86_64/PKGBUILD   2013-10-13 01:30:22 UTC (rev 98538)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.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-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)

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

2013-08-02 Thread Federico Cinelli
Date: Saturday, August 3, 2013 @ 00:19:28
  Author: cinelli
Revision: 94994

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 94993, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 94993, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 94993, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 94993, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-02 22:18:17 UTC (rev 94993)
+++ community-i686/PKGBUILD 2013-08-02 22:19:28 UTC (rev 94994)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.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-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
-
-build() {  
-  cd $pkgname-$pkgver
-  qmake-qt4 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 94993, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-02 22:19:28 UTC (rev 94994)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0.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-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 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 2013-08-02 22:18:17 UTC (rev 94993)
+++ community-i686/texmaker.install 2013-08-02 22:19:28 UTC (rev 94994)
@@ -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 94993, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-08-02 22:19:28 UTC (rev 94994)
@@ -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   2013-08-02 22:18:17 UTC (rev 94993)
+++ community-x86_64/PKGBUILD   2013-08-02 22:19:28 UTC (rev 94994)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.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-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:19:17
  Author: bpiotrowski
Revision: 91601

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 91600, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 91600, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 91600, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 91600, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 11:18:52 UTC (rev 91600)
+++ community-i686/PKGBUILD 2013-05-25 11:19:17 UTC (rev 91601)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
-
-build() {  
-  cd $pkgname-$pkgver
-  qmake-qt4 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 91600, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 11:19:17 UTC (rev 91601)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0.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-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
+
+build() {  
+  cd $pkgname-$pkgver
+  qmake-qt4 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 2013-05-25 11:18:52 UTC (rev 91600)
+++ community-i686/texmaker.install 2013-05-25 11:19:17 UTC (rev 91601)
@@ -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 91600, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-05-25 11:19:17 UTC (rev 91601)
@@ -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   2013-05-25 11:18:52 UTC (rev 91600)
+++ community-x86_64/PKGBUILD   2013-05-25 11:19:17 UTC (rev 91601)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)

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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 14:14:49
  Author: cinelli
Revision: 89278

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

Added:
  texmaker/repos/community-i686/PKGBUILD
(from rev 89277, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 89277, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 89277, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 89277, 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 |   58 
 /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, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-28 12:11:48 UTC (rev 89277)
+++ community-i686/PKGBUILD 2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3599fd142d8d3596b7bd14724fc1888e')
-
-build() {  
-  cd $pkgname-$pkgver
-  qmake 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 89277, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-28 12:14:49 UTC (rev 89278)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
+
+build() {  
+  cd $pkgname-$pkgver
+  qmake-qt4 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 2013-04-28 12:11:48 UTC (rev 89277)
+++ community-i686/texmaker.install 2013-04-28 12:14:49 UTC (rev 89278)
@@ -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 89277, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-04-28 12:14:49 UTC (rev 89278)
@@ -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   2013-04-28 12:11:48 UTC (rev 89277)
+++ community-x86_64/PKGBUILD   2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)