Date: Friday, January 16, 2015 @ 22:14:19
  Author: arojas
Revision: 126012

archrelease: copy trunk to community-any

Added:
  libreoffice-extension-texmaths/repos/
  libreoffice-extension-texmaths/repos/community-any/
  libreoffice-extension-texmaths/repos/community-any/PKGBUILD
    (from rev 126011, libreoffice-extension-texmaths/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: libreoffice-extension-texmaths/repos/community-any/PKGBUILD (from rev 
126011, libreoffice-extension-texmaths/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2015-01-16 21:14:19 UTC (rev 126012)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas < [email protected] >
+
+pkgname=libreoffice-extension-texmaths
+_extname=texmaths
+pkgver=0.41
+pkgrel=1
+pkgdesc="A LaTeX equation editor for LibreOffice"
+arch=('any')
+url="http://roland65.free.fr/texmaths/";
+license=('GPL2')
+depends=('libreoffice-draw' 'texlive-core')
+conflicts=('texmaths')
+replaces=('texmaths')
+source=("http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt";)
+md5sums=('7d00b8443d61348a14511bf82f28ff25')
+
+package() {
+  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+
+  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
+}

Reply via email to