summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-20 11:57:42 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-20 11:57:42 -0300
commitc822e72767a8f7f3e97aa44f9c57d0d92fd98070 (patch)
treebc995b1285b2887ab433807b5295d1ec7614a7a6 /community
parente5195f280a1c97e4152a5772768917284d367657 (diff)
fixes
Diffstat (limited to 'community')
-rw-r--r--community/haveged/PKGBUILD3
-rw-r--r--community/luajit/PKGBUILD7
-rw-r--r--community/midori/PKGBUILD4
3 files changed, 10 insertions, 4 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD
index 60be1b6d1..7ffbf42ff 100644
--- a/community/haveged/PKGBUILD
+++ b/community/haveged/PKGBUILD
@@ -34,3 +34,6 @@ package() {
md5sums=('c1f34be00c3f438ec83862e90e192e4b'
'264b725be5271288b40f363d7cfc6b68'
'fc62a480f520377364503aca9efff0b0')
+md5sums=('5a386a530e89bfbc6c8d22717b16e2a8'
+ '264b725be5271288b40f363d7cfc6b68'
+ 'fc62a480f520377364503aca9efff0b0')
diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD
index e9a707102..d2221f378 100644
--- a/community/luajit/PKGBUILD
+++ b/community/luajit/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=luajit
pkgver=2.0.0
-pkgrel=3
+pkgrel=3.1
pkgdesc='Just-in-time compiler and replacement for Lua 5.1'
arch=('i686' 'x86_64' 'mips64el')
url='http://luajit.org/'
@@ -17,7 +17,10 @@ md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad')
build() {
cd $srcdir/LuaJIT-$pkgver
- make amalg PREFIX=/usr
+
+ [ "$CARCH" = "mips64el" ] && extra="XCFLAGS=-DLUAJIT_DISABLE_JIT"
+
+ make amalg PREFIX=/usr $extra
}
package() {
diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD
index 1b30e5a9e..e65cc8b0a 100644
--- a/community/midori/PKGBUILD
+++ b/community/midori/PKGBUILD
@@ -8,13 +8,13 @@
pkgname=midori
pkgver=0.4.7
-pkgrel=3
+pkgrel=3.1
pkgdesc='Lightweight web browser based on Gtk WebKit'
arch=('x86_64' 'i686' 'mips64el')
url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
license=('LGPL2.1')
install=midori.install
-depends=('libwebkit>=1.3.13' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils' 'libnotify>=0.7.1' 'libxss')
+depends=('webkitgtk2' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils' 'libnotify>=0.7.1' 'libxss')
makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2>=2.7.1' 'vala')
optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support')
options=('!emptydirs')