summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/hexchat-libre/PKGBUILD14
-rw-r--r--libre/icecat-adblock-plus/PKGBUILD6
-rw-r--r--libre/icecat-noscript/PKGBUILD6
-rw-r--r--libre/iceweasel-adblock-plus/PKGBUILD6
-rw-r--r--libre/iceweasel-noscript/PKGBUILD6
-rw-r--r--libre/linux-libre-grsec/PKGBUILD4
6 files changed, 24 insertions, 18 deletions
diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD
index a4a345635..1b7bfd241 100644
--- a/libre/hexchat-libre/PKGBUILD
+++ b/libre/hexchat-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 112452 2014-06-02 10:30:28Z alucryd $
+# $Id: PKGBUILD 112695 2014-06-05 09:20:43Z alucryd $
# Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com>
# Contributor (Arch): TingPing <tingping@tingping.se>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -6,7 +6,7 @@
_pkgname=hexchat
pkgname=hexchat-libre
pkgver=2.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)'
arch=('i686' 'x86_64' 'mips64el')
url='http://hexchat.github.io/'
@@ -23,17 +23,23 @@ provides=($_pkgname=$pkgver)
source=("http://dl.hexchat.org/${_pkgname}/${_pkgname}-${pkgver}.tar.xz")
sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
-build() {
+prepare() {
cd ${_pkgname}-${pkgver}
+ sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
+
# Rebrand to Parabola
sed -i 's#ArchLinux#Parabola GNU/Linux-libre#' plugins/sysinfo/parse.c
# Remove nonfree browser references
sed -i '\|NAME Open Link| s|Firefox|Iceweasel|' src/common/hexchat.c
sed -i '\|NAME Open Link| s|firefox -private %s\\n\\n";|iceweasel -private %s\\n\\n"\\\n "NAME Open Link in Private Icecat Window\\n" "CMD !icecat -private %s\\n\\n";|' src/common/hexchat.c
+}
+
+build() {
+ cd ${_pkgname}-${pkgver}
- ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
+ ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
make
}
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD
index 80c94c16b..4fd3e2b4d 100644
--- a/libre/icecat-adblock-plus/PKGBUILD
+++ b/libre/icecat-adblock-plus/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 112006 2014-05-28 09:45:57Z spupykin $
+# $Id: PKGBUILD 112759 2014-06-06 12:14:32Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=icecat-adblock-plus
-pkgver=2.6.1
+pkgver=2.6.3
pkgrel=1
pkgdesc="plugin for icecat which block ads and banners"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('unzip')
provides=(firefox-adblock-plus=$pkgver)
noextract=("adblockplus-$pkgver.xpi")
source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi")
-md5sums=('ad8c04f09515c92c948d384ddd3f6604')
+md5sums=('7a19a9662bb5f5dbfa132e74cd36d244')
package() {
cd $srcdir
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD
index a7aa0ba0f..088fe9261 100644
--- a/libre/icecat-noscript/PKGBUILD
+++ b/libre/icecat-noscript/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 112218 2014-05-30 10:21:33Z spupykin $
+# $Id: PKGBUILD 112697 2014-06-05 09:33:46Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
_pkgname=firefox-noscript
pkgname=icecat-noscript
-pkgver=2.6.8.26
+pkgver=2.6.8.28
pkgrel=1
pkgdesc="plugin for icecat which disables script"
arch=('any')
@@ -14,7 +14,7 @@ depends=()
provides=($_pkgname=$pkgver)
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1387ffd54db89afa748754b310da7db5')
+md5sums=('b42e3b9f92aab0f716bcd03b621aa72e')
package() {
# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD
index c4505269b..7b7947d90 100644
--- a/libre/iceweasel-adblock-plus/PKGBUILD
+++ b/libre/iceweasel-adblock-plus/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 112006 2014-05-28 09:45:57Z spupykin $
+# $Id: PKGBUILD 112759 2014-06-06 12:14:32Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=iceweasel-adblock-plus
-pkgver=2.6.1
+pkgver=2.6.3
pkgrel=1
pkgdesc="plugin for iceweasel which block ads and banners"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('unzip')
provides=(firefox-adblock-plus=$pkgver)
noextract=("adblockplus-$pkgver.xpi")
source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi")
-md5sums=('ad8c04f09515c92c948d384ddd3f6604')
+md5sums=('7a19a9662bb5f5dbfa132e74cd36d244')
package() {
cd $srcdir
diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD
index ef6449577..943371c37 100644
--- a/libre/iceweasel-noscript/PKGBUILD
+++ b/libre/iceweasel-noscript/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 112218 2014-05-30 10:21:33Z spupykin $
+# $Id: PKGBUILD 112697 2014-06-05 09:33:46Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
_pkgname=firefox-noscript
pkgname=iceweasel-noscript
-pkgver=2.6.8.26
+pkgver=2.6.8.28
pkgrel=1
pkgdesc="plugin for iceweasel which disables script"
arch=('any')
@@ -14,7 +14,7 @@ depends=()
provides=($_pkgname=$pkgver)
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1387ffd54db89afa748754b310da7db5')
+md5sums=('b42e3b9f92aab0f716bcd03b621aa72e')
package() {
# _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD
index 154cbc40e..b3c73dcef 100644
--- a/libre/linux-libre-grsec/PKGBUILD
+++ b/libre/linux-libre-grsec/PKGBUILD
@@ -14,7 +14,7 @@ pkgbase=linux-libre-grsec # Build stock -LIBRE-GRSEC kernel
_basekernel=3.14
_sublevel=5
_grsecver=3.0
-_timestamp=201406021708
+_timestamp=201406051310
_pkgver=${_basekernel}.${_sublevel}
pkgver=${_basekernel}.${_sublevel}.${_timestamp}
pkgrel=1
@@ -49,7 +49,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn
"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.xz")
sha256sums=('477555c709b9407fe37dbd70d3331ff9dde1f9d874aba2741f138d07ae6f281b'
'0bc9acbcc6d5fcabcc133a767c55e3040475e950ef80f866038d4ba0033e78d8'
- '8695054d1a1bd02acd2a08b1268eb65349f6877b1be1a00251dcbc5dd95a5a00'
+ '4011302ac77541893ff1350f02255b45aa6b3ee5c4cb38581d063152dabb5e5a'
'SKIP'
'a82a5b673dae3f1aa8124e91c485cb8648623d560b7543da63fffab2606443d6'
'51e86aeeb4fadbb2ead2b4af115f0bfd04afb83c9959856e3495d704cec55db6'