summaryrefslogtreecommitdiff
path: root/community/luakit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-28 00:01:38 +0000
committerroot <root@rshg054.dnsready.net>2012-03-28 00:01:38 +0000
commita26ce336126d18cde915c2331250b8dfbffc24f8 (patch)
treedd0ee1c89d9c153abfde0b4e7878a2931893ed4c /community/luakit
parentc8729cab8302ab82e01135a22fb9fa9704f1559b (diff)
Wed Mar 28 00:01:38 UTC 2012
Diffstat (limited to 'community/luakit')
-rw-r--r--community/luakit/PKGBUILD22
-rw-r--r--community/luakit/luakit.install8
2 files changed, 13 insertions, 17 deletions
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD
index e92f5a99f..da4fda4cf 100644
--- a/community/luakit/PKGBUILD
+++ b/community/luakit/PKGBUILD
@@ -1,32 +1,28 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Maintainer: Bartłomiej Piotrowski
+# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
pkgname=luakit
-pkgver=2011.07.22
-pkgrel=3
-pkgdesc='Highly configurable, micro-browser framework based on the WebKit web content engine and the GTK+ toolkit. "Stable" release.'
+pkgver=2012.03.25
+pkgrel=1
+pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
arch=('i686' 'x86_64')
url='http://www.luakit.org/projects/luakit'
license=('GPL3')
-depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils')
+depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit')
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}-r1")
-md5sums=('4937deb6bc81416e2deb037f4a5763e4')
+source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}")
+md5sums=('e25aaeacfa5758127b3f677eafba9aa2')
build() {
cd mason-larobina-luakit-*
-
- # Add missing library to PKGS in config.mk
- sed -i 's|PKGS := .*|& javascriptcoregtk-1.0|' config.mk
-
- make PREFIX=/usr DESTDIR=${pkgdir} all
+ make USE_LUAJIT=1 PREFIX=/usr DESTDIR=${pkgdir} all
}
package() {
cd mason-larobina-luakit-*
-
make PREFIX=/usr DESTDIR=${pkgdir} install
}
diff --git a/community/luakit/luakit.install b/community/luakit/luakit.install
index 2c37d0597..3010f25a4 100644
--- a/community/luakit/luakit.install
+++ b/community/luakit/luakit.install
@@ -1,8 +1,8 @@
post_install() {
- echo 'Configs are located in /etc/xdg/luakit/*.lua'
- echo 'Copy to ~/.config/luakit/ (this folder is created on 1st start of Luakit) for local config.'
- echo 'Or edit in place for global changes.'
- echo 'You NEED to replace local configs after each update'
+ echo 'Configuration files are located in /etc/xdg/luakit/*.lua'
+ echo 'Copy them to ~/.config/luakit/ (this folder is created on 1st start of Luakit) for local config.'
+ echo 'You can edit them in place for global changes.'
+ echo 'You NEED to replace local configs after each update!'
}
post_upgrade() {