# $Id: PKGBUILD 90907 2013-05-15 13:06:09Z spupykin $ # Maintainer (Arch): Sergej Pupykin # Contributor (Arch): Maciej Sitarz 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#.*#20.*#' $srcdir/install.rdf cp -r $srcdir/* "${_dir}" find ${_dir} -type f -exec chmod 0644 {} \; touch ${_dir}/chrome.manifest }