From 9642f291001ff9d248a04a8edbac1d8bd363757c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 6 Feb 2014 19:50:34 -0200 Subject: icecat-{adblock-plus,firebug,raismth,spell-ru}: add new packages to [libre] --- libre/icecat-adblock-plus/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ libre/icecat-firebug/PKGBUILD | 30 ++++++++++++++++++++++++++++++ libre/icecat-raismth/PKGBUILD | 28 ++++++++++++++++++++++++++++ libre/icecat-spell-ru/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+) create mode 100644 libre/icecat-adblock-plus/PKGBUILD create mode 100644 libre/icecat-firebug/PKGBUILD create mode 100644 libre/icecat-raismth/PKGBUILD create mode 100644 libre/icecat-spell-ru/PKGBUILD diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD new file mode 100644 index 000000000..b1ccb3b09 --- /dev/null +++ b/libre/icecat-adblock-plus/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 104302 2014-01-17 11:39:31Z spupykin $ +# Maintainer: Sergej Pupykin + + +pkgname=icecat-adblock-plus +pkgver=2.4.1 +_addons_file=230225 +pkgrel=1.1 +pkgdesc="plugin for icecat which block ads and banners" +arch=('any') +url="http://adblockplus.org/" +license=('GPL') +depends=("icecat") +makedepends=('unzip') +provides=(firefox-adblock-plus=$pkgver) +noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi") +source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi) +md5sums=('3fe51813290a0d7103b620e2813a8c0e') + +package() { +# _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.` +# depends=("icecat>=${_ffver}" "icecat<=${_ffver/0/99}") + + cd $srcdir + [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi + local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf) + local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/${emid} + [ -n ${emid} ] || return 1 + install -d $dstdir +# sed -i 's#.*#20.*#' install.rdf + cp -R * $dstdir + rm $dstdir/*.xpi + find $pkgdir -type d -exec chmod 0755 {} \; + find $pkgdir -type f -exec chmod 0644 {} \; +} diff --git a/libre/icecat-firebug/PKGBUILD b/libre/icecat-firebug/PKGBUILD new file mode 100644 index 000000000..cf5bcee6b --- /dev/null +++ b/libre/icecat-firebug/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 105364 2014-02-06 03:30:33Z speps $ +# Maintainer: speps + +pkgname=icecat-firebug +pkgver=1.12.6 +pkgrel=1.1 +pkgdesc="IceCat plugin with tools for web development." +arch=(any) +url="http://getfirebug.com/" +license=('custom:BSD') +groups=('icecat-addons') +depends=('icecat') +provides=('firebug' firefox-firebug=$pkgver) +source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi") +md5sums=('e929032f03f3af210355905cd4ddf6d3') + +package() { + cd "$srcdir" + + # extension + _dest="$pkgdir/usr/lib/icecat/browser/extensions/firebug@software.joehewitt.com" + find . -type d -exec install -d {} $_dest/{} \; + find . -type f -exec install -Dm644 {} $_dest/{} \; + + # license + install -Dm644 license.txt \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: diff --git a/libre/icecat-raismth/PKGBUILD b/libre/icecat-raismth/PKGBUILD new file mode 100644 index 000000000..83b545767 --- /dev/null +++ b/libre/icecat-raismth/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 101450 2013-11-25 21:16:28Z speps $ +# Maintainer: speps + +pkgname=icecat-raismth +pkgver=4.0.1 +pkgrel=1.1 +pkgdesc="IceCat plugin for watching Rai.tv live channels, vod and replay contents w/o *light (Silverlight/Moonlight)" +arch=('any') +url="http://acab.servebeer.com/" +license=('GPL3') +groups=('icecat-addons') +depends=('icecat') +optdepends=('mplayer: default video player' + 'faad: default audio player') +provides=('raismth' firefox-raismth=$pkgver) +source=("${url}raismth-$pkgver.xpi") +md5sums=('f772ef1a74b0aba3a739849fee3238ea') + +package() { + cd "$srcdir" + + # extension + _dest="$pkgdir/usr/lib/icecat/browser/extensions/raismth@mitm.rc" + find . -type d -exec install -d {} $_dest/{} \; + find . -type f -exec install -Dm644 {} $_dest/{} \; +} + +# vim:set ts=2 sw=2 et: diff --git a/libre/icecat-spell-ru/PKGBUILD b/libre/icecat-spell-ru/PKGBUILD new file mode 100644 index 000000000..5b088817a --- /dev/null +++ b/libre/icecat-spell-ru/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 90907 2013-05-15 13:06:09Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: 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 +} -- cgit v1.1-4-g5e80