summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPantelis Panayiotou2018-05-29 15:44:28 +0300
committerPantelis Panayiotou2018-05-29 15:44:28 +0300
commitd947fbc3d2f446f1f49cfee49a09c59dca43ba80 (patch)
tree89ab5552fb1bb0550800ad9479c90b40b6d51365
downloadaur-libreoffice-extension-orthos-greek-thesaurus.tar.gz
Initial commit
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD20
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..444dd66b8b7f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue May 29 12:44:24 UTC 2018
+pkgbase = libreoffice-extension-orthos-greek-thesaurus
+ pkgdesc = Greek thesaurus for Libreoffice by the Orthos project
+ pkgver = 0.4.0
+ pkgrel = 1
+ url = https://sourceforge.net/projects/orthos-spell/
+ arch = any
+ groups = libreoffice-extensions
+ license = BSD
+ makedepends = unzip
+ depends = libreoffice
+ conflicts = mythes-el
+ source = https://sourceforge.net/projects/orthos-spell/files/v.0.4.0./orthos-thesaurus-0.4.0-87.oxt
+ sha256sums = e0f3d4614ce527304a920a7a4a24b3ede033e288785d2b36113d0d3646bee521
+
+pkgname = libreoffice-extension-orthos-greek-thesaurus
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ec3d73da4f1c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Pantelis Panayiotou <p.panayiotou@gmail.com>
+pkgname=libreoffice-extension-orthos-greek-thesaurus
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Greek thesaurus for Libreoffice by the Orthos project'
+arch=('any')
+url='https://sourceforge.net/projects/orthos-spell/'
+license=('BSD')
+depends=('libreoffice')
+groups=('libreoffice-extensions')
+conflicts=('mythes-el')
+makedepends=('unzip')
+source=('https://sourceforge.net/projects/orthos-spell/files/v.0.4.0./orthos-thesaurus-0.4.0-87.oxt')
+sha256sums=('e0f3d4614ce527304a920a7a4a24b3ede033e288785d2b36113d0d3646bee521')
+
+package() {
+ install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
+ unzip -q ${srcdir}/orthos-thesaurus-0.4.0-87.oxt -d ${pkgdir}/usr/lib/libreoffice/share/extensions/orthos-thesaurus
+}
+