summaryrefslogtreecommitdiff
path: root/community/luakit/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-14 00:01:25 +0000
committerroot <root@rshg054.dnsready.net>2012-04-14 00:01:25 +0000
commit0e10d859eadd7643a12b184cc0a7176ef0d4b56b (patch)
tree44301575507e3d46cb31e6b291e4cc02f7a1b373 /community/luakit/PKGBUILD
parent7ff5465d0386f06bea97ef956397c305d6f7e07f (diff)
Sat Apr 14 00:01:25 UTC 2012
Diffstat (limited to 'community/luakit/PKGBUILD')
-rw-r--r--community/luakit/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD
index da4fda4cf..82744de47 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')
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
}