diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-14 13:11:29 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-14 13:11:29 +0200 |
commit | 1d953269cf1d33902f0a61e4cb50ed8ed2895874 (patch) | |
tree | 5738504fa3ad42138b46f2906cf8a40b5f78afb9 /community/luakit/PKGBUILD | |
parent | 8e5c27c1b5d01d353df2542166d50f9f456b2597 (diff) | |
parent | caa3e47071c8516ac31afaa0b654f5aaa4911939 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/php-apc/PKGBUILD
testing/glibmm/PKGBUILD
testing/gtkmm3/PKGBUILD
testing/udisks2/PKGBUILD
Diffstat (limited to 'community/luakit/PKGBUILD')
-rw-r--r-- | community/luakit/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD index 233a88470..6666e044a 100644 --- a/community/luakit/PKGBUILD +++ b/community/luakit/PKGBUILD @@ -4,7 +4,7 @@ pkgname=luakit pkgver=2012.03.25 -pkgrel=1 +pkgrel=2 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' arch=('i686' 'x86_64' 'mips64el') url='http://www.luakit.org/projects/luakit' @@ -14,11 +14,14 @@ makedepends=('git' 'help2man') options=(!makeflags) conflicts=('luakit-git' 'luakit-develop-git') install='luakit.install' -source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}") -md5sums=('e25aaeacfa5758127b3f677eafba9aa2') +source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}" + 0001-Dont-mark-desktop-file-as-executable.patch) +md5sums=('e25aaeacfa5758127b3f677eafba9aa2' + 'a1caf95b03659cd02a392a376a13edd7') build() { cd mason-larobina-luakit-* + patch -Np1 -i $srcdir/0001-Dont-mark-desktop-file-as-executable.patch make USE_LUAJIT=1 PREFIX=/usr DESTDIR=${pkgdir} all } |