summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-04 01:14:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-04 01:20:18 -0300
commitd671d5690819fe1d94027d14abf658dd61ea9bc1 (patch)
treee525a8cdb1b50a3b0d6aca6f7350d6f51b441ef2 /libre
parentd30022f4d8b44d727ce915c11cb421858ffd6d61 (diff)
icecat-*: move packages to [libre] -> https://savannah.gnu.org/forum/forum.php?forum_id=8747
Diffstat (limited to 'libre')
-rw-r--r--libre/icecat-firebug/PKGBUILD28
-rw-r--r--libre/icecat-noscript/PKGBUILD38
-rw-r--r--libre/icecat-raismth/PKGBUILD28
-rw-r--r--libre/icecat-spell-ru/PKGBUILD30
-rw-r--r--libre/icecat-theme-gnome-tweak/PKGBUILD26
-rw-r--r--libre/icecat-theme-gnome/PKGBUILD28
-rw-r--r--libre/icecat-ublock-origin/PKGBUILD24
-rw-r--r--libre/icecat-vimperator/PKGBUILD26
8 files changed, 228 insertions, 0 deletions
diff --git a/libre/icecat-firebug/PKGBUILD b/libre/icecat-firebug/PKGBUILD
new file mode 100644
index 000000000..b9eb8be0b
--- /dev/null
+++ b/libre/icecat-firebug/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 129379 2015-03-16 17:25:46Z speps $
+# Maintainer (Arch): speps <speps at aur dot archlinux dot org>
+
+pkgname=icecat-firebug
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="IceCat extension with tools for web development."
+arch=(any)
+url="http://getfirebug.com/"
+license=('custom:BSD')
+groups=('icecat-addons')
+depends=('icecat')
+provides=('firebug')
+source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
+md5sums=('de60ceef13c3d17d2f6ce4f68acc367b')
+
+package() {
+ # 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-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD
new file mode 100644
index 000000000..230e0ba62
--- /dev/null
+++ b/libre/icecat-noscript/PKGBUILD
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 186197 2016-08-09 13:37:12Z spupykin $
+# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor (Arch): Eschwartz <eschwartz93@gmail.com>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+
+pkgname=icecat-noscript
+pkgver=2.9.5.2
+pkgrel=1
+pkgdesc="Extension for icecat which disables script"
+arch=('any')
+url="http://noscript.net/"
+license=('GPL2')
+groups=('icecat-addons')
+depends=('icecat')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+sha512sums=('39f081c644b66d64fd1e8333b0dccce1ac2c7ee3877c274a9a49fa6fa074f89731ae0246c9578e87988a48f92c9076fb4617c7980fc656c4125cff7aa9b67622')
+whirlpoolsums=('59da8a7de4373b5eadfcdf48134394d3c21adcbc617a804bd675ae64894eb056377964ebad94cf97ff1122d716f99a01985c14f5b0e61980a877b286eee86b27')
+
+prepare() {
+ cd "${srcdir}"
+ unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
+package() {
+ cd "${srcdir}"
+
+ _extension_id="$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' noscript-${pkgver}/install.rdf)"
+ _extension_dest="${pkgdir}/usr/lib/icecat/browser/extensions/${_extension_id}"
+ if grep '<em:unpack>true</em:unpack>' noscript-${pkgver}/install.rdf > /dev/null; then
+ install -dm755 "${_extension_dest}"
+ cp -R noscript-${pkgver}/* "${_extension_dest}"
+ chmod -R ugo+rX "${_extension_dest}"
+ else
+ install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+ fi
+}
diff --git a/libre/icecat-raismth/PKGBUILD b/libre/icecat-raismth/PKGBUILD
new file mode 100644
index 000000000..1bdd66289
--- /dev/null
+++ b/libre/icecat-raismth/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 101450 2013-11-25 21:16:28Z speps $
+# Maintainer (Arch): speps <speps at aur dot archlinux dot org>
+
+pkgname=icecat-raismth
+pkgver=4.0.1
+pkgrel=1.2
+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')
+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..a58c1d3b9
--- /dev/null
+++ b/libre/icecat-spell-ru/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 129457 2015-03-18 10:50:28Z spupykin $
+# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor (Arch): Maciej Sitarz <macieks@freesco.pl>
+
+pkgname=icecat-spell-ru
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Russian spellchecker dictionary for IceCat"
+arch=(any)
+url="https://addons.mozilla.org/firefox/dictionaries/"
+license=("GPL")
+depends=("icecat")
+#noextract=(addon-$pkgver-an+fx+tb+fn+sm.xpi)
+source=(https://addons.cdn.mozilla.net/user-media/addons/3703/addon-$pkgver-an+fx+tb+fn+sm.xpi)
+md5sums=('05dbd25d73e3e4187ec51517658fcf69')
+
+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
+}
diff --git a/libre/icecat-theme-gnome-tweak/PKGBUILD b/libre/icecat-theme-gnome-tweak/PKGBUILD
new file mode 100644
index 000000000..4992bd490
--- /dev/null
+++ b/libre/icecat-theme-gnome-tweak/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 171820 2016-04-25 17:37:34Z muflone $
+# Maintainer (Arch): Muflone http://www.muflone.com/contacts/english/
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+# Contributor: Daniel Milewski <niitotantei@riseup.net>
+# Contributor: Isaac David <isacdaavid () isacdaavid!info>
+
+pkgname=icecat-theme-gnome-tweak
+_pkgname=firefox-gnome
+pkgver=38.1
+pkgrel=1
+pkgdesc="IceCat extension for customizing the GNOME 3 theme"
+url="https://addons.mozilla.org/en-us/firefox/addon/gnome-theme-tweak/"
+arch=('any')
+license=('MPL')
+depends=("icecat-theme-gnome")
+replaces=('icecat-theme-adwaita')
+conflicts=('icecat-theme-adwaita')
+source=("https://addons.cdn.mozilla.net/user-media/addons/458932/gnome_theme_tweak-${pkgver}-fx-linux.xpi")
+sha256sums=('cc664a1e80b587753ed9050495dafff685bfcd41c57cb81ab617fa960a4d6839')
+
+package() {
+ install -m 755 -d "${pkgdir}/usr/lib/icecat/browser/extensions"
+ _emid=$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)
+ install -m 644 "gnome_theme_tweak-${pkgver}-fx-linux.xpi" "${pkgdir}/usr/lib/icecat/browser/extensions/${_emid}.xpi"
+}
diff --git a/libre/icecat-theme-gnome/PKGBUILD b/libre/icecat-theme-gnome/PKGBUILD
new file mode 100644
index 000000000..7d5e67284
--- /dev/null
+++ b/libre/icecat-theme-gnome/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 171810 2016-04-25 17:30:31Z muflone $
+# Maintainer (Arch): Muflone http://www.muflone.com/contacts/english/
+# Contributor (Arch): Diego Principe <cdprincipe@at@gmail@dot@com>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+# Contributor: Daniel Milewski <niitotantei@riseup.net>
+# Contributor: Isaac David <isacdaavid () isacdaavid!info>
+
+pkgname=icecat-theme-gnome
+_pkgname=firefox-gnome
+pkgver=38.1
+pkgrel=1
+pkgdesc='GNOME 3 theme for IceCat (Previously known as "Adwaita")'
+url="https://addons.mozilla.org/en-us/firefox/addon/adwaita/"
+arch=('any')
+license=('MPL')
+depends=("icecat")
+replaces=('icecat-theme-adwaita')
+conflicts=('icecat-theme-adwaita')
+optdepends=('icecat-theme-gnome-tweak: GNOME theme customization')
+source=("https://addons.mozilla.org/firefox/downloads/file/410922/gnome_3-${pkgver}-fx-linux.xpi")
+sha256sums=('d230a3cc20739696281d7bb5aa5bb395afce782d53a97ab5270278602e4cb274')
+
+package() {
+ install -m 755 -d "${pkgdir}/usr/lib/icecat/browser/extensions"
+ _emid=$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)
+ install -m 644 "gnome_3-${pkgver}-fx-linux.xpi" "${pkgdir}/usr/lib/icecat/browser/extensions/${_emid}.xpi"
+}
diff --git a/libre/icecat-ublock-origin/PKGBUILD b/libre/icecat-ublock-origin/PKGBUILD
new file mode 100644
index 000000000..702b62cda
--- /dev/null
+++ b/libre/icecat-ublock-origin/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+
+pkgname=icecat-ublock-origin
+pkgver=1.9.12
+pkgrel=1
+pkgdesc='An efficient blocker add-on for various browsers. Fast, potent, and lean.'
+url=https://github.com/gorhill/uBlock
+arch=('any')
+license=('GPL3')
+depends=('icecat')
+provides=('icecat-adblock-plus')
+conflicts=('icecat-adblock-plus')
+replaces=('icecat-adblock-plus')
+groups=('icecat-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-tb+an+fx+sm.xpi")
+noextract=("${source##*/}")
+sha512sums=('0901bb47317888dc7823b5d7841ff089ce757fab3fef895e34ea5138b38ca5190e5055dae569022ae6350dd69de36739235df5d46c2aaef3cf0c6675b656c9ec')
+
+package() {
+ install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/libre/icecat-vimperator/PKGBUILD b/libre/icecat-vimperator/PKGBUILD
new file mode 100644
index 000000000..d7a23f1f0
--- /dev/null
+++ b/libre/icecat-vimperator/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer (Arch): John Jenkins twodopeshaggy@gmail.com
+# Contributor (Arch): Gustavo Dutra <mechamo@gustavodutra.com>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+
+_pkgname=vimperator
+pkgname=icecat-vimperator
+license=("MIT")
+pkgver=3.9
+pkgrel=2
+pkgdesc="Make icecat look and behave like Vim"
+arch=('any')
+url="http://vimperator.org/vimperator"
+depends=('icecat')
+_extensionId="vimperator@mozdev.org"
+_fileName=vimperator-$pkgver.xpi
+source=(https://github.com/vimperator/vimperator-labs/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.xpi)
+md5sums=('11449e9ed1a8e3fccf38a7570a700dd5')
+conflicts=('vimperator-hg' 'vimperator-git')
+
+package() {
+ cd $srcdir || return 1
+ local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/$_extensionId
+ install -d $dstdir || return 1
+ cp -R * $dstdir || return 1
+ rm $dstdir/$_fileName
+}