summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-10 22:34:31 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-10 22:34:31 -0300
commit5f132e10473a4d8845752a6aa16fbd8f3e432c6f (patch)
tree14f5f7cec8d0df9640ba3e48626e23d2e555d9ae /extra
parent8563d02ef05f21b537e3e1471c4034baa644a55f (diff)
package builds
Diffstat (limited to 'extra')
-rw-r--r--extra/bitlbee/PKGBUILD4
-rw-r--r--extra/midori/PKGBUILD2
-rw-r--r--extra/python/PKGBUILD4
-rw-r--r--extra/xulrunner/PKGBUILD21
4 files changed, 19 insertions, 12 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index 0b7823db0..1276fdf56 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.bitlbee.org/'
license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
+depends=('gnutls' 'glib2' 'libotr')
optdepends=('xinetd: to run bitlbee through xinetd')
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
'xinetd'
@@ -33,7 +33,7 @@ build() {
--ipcsocket=/var/run/bitlbee/bitlbee.sock \
--strip=0 \
--otr=1 \
- --ssl=openssl
+ --ssl=gnutls
make
}
diff --git a/extra/midori/PKGBUILD b/extra/midori/PKGBUILD
index 14f66eb60..d96117ea1 100644
--- a/extra/midori/PKGBUILD
+++ b/extra/midori/PKGBUILD
@@ -37,7 +37,7 @@ build() {
export PYTHON=/usr/bin/python2
sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" wscript waf
- ./configure --prefix=/usr --jobs=${MAKEFLAGS/-j/} \
+ ./configure --prefix=/usr \
--enable-addons \
--disable-hildon \
--enable-unique \
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD
index 3ecf9f427..478a2dfcb 100644
--- a/extra/python/PKGBUILD
+++ b/extra/python/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el')
license=('custom')
url="http://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite3' 'valgrind')
+makedepends=('tk' 'sqlite3')
optdepends=('tk: for tkinter')
provides=('python3')
replaces=('python3')
@@ -39,7 +39,7 @@ build() {
--with-threads \
--with-computed-gotos \
--enable-ipv6 \
- --with-valgrind \
+ --without-valgrind \
--with-wide-unicode \
--with-system-expat \
--with-system-ffi
diff --git a/extra/xulrunner/PKGBUILD b/extra/xulrunner/PKGBUILD
index 942e6b3ef..1d353f6b3 100644
--- a/extra/xulrunner/PKGBUILD
+++ b/extra/xulrunner/PKGBUILD
@@ -16,7 +16,15 @@ source=(http://ftp.gnu.org/gnu/gnuzilla/${_ffoxver}/icecat-${_ffoxver}.tar.xz
mozilla-pkgconfig.patch
xulrunner-version.patch
xulrunner-omnijar.patch
- port_gnomevfs_to_gio.patch)
+ port_gnomevfs_to_gio.patch
+ mips.patch)
+md5sums=('1b4d44ee5badc28fd332cba564ecde0a'
+ '2358a2ddd35bcdd62ff42442dfe548d9'
+ '639ea80e823543dd415b90c0ee804186'
+ 'a0236f6c3e55f60b7888d8cf137ff209'
+ '0bf82bc6677e3ce57fd20a147fe8d7b1'
+ '42f83468b296452fb754a81a4317ca64'
+ '0e970ff5600246e953f527813883e744')
options=('!emptydirs')
build() {
@@ -35,6 +43,11 @@ build() {
#https://bugzilla.mozilla.org/show_bug.cgi?id=494163
patch -Np1 -i "${srcdir}/port_gnomevfs_to_gio.patch"
+ [[ "$CARCH" == "mips64el" ]] && {
+ echo "ac_add_options --disable-ipc" >> .mozconfig
+ patch -Np0 -i "${srcdir}/mips.patch"
+ }
+
unset CFLAGS
unset CXXFLAGS
@@ -56,9 +69,3 @@ package() {
install -d ${pkgdir}/etc/ld.so.conf.d
echo "/usr/lib/xulrunner-2.0" > ${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
}
-md5sums=('1b4d44ee5badc28fd332cba564ecde0a'
- '2358a2ddd35bcdd62ff42442dfe548d9'
- '639ea80e823543dd415b90c0ee804186'
- 'a0236f6c3e55f60b7888d8cf137ff209'
- '0bf82bc6677e3ce57fd20a147fe8d7b1'
- '42f83468b296452fb754a81a4317ca64')