summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD20
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..19938f5cd6cc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Tue May 29 12:25:59 UTC 2018
+pkgbase = libreoffice-extension-orthos-greek-english-dictionary
+ pkgdesc = Greek and English dictionary bundle 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 = libreoffice-extension-orthos-greek-dictionary
+ conflicts = libreoffice-extension-orthos-greek-cypriot-dictionary
+ source = https://sourceforge.net/projects/orthos-spell/files/v.0.4.0./orthos-el_GR-en_US-0.4.0-87.oxt
+ sha256sums = 2402e8f82759e9c63c4a4f2844dfb2c6f25c1b76f8efab16825652e1c7802f1b
+
+pkgname = libreoffice-extension-orthos-greek-english-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c3ae689b566f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Pantelis Panayiotou <p.panayiotou@gmail.com>
+pkgname=libreoffice-extension-orthos-greek-english-dictionary
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Greek and English dictionary bundle for Libreoffice by the Orthos project'
+arch=('any')
+url='https://sourceforge.net/projects/orthos-spell/'
+license=('BSD')
+depends=('libreoffice')
+groups=('libreoffice-extensions')
+conflicts=('libreoffice-extension-orthos-greek-dictionary' 'libreoffice-extension-orthos-greek-cypriot-dictionary')
+makedepends=('unzip')
+source=('https://sourceforge.net/projects/orthos-spell/files/v.0.4.0./orthos-el_GR-en_US-0.4.0-87.oxt')
+sha256sums=('2402e8f82759e9c63c4a4f2844dfb2c6f25c1b76f8efab16825652e1c7802f1b')
+
+package() {
+ install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
+ unzip -q ${srcdir}/orthos-el_GR-en_US-0.4.0-87.oxt -d ${pkgdir}/usr/lib/libreoffice/share/extensions/orthos-el_GR-en_US
+}
+