[arch-commits] Commit in texmacs/trunk (PKGBUILD texmacs.install)

Ronald van Haren ronald at archlinux.org
Sun Apr 1 08:32:44 UTC 2012


    Date: Sunday, April 1, 2012 @ 04:32:43
  Author: ronald
Revision: 154989

upgpkg: texmacs 1.0.7.15-1

update to 1.0.7.15; add install file

Added:
  texmacs/trunk/texmacs.install
Modified:
  texmacs/trunk/PKGBUILD

-----------------+
 PKGBUILD        |    9 +++++----
 texmacs.install |   14 ++++++++++++++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-01 08:24:55 UTC (rev 154988)
+++ PKGBUILD	2012-04-01 08:32:43 UTC (rev 154989)
@@ -3,18 +3,19 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=texmacs
-pkgver=1.0.7.14
+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')
+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')
+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)
-sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a')
+install=texmacs.install
+sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3')
 
 build() {
   cd ${srcdir}/TeXmacs-${pkgver}-src

Added: texmacs.install
===================================================================
--- texmacs.install	                        (rev 0)
+++ texmacs.install	2012-04-01 08:32:43 UTC (rev 154989)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+




More information about the arch-commits mailing list