diff options
author | root <root@rshg054.dnsready.net> | 2013-03-10 00:51:34 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-10 00:51:34 -0800 |
commit | 6ee08d6a9217906f2ef84f70923d3d362d4b40ad (patch) | |
tree | dc3d842884f61485a4c01889d37d9432620d5e38 /libre | |
parent | 92eac63df242654434dceb000bac083f6e81a6b9 (diff) |
Sun Mar 10 00:50:57 PST 2013
Diffstat (limited to 'libre')
-rw-r--r-- | libre/cups-filters-libre/PKGBUILD | 24 | ||||
-rw-r--r-- | libre/cups-filters-libre/poppler_buildfix.diff | 61 | ||||
-rw-r--r-- | libre/file-roller-libre/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/hplip-libre/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/icecat-adblock-plus/PKGBUILD | 37 | ||||
-rw-r--r-- | libre/icecat-noscript/PKGBUILD | 32 | ||||
-rw-r--r-- | libre/iceweasel-adblock-plus/PKGBUILD | 37 | ||||
-rw-r--r-- | libre/iceweasel-l10n/PKGBUILD | 180 | ||||
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/iceweasel-noscript/PKGBUILD | 32 |
10 files changed, 252 insertions, 179 deletions
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD index 597b2f855..939410301 100644 --- a/libre/cups-filters-libre/PKGBUILD +++ b/libre/cups-filters-libre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 174970 2013-01-09 16:29:59Z andyrtr $ +# $Id: PKGBUILD 179657 2013-03-09 09:03:03Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters-libre _pkgname=cups-filters -pkgver=1.0.29 -pkgrel=3 -pkgdesc="OpenPrinting CUPS Filters" +pkgver=1.0.30 +pkgrel=1 +pkgdesc="OpenPrinting CUPS Filters (without foomatic-db-nonfree recommendation)" arch=('i686' 'x86_64') url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" license=('GPL') @@ -14,28 +14,24 @@ makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images' 'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly' 'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly') -backup=(etc/fonts/conf.d/99pdftoopvp.conf) +backup=(etc/fonts/conf.d/99pdftoopvp.conf + etc/cups/cups-browsed.conf) options=(!libtool) source=(http://www.openprinting.org/download/cups-filters/$_pkgname-$pkgver.tar.gz - cups-browsed.service - poppler_buildfix.diff) -md5sums=('0640a02a3fb88d3dbdb224e3becd400d' - '4c9f97eae201798000483c4e7109e690' - 'bd97d1d9dbd4feec3a0330fd9fb7a03c') + cups-browsed.service) +md5sums=('0d338e63f445e98d29c963620e5b1420' + '4c9f97eae201798000483c4e7109e690') replaces=("${_pkgname}") conflicts=("${_pkgname}") provides=("${_pkgname}=${pkgver}") build() { cd "$srcdir/$_pkgname-$pkgver" - - # fix build with poppler 0.22 - patch -Np0 -i ${srcdir}/poppler_buildfix.diff - ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-rcdir=no \ --enable-avahi \ + --with-browseremoteprotocols=DNSSD,CUPS \ --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf make } diff --git a/libre/cups-filters-libre/poppler_buildfix.diff b/libre/cups-filters-libre/poppler_buildfix.diff deleted file mode 100644 index b646efd6b..000000000 --- a/libre/cups-filters-libre/poppler_buildfix.diff +++ /dev/null @@ -1,61 +0,0 @@ -=== modified file 'NEWS' ---- NEWS 2013-01-02 18:23:25 +0000 -+++ NEWS 2013-01-09 10:42:32 +0000 -@@ -1,6 +1,11 @@ - NEWS - OpenPrinting CUPS Filters v1.0.29 - 2013-01-02 - ----------------------------------------------------- - -+CHANGES IN V1.0.30 -+ -+ - pdftoopvp: Let it build with Poppler 0.22.x. Thanks to Koji Otani -+ from BBR Inc. (Bug #1089). -+ - CHANGES IN V1.0.29 - - - Fixed ./configure option "--with-rcdir=no". Thanks to Jiri - -=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx' ---- filter/pdftoopvp/OPVPOutputDev.cxx 2012-07-20 08:32:55 +0000 -+++ filter/pdftoopvp/OPVPOutputDev.cxx 2013-01-09 10:42:32 +0000 -@@ -1804,8 +1804,14 @@ - maskSplash = new Splash(maskBitmap, gFalse); - maskColor[0] = 0; - maskSplash->clear(maskColor); -+#if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2)) - maskSplash->drawImage(&imageSrc, &imgMaskData, - splashModeMono8, gFalse, maskWidth, maskHeight, mat); -+#else -+ maskSplash->drawImage(&imageSrc, &imgMaskData, -+ splashModeMono8, gFalse, maskWidth, maskHeight, -+ mat,gFalse); -+#endif - delete imgMaskData.imgStr; - maskStr->close(); - gfree(imgMaskData.lookup); - -=== modified file 'filter/pdftoopvp/oprs/OPRS.cxx' ---- filter/pdftoopvp/oprs/OPRS.cxx 2012-09-10 19:56:59 +0000 -+++ filter/pdftoopvp/oprs/OPRS.cxx 2013-01-09 10:42:32 +0000 -@@ -5,6 +5,9 @@ - //======================================================================== - - #include <config.h> -+#ifdef HAVE_CPP_POPPLER_VERSION_H -+#include "cpp/poppler-version.h" -+#endif - - #ifdef USE_GCC_PRAGMAS - #pragma implementation -@@ -235,7 +238,11 @@ - SplashColorMode srcMode, GBool srcAlpha, - int w, int h, SplashCoord *mat) { - if (rasterMode) { -+#if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2)) - return splash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat); -+#else -+ return splash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat,gFalse); -+#endif - } else { - return opvpSplash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat); - } - diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD index 066adb07f..cb58c0357 100644 --- a/libre/file-roller-libre/PKGBUILD +++ b/libre/file-roller-libre/PKGBUILD @@ -5,13 +5,13 @@ _pkgname=file-roller pkgname=file-roller-libre pkgver=3.6.3 -pkgrel=2 -pkgdesc="Archive manipulator for GNOME" -arch=('i686' 'x86_64') +pkgrel=2.1 +pkgdesc="Archive manipulator for GNOME (with unar recommendation and nonfree unace recommendation removed)" +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify') makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 'docbook-xsl') -optdepends=('ununrar: interface to unarchiver, the free RAR uncompression program' +optdepends=('unar: the free RAR uncompression utility' 'zip: creates PKZIP-compatible .zip files' 'p7zip: 7zip compression utility' 'arj: ARJ archiver') diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD index 37c9fae8f..65a644c9c 100644 --- a/libre/hplip-libre/PKGBUILD +++ b/libre/hplip-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178145 2013-02-16 23:09:01Z tomegun $ +# $Id: PKGBUILD 179659 2013-03-09 09:20:06Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor : Rémy Oudompheng <remy@archlinux.org> # Contributor: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -6,7 +6,7 @@ _pkgname=hplip pkgname=hplip-libre -pkgver=3.13.2 +pkgver=3.13.3 pkgrel=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet (without hplip-plugin binary blobs recommendation)" arch=('i686' 'x86_64') @@ -31,6 +31,9 @@ options=('!libtool') install=hplip.install source=(http://downloads.sourceforge.net/${_pkgname}/$_pkgname-$pkgver.tar.gz{,.asc} cups-1.6-buildfix.diff) +md5sums=('4a378cc08f7a4f131968c0966c1ceb8c' + 'f37ad6d95a36d7547a2c60374fc4d1ec' + 'ef64578c6cb3ce252dbdcb0f1c2f4a47') build() { cd "$srcdir/$_pkgname-$pkgver" @@ -41,7 +44,7 @@ build() { export PYTHON=python2 find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} + - sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' setup.py makeuri.py logcapture.py base/magic.py + sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py makeuri.py logcapture.py base/magic.py sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py uninstall.py upgrade.py config_usb_printer.py sed -i 's|python ./print.py|python2 ./print.py|' scan.py sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py @@ -92,6 +95,3 @@ package() { # remove rc script rm -rf "$pkgdir"/etc/init.d } -md5sums=('cd7edef6b2df2cdb468b145cd2127e1b' - 'cc3fc6de33ccf8bfce0bc890e30bd4e1' - 'ef64578c6cb3ce252dbdcb0f1c2f4a47') diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD new file mode 100644 index 000000000..1f80dfd7c --- /dev/null +++ b/libre/icecat-adblock-plus/PKGBUILD @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> + +_pkgname=firefox-adblock-plus +pkgname=icecat-adblock-plus +pkgver=2.2.3 +_addons_file=192004 +pkgrel=2 +pkgdesc="plugin for icecat which block ads and banners" +arch=('any') +url="http://adblockplus.org/" +license=('GPL') +depends=("icecat") +conflicts=$_pkgname +provides=$_pkgname=$pkgver +makedepends=('unzip') +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=('07607a3cb349eeccfc7768b5f4f2aaae') + +package() { +# _ffver=`pacman -Q icecat | 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/extensions/${emid} + [ -n ${emid} ] || return 1 + install -d $dstdir +# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>20.*</em:maxVersion>#' 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-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD new file mode 100644 index 000000000..ff3ce7c37 --- /dev/null +++ b/libre/icecat-noscript/PKGBUILD @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> + +_pkgname=firefox-noscript +pkgname=icecat-noscript +pkgver=2.6.5.7 +pkgrel=1 +pkgdesc="plugin for icecat which disables script" +arch=('any') +url="http://noscript.net/" +license=('GPL2') +depends=() +conflicts=$_pkgname +provides=$_pkgname=$pkgver +makedepends=('unzip') +source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi) +md5sums=('82816e7d024c71d698dd108c0aec527d') + +package() { +# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-` +# depends=("icecat>=${_ffver}" "icecat<=${_ffver/0/99}") + depends=("icecat") + + cd $srcdir + local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf) + local dstdir=$pkgdir/usr/lib/icecat/extensions/${emid} + install -d $dstdir +# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>7.*</em:maxVersion>#' install.rdf + cp -R * $dstdir + rm $dstdir/noscript-$pkgver.xpi +} diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD new file mode 100644 index 000000000..338e059e8 --- /dev/null +++ b/libre/iceweasel-adblock-plus/PKGBUILD @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> + +_pkgname=firefox-adblock-plus +pkgname=iceweasel-adblock-plus +pkgver=2.2.3 +_addons_file=192004 +pkgrel=2 +pkgdesc="plugin for iceweasel which block ads and banners" +arch=('any') +url="http://adblockplus.org/" +license=('GPL') +depends=("iceweasel-libre") +conflicts=$_pkgname +provides=$_pkgname=$pkgver +makedepends=('unzip') +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=('07607a3cb349eeccfc7768b5f4f2aaae') + +package() { +# _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1-2 -d.` +# depends=("iceweasel-libre>=${_ffver}" "iceweasel-libre<=${_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/iceweasel/extensions/${emid} + [ -n ${emid} ] || return 1 + install -d $dstdir +# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>20.*</em:maxVersion>#' 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/iceweasel-l10n/PKGBUILD b/libre/iceweasel-l10n/PKGBUILD index 2e4837872..d59f6dad3 100644 --- a/libre/iceweasel-l10n/PKGBUILD +++ b/libre/iceweasel-l10n/PKGBUILD @@ -11,7 +11,7 @@ # - Run 'make'. It will take care of everything else for you. _debname=iceweasel -_debver=19.0 +_debver=19.0.2 _debrel=1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -23,7 +23,7 @@ pkgname=($(for lang in ${_langpacks[@]} do echo $pkgbase-$lang | tr A-Z a-z done)) pkgver=$_debver.$_debrel -pkgrel=2 +pkgrel=1 pkgdesc="Language packs for Debian Iceweasel." arch=('any') @@ -75,91 +75,91 @@ package_iceweasel-l10n-$(echo $lang | tr A-Z a-z)() { done md5sums=('e88728730ecf9f0f145de5f70e362b15' - '5f91205d41a4622848e61bee463f14a1' - 'e29da15887bb4ab2b569c5c4dd776a25' - '7b76f37c83a29b64749cdc22c5165631' - 'b42eef799d2a6366dd692c94a7ba51b8' - 'dfe01c69b2cbc023b68a8c25c1bf7157' - '8b6552b43d28b8350fe01211282a0229' - 'c17ca1f4717d1e146851a710a4e11274' - 'fde45fc9ad84a52a9f8d951f1962d29f' - '52c891a254642c6c57126b8466b55550' - 'bf1766232a1147d7b3568ade32072f06' - 'b19a611ee8613b7f47c4f0332e22189c' - '741639df355a097d09abae26b0ad629b' - '9f169c89de5585650f49f35d9c4c00e3' - 'd9bb7bc325a92068a4a76f69a1809bec' - 'd06e345a17c93cd5aa1374e0a003be0d' - '526c59a51339d48cab15fb15d2df64b5' - 'f2184c754da3f8e32ca787492eb9e81f' - '1c896e6053cae3dedbd9937aa756acb3' - '0d6cdeedaf9f50b8682b2d8c4f3950c1' - '517a64f66815fa0ae5fe79b78d95a8a5' - '9adeb6a16fa7f5c1d6e682a439f8d7c8' - 'c360a362b3c5f5b4dea198e8cdc58972' - '6724054975b42fa3d9ac850b435dfd69' - '7da94918a235f2fad8e3aac43cb26c03' - '36d880377ecd705a682bba4d184d29fd' - '50cc39790a2426fa1354b6a45eeb2db7' - '89551bdaf4f4c068e5e7e200541fee0e' - '5a71a10f64314d6301cde382728a41e2' - '9c771c75fd04926141c22ab283c51fb8' - '7ab22ad07dfb36ff6f4549f3c006b817' - '582e28127177c34367b1bbafcc166827' - 'd43ed904112b49a8a5b0bf822e95380f' - 'eb57146f92399128c89d36fdb4424926' - 'c0d97d469bffc37fa6fc0daeb23b1b26' - '067fc480ce411badf73a88e47681006b' - '63aaf6e27a6baf8f0b583b36c9b03d13' - '0effaa9e694c7af1a180627e5e74f8e4' - '4afeba0fa219ad7550e31f19edd4954b' - '1332c01febcfc25178832c8a787dd275' - '59763805b37328a4a35720e26b2aad3d' - 'a999f9794c15c0610cde1ca80c946b56' - 'e69f93aa1714cb299ac3fe2f757b5da3' - '4994b7840835108be65f5311f92289ff' - '74fa9ba4c7985d1c977a532b33784dfc' - 'a86f218b4ee854253c59a470e2abb1e4' - '347c714fa7ebf1cab9fa1b826e6de5ad' - '7308fdb420dc5fd1b94063f0c4f7e5a6' - '368cd804b844834dda83cfc802dd6453' - 'cbdd02277f61f778c95fd9fcc68fe878' - '5e88de028b72b6fa7c06d46a162c0861' - '26f0434e5e874e10db7afc36e7d0f63a' - '9f6d1ee3f20cea4a8e36fdb1e6276453' - '04b6e81adb4d9dfb609ebfca02c4dd86' - 'e4eb34249d58130caca84f7055f299c7' - '36122eaa69639618b8751c82a74b7201' - '2427c7e40800098fc46aad1860e42ee8' - 'f6dfbe879fbff17925795a86d1ae9a1a' - '178b26febee5f8c38cf1fee6e746f137' - '27268b250095ff1b8caa8e6d68430019' - '09f4eef9f51966142bc9d1f1ff887b5c' - '4b1398a607dec42ed99f6fae77acea57' - 'b1299e6cf360af3802a1ea3552914cc9' - 'c1baa88171934c561599f4d88739abe9' - '10f6a7fd51c0ddf3b08831fdbc307768' - '437a944516230463ce751bcfae379c6d' - 'd42385fb8538a655a181e7272f958597' - 'c12e192bc0e1b177f142bac914f422f3' - '2338bf2bc46a89f2057f2e271ed72487' - '928f1fe43d3179b83bb4219311e1b5e5' - '2b0d3bcccf7e8ebbf214248e88b3fbde' - 'bd5ed51ea0b44cc8c9034214d31eea23' - 'ee883df4c4847c34ae15e1ce9e18a160' - 'bb57f5e8bd20a5f516e8a682a1474dcf' - '6d2f66384f38318c41e19c2d9bf164b2' - '68f0d3236cdd7b6a6dda89d42330570a' - 'b181059e92f5ec62473710ad0313036b' - '602a7a4bec1702702b84d7c6aa64fc7b' - '3f4fc8c2ecd68a093f56619579ea4117' - '41cfc1edf0f4da00ee5a6e77cc49648c' - '71c9972d84bab5308c4c48ab620c82bb' - '89a12ce1e546cbf4258786b68862d8ed' - 'fc2a6dd3845adbe1c0e4e11906e7aba1' - 'c04628631d0990c622abd74012340e03' - '93d3fade386575e8c076bfa7241d4968' - '61a7451fba8a19370f0c3b2dca29c1d1' - '39259a63970379d04c0b234a9616f13d' - '16841d5e8539df48ce22ca2c812a3e0e' - 'f1c7c1f2e242f22e42cc2858a6f86bde') + '577f0913ac160c2336854ed842044b6f' + 'e96d6bbc8345b5ffb47637342b480193' + 'ed612ec7d50fcd977859f3e6f6875534' + 'd35212122110d449772202f65f8954d1' + 'fc764ee08f7aa67f69083aceab66bb81' + '06de1d263a8a4776b7e448a0ad8362a0' + '02d8e24ef36077bff080eeebc252adeb' + 'ebf1e4045843f52956a98bfc70ec3efc' + '9d8cd02d602731db2d1a02e913cc7dbc' + '287b82c04569177250b55d674269462a' + '382837da7d688057a0b69359963f93ff' + '1ccd265903b1963f6a9de8539698cbb0' + '0219f58a916c0cf0df799c2e269105c9' + '5527ac476ce1b10bb2420047edb21f24' + 'a40237df431981bfca233ef38a8df474' + '32b3599f81fb9a250d335e4a4a313def' + '0903b962eca658cf88a64095f139a809' + '3a80ded2c90fa410432d44bcd9808b9e' + 'af744ffcb375785811fbc22b814cfa82' + '0fd6576b735ac437e25ecfab730e3db3' + '694019675d5966cb7aafa662c207467e' + '05b712fc956fac57600eb6205a2341d2' + '67e11e01d236f0787d382c462fbaa0d0' + 'e07ca2aa3d1b68307b10e46b267e7bb5' + 'cf6b53eae07f1c1129a2ce3d89c78589' + 'adb43ace5104c3ff9a96a5c9cd5342b6' + '08d27decba62fef21bc0f094b7c6fb39' + '33d1886baa6cf67385f1d662b31b6bdd' + '01724da61afc4558e80e93662a96d5dd' + '7b11d548e148cb779e164aa21d781e77' + '06ec8e9346a2d8bed31e59d2ae5f06c2' + 'cee7e005f487018602b0fa6336b1e808' + 'a0550ba75b0030ed610c24a2508e0f31' + '1fc0945594cde4e165828e610fc3e0a1' + '65fb01cbaa9ec423430084d014078344' + '4d4edc8cc1d512e903e6857232ec6c04' + '60461b2b0fd0d50b7a799702880595f8' + 'b6b571eb0e2e5e7f2f68787e4aabf2bf' + '49ce5b75e49466afdf455628927d2d30' + '014b582e1d7b96ff4632cdd0ee12fd2f' + '3d28b51cf16763c5cf246e956c154ebb' + 'b8f60afa1dfe264418a7a1d74374629a' + '3743cce61567698ea95a622a58e6024f' + '3fd118453485902eeabad9083d77da0a' + '8f16503b338fa959d234af03eddcecf6' + '1cbb856b565d60933f550b589b81ed90' + '10150da51e917a5f1f084d41d9b70d75' + 'cee582980678829954cb7adfbd8bba81' + 'c0f0fe587753be359701673c8bf28c0b' + '48be85369d8a5bebf19b99143693e656' + '188dcf198b42edd3c58fe7d89881ae27' + '6d0f4cbfcab26af14b8c6d088bb99e75' + 'b0522c391e49d68bfe523de9eaff78e2' + 'e79d309ab539a3735fdbd344ee4d087c' + '3222399aa9eaa432e13391d1178fe748' + 'b412fedbf05a9faa37c3119ce8745b38' + 'fa42254a7d3304f89386ae5da13395fb' + '4507fa683d06e3a9f2bf867c7b9e1c80' + 'f18d4b25957c27a338b9440243578341' + 'ab21b048fc397f6e87929fea4ed8f49f' + 'd564a6d04df098010d706001ce07ab45' + 'e552c50840d4d6587a748f78b7180c16' + '4ebff11fd20c9d2e32a5917d13275c17' + 'e27d4af2134fe45ee332738ec333ab24' + '690a3a5187e9f9275b6ca368528856c6' + '42921abda94e6f1c960ff17197a7a203' + 'f23feb82e9e498d7b95c075d72d58f25' + '79e5fafcd4c9053d71f6b88d4ba13c19' + '5a5faae4a8339b9543f365b9bec9aaf9' + 'f6e21175aa922111e1270f845df63c6a' + '24ba1a50d34e7bd77b443184e80a4154' + 'b644aa9d757383848504104fefa8c02e' + '24e395878a542ae3e148c86ff6d7f834' + '98e1f1d4a59f8b29eba9c0d9180fff8a' + '96bfa3b03d1ff2cd6a5934c4e04b3fbd' + 'cfd277d4d8a12cea253fa163e4df4670' + '5649ab30c7856895199524359e8ee6e1' + '04acd4ea38086e95976bb98762283fb2' + 'c62bb42d6b5718b6cede126466d40d9c' + 'ce3d87441cb6a23ff2c2343e112fb265' + 'c5ac0408351585156b04a1c519851de5' + '5eb03c3ba770c3d03fbc61a01c31f89b' + 'db6fde87a056b5ba9705d3127028cfab' + 'e77956cf4cf4bbf16949bfa6fa5f815d' + '2c694332daddb6de2773f2fd4253521b' + 'dd12eaa38c8a47e05b7b87de8914dc78' + 'f37c87a13da078e6a575c36dac084fe6' + 'beaf7c4a95689735db4899780bdc1aaf') diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 1c036c545..1702a17b7 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -14,7 +14,7 @@ _pgo=true # We're getting this from Debian Experimental _debname=iceweasel -_debver=19.0 +_debver=19.0.2 _debrel=1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -22,7 +22,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=iceweasel pkgname=iceweasel-libre pkgver=$_debver.$_debrel -pkgrel=3 +pkgrel=1 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=('i686' 'x86_64' 'mips64el') @@ -49,8 +49,8 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" shared-libs.patch replace-urls.txt Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch) -md5sums=('b4c109e987f869f94220188a901d4425' - 'e1d6920cb49c9de88b8e00eb14b1b0e7' +md5sums=('ceda63e01012f9940542d862fd755a65' + '7fa6e0fb544d01516d3232f26023c570' 'f90c6a70d0a6d0a9e7f9a0eed6aeffd3' 'dfeb4ab2c96aae3356a4c347eee0b97b' '7ef2c05dbd5631741404f2589c4ea07e' diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD new file mode 100644 index 000000000..ddf6a18a0 --- /dev/null +++ b/libre/iceweasel-noscript/PKGBUILD @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> + +_pkgname=firefox-noscript +pkgname=iceweasel-noscript +pkgver=2.6.5.7 +pkgrel=1 +pkgdesc="plugin for iceweasel which disables script" +arch=('any') +url="http://noscript.net/" +license=('GPL2') +depends=() +conflicts=$_pkgname +provides=$_pkgname=$pkgver +makedepends=('unzip') +source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi) +md5sums=('82816e7d024c71d698dd108c0aec527d') + +package() { +# _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1 -d-` +# depends=("iceweasel-libre>=${_ffver}" "iceweasel-libre<=${_ffver/0/99}") + depends=("iceweasel-libre") + + cd $srcdir + local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf) + local dstdir=$pkgdir/usr/lib/iceweasel/extensions/${emid} + install -d $dstdir +# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>7.*</em:maxVersion>#' install.rdf + cp -R * $dstdir + rm $dstdir/noscript-$pkgver.xpi +} |