Search Criteria
Package Details: voikko-libreoffice 5.0-1
Git Clone URL: | https://aur.archlinux.org/voikko-libreoffice.git (read-only, click to copy) |
---|---|
Package Base: | voikko-libreoffice |
Description: | Finnish spellchecker, grammar checker and hyphenator extension for libreoffice |
Upstream URL: | http://voikko.sourceforge.net |
Keywords: | Finnish grammar hyphenate libreoffice office spellcheck |
Licenses: | |
Submitter: | Huulivoide |
Maintainer: | Huulivoide |
Last Packager: | Huulivoide |
Votes: | 22 |
Popularity: | 1.35 |
First Submitted: | 2010-12-04 11:41 |
Last Updated: | 2015-12-18 21:52 |
Dependencies (4)
- libreoffice (libreoffice-dev-bin, libreoffice-fresh, libreoffice-still)
- python (python-dbg)
- voikko-fi
- zip (zip-natspec) (make)
Latest Comments
1 2 3 Next › Last »
sumt commented on 2015-12-16 04:49
The validpgpkeys is required:
validpgpkeys=('AC5D65F10C8596D7E2DAE2633D309B604AE3942E')
Crashlog commented on 2015-02-11 10:46
All I had to do was change libreoffice-common to libreoffice-fresh in the PKGBUILD. It built just fine after that.
OssiL commented on 2015-02-11 05:32
Yes, please and quickly.
This is what I get:
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: voikko-libreoffice: requires libreoffice-common
So, soonish I need to remove voikko-libreoffice to be able to update other packages.
jtts commented on 2015-02-06 22:52
libreoffice-common is no longer available in the official repositories. It should be replaced with libreoffice-still and/or libreoffice-fresh.
topyli commented on 2013-12-19 17:00
Can't build. Error from yaourt:
==> Validating source files with md5sums...
libreoffice-voikko-3.4.1.tar.gz ... Passed
libreoffice-4.1.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build voikko-libreoffice.
haaja commented on 2013-09-01 11:13
Not out of date per se but requires the following patch to build with libreoffice 4.1
https://github.com/voikko/libreoffice-voikko/commit/b7e100bea5bcea3549ac87cd96c95ee4833757b3
haaja commented on 2013-09-01 11:08
Sorry, I flagged the wrong package.
Huulivoide commented on 2013-04-22 20:32
Sorry, seems I once again forgot to actually upload the updated package.
haaja commented on 2013-04-22 20:07
--- PKGBUILD.old 2012-05-03 20:49:30.000000000 +0300
+++ PKGBUILD 2013-04-22 23:03:40.099121026 +0300
@@ -2,8 +2,8 @@
# Maintainer: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=voikko-libreoffice
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
pkgdesc="Finnish spellchecker, grammar checker and hyphenator extension for libreoffice"
arch=('i686' 'x86_64')
url="http://voikko.sourceforge.net"
@@ -29,4 +29,4 @@ package() {
cp voikko.oxt "${pkgdir}/usr/lib/libreoffice/share/extensions/install/"
}
-md5sums=('9b52dd9cb5bff1f382b2a8056fa973f3')
+md5sums=('72e21e8bedfc9e5b065a70726c5aa8a2')
jtts commented on 2012-05-03 17:52
Seuraava muutos PKGBUILD:iin näyttäisi korjaavan ongelman:
--- PKGBUILD.OLD 2012-05-03 20:50:22.338921568 +0300
+++ PKGBUILD 2012-05-03 20:46:00.614016252 +0300
@@ -17,7 +17,7 @@
cd "${srcdir}/libreoffice-voikko-${pkgver}"
sed 's|LINK_LIBS += $(STLPORTLIB)||g' -i Makefile
- . /usr/lib/libreoffice/sdk/setsdkenv_unix.sh.in
+ . /usr/lib/libreoffice/sdk/setsdkenv_unix.sh
make oxt
}