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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:30:57
  Author: arojas
Revision: 268028

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

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 268027, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 268027, texmacs/trunk/PKGBUILD)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-i686/texmacs.install
  texmacs/repos/extra-x86_64/PKGBUILD
  texmacs/repos/extra-x86_64/texmacs.install

--+
 /PKGBUILD|  126 +
 extra-i686/PKGBUILD  |   64 
 extra-i686/texmacs.install   |   14 
 extra-x86_64/PKGBUILD|   64 
 extra-x86_64/texmacs.install |   14 
 5 files changed, 126 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:30:19 UTC (rev 268027)
+++ extra-i686/PKGBUILD 2016-05-14 20:30:57 UTC (rev 268028)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
-
-pkgname=texmacs
-pkgver=1.99.4
-pkgrel=1
-pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
-arch=('i686' 'x86_64')
-url="http://www.texmacs.org/";
-license=('GPL')
-depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
- 'desktop-file-utils' 'qt4')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files'
-   'ghostscript: rendering ps files'
-'imagemagick: convert images'
-'aspell: spell checking')
-makedepends=('ghostscript')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-install=texmacs.install
-options=('!emptydirs')
-sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
-   
-prepare() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_extension/texmacs_reedit.py
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  sed -i -e 's/guile18 /guile1.8 /g' \
- -e 's/guile18-config/guile-config1.8/g' \
- configure
-  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
-
- # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
-  sed -i '/update-mime-database/d' Makefile.in
-  sed -i '/gtk-update-icon-cache/d' Makefile.in
-  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
-
-}
-
-build() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  export QMAKE=qmake-qt4
-  export MOC=moc-qt4
-  export UIC=uic-qt4
-  export LDFLAGS="$LDFLAGS -lz"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 268027, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:30:57 UTC (rev 268028)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.4
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+options=('!emptydirs')
+sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-p

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

2016-03-12 Thread Antonio Rojas
Date: Saturday, March 12, 2016 @ 22:14:54
  Author: arojas
Revision: 261390

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

Added:
  texmacs/repos/testing-i686/
  texmacs/repos/testing-i686/PKGBUILD
