summaryrefslogtreecommitdiff
path: root/libre/icecat-spell-ru
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /libre/icecat-spell-ru
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'libre/icecat-spell-ru')
-rw-r--r--libre/icecat-spell-ru/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/icecat-spell-ru/PKGBUILD b/libre/icecat-spell-ru/PKGBUILD
deleted file mode 100644
index 5b088817a..000000000
--- a/libre/icecat-spell-ru/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 90907 2013-05-15 13:06:09Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Maciej Sitarz <macieks@freesco.pl>
-
-pkgname=icecat-spell-ru
-pkgver=0.4.4
-pkgrel=13.1
-pkgdesc="Russian spellchecker dictionary for IceCat"
-arch=(any)
-url="https://addons.mozilla.org/firefox/dictionaries/"
-license=("GPL")
-depends=("icecat")
-provides=(firefox-spell-ru=$pkgver)
-noextract=(russian_spellchecking_dictionary_with_io_support-$pkgver-fx+tb+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/98798/russian_spellchecking_dictionary-$pkgver-fx+tb+sm.xpi)
-md5sums=('269a8bdd38a5641b5f6cfb12715f1029')
-
-package() {
-# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-`
-# depends=("icecat>=${_ffver}" "icecat<=${_ffver/0/99}")
-
- cd $srcdir
- rm $srcdir/*.xpi
- local _dir=$pkgdir/usr/lib/icecat/browser/extensions/ru@dictionaries.addons.mozilla.org
- mkdir -p "${_dir}"
- cd "${_dir}"
- sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>20.*</em:maxVersion>#' $srcdir/install.rdf
- cp -r $srcdir/* "${_dir}"
- find ${_dir} -type f -exec chmod 0644 {} \;
- touch ${_dir}/chrome.manifest
-}