[arch-commits] Commit in libreoffice-extension-texmaths/repos/community-any (2 files)

Antonio Rojas arojas at archlinux.org
Sat Jan 13 12:29:03 UTC 2018


    Date: Saturday, January 13, 2018 @ 12:29:02
  Author: arojas
Revision: 281810

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 12:27:55 UTC (rev 281809)
+++ PKGBUILD	2018-01-13 12:29:02 UTC (rev 281810)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < arojas at archlinux.org >
-
-pkgname=libreoffice-extension-texmaths
-_extname=texmaths
-pkgver=0.43
-pkgrel=1
-pkgdesc="A LaTeX equation editor for LibreOffice"
-arch=('any')
-url="http://roland65.free.fr/texmaths/"
-license=('GPL2')
-depends=('libreoffice' 'texlive-core')
-conflicts=('texmaths')
-replaces=('texmaths')
-source=("http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt")
-sha256sums=('20eb148122678210c935f91fdb300d5202783e4873b7f1f91a64708b68d0040a')
-
-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
-}

Copied: libreoffice-extension-texmaths/repos/community-any/PKGBUILD (from rev 281809, libreoffice-extension-texmaths/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-13 12:29:02 UTC (rev 281810)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas < arojas at archlinux.org >
+
+pkgname=libreoffice-extension-texmaths
+_extname=texmaths
+pkgver=0.44
+pkgrel=1
+pkgdesc="A LaTeX equation editor for LibreOffice"
+arch=(any)
+url="http://roland65.free.fr/texmaths/"
+license=(GPL2)
+depends=(libreoffice texlive-core)
+source=("https://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt")
+sha256sums=('48cec2782d1cc55f83d49fe4d5e1420a9a94885db4d8334e349f54dffc36da74')
+
+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
+}



More information about the arch-commits mailing list