(from rev 261389, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-i686/texmacs.install
(from rev 261389, texmacs/trunk/texmacs.install)
  texmacs/repos/testing-x86_64/
  texmacs/repos/testing-x86_64/PKGBUILD
(from rev 261389, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-x86_64/texmacs.install
(from rev 261389, texmacs/trunk/texmacs.install)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/texmacs.install   |   14 
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/texmacs.install |   14 
 4 files changed, 156 insertions(+)

Copied: texmacs/repos/testing-i686/PKGBUILD (from rev 261389, 
texmacs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-12 21:14:54 UTC (rev 261390)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.4
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile18 /guile1.8 /g' \
+ -e 's/guile18-config/guile-config1.8/g' \
+ configure
+  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+
+}
+
+build() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  export LDFLAGS="$LDFLAGS -lz"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
+}

Copied: texmacs/repos/testing-i686/texmacs.install (from rev 261389, 
texmacs/trunk/texmacs.install)
===
--- testing-i686/texmacs.install(rev 0)
+++ testing-i686/texmacs.install2016-03-12 21:14:54 UTC (rev 261390)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/testing-x86_64/PKGBUILD (from rev 261389, 
texmacs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-12 21:14:54 UTC (rev 261390)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.4
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gaw

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 22:44:44
  Author: bpiotrowski
Revision: 253031

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

Added:
  texmacs/repos/staging-i686/
  texmacs/repos/staging-i686/PKGBUILD
(from rev 253030, texmacs/trunk/PKGBUILD)
  texmacs/repos/staging-i686/texmacs.install
(from rev 253030, texmacs/trunk/texmacs.install)
  texmacs/repos/staging-x86_64/
  texmacs/repos/staging-x86_64/PKGBUILD
(from rev 253030, texmacs/trunk/PKGBUILD)
  texmacs/repos/staging-x86_64/texmacs.install
(from rev 253030, texmacs/trunk/texmacs.install)

+
 staging-i686/PKGBUILD  |   63 +++
 staging-i686/texmacs.install   |   14 
 staging-x86_64/PKGBUILD|   63 +++
 staging-x86_64/texmacs.install |   14 
 4 files changed, 154 insertions(+)

Copied: texmacs/repos/staging-i686/PKGBUILD (from rev 253030, 
texmacs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 21:44:44 UTC (rev 253031)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.2
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile /guile1.8 /g' \
+ -e 's/guile-config/guile-config1.8/g' \
+ configure
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+
+}
+
+build() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  export LDFLAGS="$LDFLAGS -lz"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
+}

Copied: texmacs/repos/staging-i686/texmacs.install (from rev 253030, 
texmacs/trunk/texmacs.install)
===
--- staging-i686/texmacs.install(rev 0)
+++ staging-i686/texmacs.install2015-12-06 21:44:44 UTC (rev 253031)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/staging-x86_64/PKGBUILD (from rev 253030, 
texmacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 21:44:44 UTC (rev 253031)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.2
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps f

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

2014-01-25 Thread Bartłomiej Piotrowski
Date: Saturday, January 25, 2014 @ 14:16:09
  Author: bpiotrowski
Revision: 204707

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

Added:
  texmacs/repos/testing-i686/
  texmacs/repos/testing-i686/PKGBUILD
(from rev 204706, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-i686/texmacs.install
(from rev 204706, texmacs/trunk/texmacs.install)
  texmacs/repos/testing-x86_64/
  texmacs/repos/testing-x86_64/PKGBUILD
(from rev 204706, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-x86_64/texmacs.install
(from rev 204706, texmacs/trunk/texmacs.install)

+
 testing-i686/PKGBUILD  |   55 +++
 testing-i686/texmacs.install   |   14 +
 testing-x86_64/PKGBUILD|   55 +++
 testing-x86_64/texmacs.install |   14 +
 4 files changed, 138 insertions(+)

Copied: texmacs/repos/testing-i686/PKGBUILD (from rev 204706, 
texmacs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-25 13:16:09 UTC (rev 204707)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.21
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+makedepends=('ghostscript')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('e8086acd4b7c1bb3aaccf75b6b0199aa612cb66c')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile /guile1.8 /g' \
+ -e 's/guile-config/guile-config1.8/g' \
+ configure
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/testing-i686/texmacs.install (from rev 204706, 
texmacs/trunk/texmacs.install)
===
--- testing-i686/texmacs.install(rev 0)
+++ testing-i686/texmacs.install2014-01-25 13:16:09 UTC (rev 204707)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/testing-x86_64/PKGBUILD (from rev 204706, 
texmacs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-25 13:16:09 UTC (rev 204707)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.21
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+makedepends=('ghostscript')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-sr

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

2013-06-04 Thread Bartłomiej Piotrowski
Date: Tuesday, June 4, 2013 @ 18:44:09
  Author: bpiotrowski
Revision: 187160

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

Added:
  texmacs/repos/staging-i686/
  texmacs/repos/staging-i686/PKGBUILD
(from rev 187159, texmacs/trunk/PKGBUILD)
  texmacs/repos/staging-i686/texmacs.install
(from rev 187159, texmacs/trunk/texmacs.install)
  texmacs/repos/staging-x86_64/
  texmacs/repos/staging-x86_64/PKGBUILD
(from rev 187159, texmacs/trunk/PKGBUILD)
  texmacs/repos/staging-x86_64/texmacs.install
(from rev 187159, texmacs/trunk/texmacs.install)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/texmacs.install   |   14 ++
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/texmacs.install |   14 ++
 4 files changed, 136 insertions(+)

Copied: texmacs/repos/staging-i686/PKGBUILD (from rev 187159, 
texmacs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-04 16:44:09 UTC (rev 187160)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.19
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('855b8252f561b69deb45a3b80f4531a9055ea465')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile /guile1.8 /g' \
+ -e 's/guile-config/guile-config1.8/g' \
+ configure
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+  
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/staging-i686/texmacs.install (from rev 187159, 
texmacs/trunk/texmacs.install)
===
--- staging-i686/texmacs.install(rev 0)
+++ staging-i686/texmacs.install2013-06-04 16:44:09 UTC (rev 187160)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/staging-x86_64/PKGBUILD (from rev 187159, 
texmacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-04 16:44:09 UTC (rev 187160)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.19
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')

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

2013-06-02 Thread Bartłomiej Piotrowski
Date: Sunday, June 2, 2013 @ 21:50:55
  Author: bpiotrowski
Revision: 186994

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

Added:
  texmacs/repos/testing-i686/
  texmacs/repos/testing-i686/PKGBUILD
(from rev 186993, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-i686/texmacs.install
(from rev 186993, texmacs/trunk/texmacs.install)
  texmacs/repos/testing-x86_64/
  texmacs/repos/testing-x86_64/PKGBUILD
(from rev 186993, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-x86_64/texmacs.install
(from rev 186993, texmacs/trunk/texmacs.install)

+
 testing-i686/PKGBUILD  |   51 +++
 testing-i686/texmacs.install   |   14 ++
 testing-x86_64/PKGBUILD|   51 +++
 testing-x86_64/texmacs.install |   14 ++
 4 files changed, 130 insertions(+)

Copied: texmacs/repos/testing-i686/PKGBUILD (from rev 186993, 
texmacs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-02 19:50:55 UTC (rev 186994)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.19
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('855b8252f561b69deb45a3b80f4531a9055ea465')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+  
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/testing-i686/texmacs.install (from rev 186993, 
texmacs/trunk/texmacs.install)
===
--- testing-i686/texmacs.install(rev 0)
+++ testing-i686/texmacs.install2013-06-02 19:50:55 UTC (rev 186994)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/testing-x86_64/PKGBUILD (from rev 186993, 
texmacs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-02 19:50:55 UTC (rev 186994)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.19
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('855b8252f561b69deb45a3b80f4531a9055ea465')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i

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

2013-02-26 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 13:45:54
  Author: andrea
Revision: 178723

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

Added:
  texmacs/repos/staging-i686/
  texmacs/repos/staging-i686/PKGBUILD
(from rev 178722, texmacs/trunk/PKGBUILD)
  texmacs/repos/staging-i686/texmacs.install
(from rev 178722, texmacs/trunk/texmacs.install)
  texmacs/repos/staging-x86_64/
  texmacs/repos/staging-x86_64/PKGBUILD
(from rev 178722, texmacs/trunk/PKGBUILD)
  texmacs/repos/staging-x86_64/texmacs.install
(from rev 178722, texmacs/trunk/texmacs.install)

+
 staging-i686/PKGBUILD  |   49 +++
 staging-i686/texmacs.install   |   14 +++
 staging-x86_64/PKGBUILD|   49 +++
 staging-x86_64/texmacs.install |   14 +++
 4 files changed, 126 insertions(+)

Copied: texmacs/repos/staging-i686/PKGBUILD (from rev 178722, 
texmacs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 12:45:54 UTC (rev 178723)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.16
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('bd73a8ff1c5361161cc65c57dfe8e706a1859231')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/staging-i686/texmacs.install (from rev 178722, 
texmacs/trunk/texmacs.install)
===
--- staging-i686/texmacs.install(rev 0)
+++ staging-i686/texmacs.install2013-02-26 12:45:54 UTC (rev 178723)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/staging-x86_64/PKGBUILD (from rev 178722, 
texmacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 12:45:54 UTC (rev 178723)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.0.7.16
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('bd73a8ff1c5361161cc65c57dfe8e706a1859231')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpat

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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:33:19
  Author: ronald
Revision: 154990

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

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 154989, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-i686/texmacs.install
(from rev 154989, texmacs/trunk/texmacs.install)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 154989, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/texmacs.install
(from rev 154989, texmacs/trunk/texmacs.install)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |   77 -
 extra-i686/texmacs.install   |   14 +++
 extra-x86_64/PKGBUILD|   77 -
 extra-x86_64/texmacs.install |   14 +++
 4 files changed, 106 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 08:32:43 UTC (rev 154989)
+++ extra-i686/PKGBUILD 2012-04-01 08:33:19 UTC (rev 154990)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=texmacs
-pkgver=1.0.7.14
-pkgrel=1
-pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
-arch=('i686' 'x86_64')
-url="http://www.texmacs.org/";
-license=('GPL')
-depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps')
-#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a')
-
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  sed -i 's/env python/env python2/' \
-plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib \
- --disable-qt
-  make
-}
-
-package() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 154989, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=texmacs
+pkgver=1.0.7.15
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/";
+license=('GPL')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info' 'desktop-file-utils')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps' 'awk: conversion of some 
files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib \
+ --disable-qt
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/extra-i686/texmacs.install (from rev 154989, 
texmacs/trunk/texmacs.install)
===
--- extra-i686/texmacs.install  (rev 0)
+++ extra-i686/texmacs.install  2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 08:32:43 UTC (rev 154989)
+++ extra-x86_64/PKGB