diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
commit | 1ffabe284d9f5a4ac055941d9817af71be1e5b54 (patch) | |
tree | 2b816cb3cc40a5f3053c8371de5613041272e298 /community-testing/luakit | |
parent | 650a87f5a67f6e71d4a56e52139a718d86ebbb46 (diff) |
Wed Feb 15 20:35:56 UTC 2012
Diffstat (limited to 'community-testing/luakit')
-rw-r--r-- | community-testing/luakit/PKGBUILD | 32 | ||||
-rw-r--r-- | community-testing/luakit/luakit.install | 14 |
2 files changed, 0 insertions, 46 deletions
diff --git a/community-testing/luakit/PKGBUILD b/community-testing/luakit/PKGBUILD deleted file mode 100644 index e92f5a99f..000000000 --- a/community-testing/luakit/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer: 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.' -arch=('i686' 'x86_64') -url='http://www.luakit.org/projects/luakit' -license=('GPL3') -depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils') -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') - -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 -} - -package() { - cd mason-larobina-luakit-* - - make PREFIX=/usr DESTDIR=${pkgdir} install -} diff --git a/community-testing/luakit/luakit.install b/community-testing/luakit/luakit.install deleted file mode 100644 index 2c37d0597..000000000 --- a/community-testing/luakit/luakit.install +++ /dev/null @@ -1,14 +0,0 @@ -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' -} - -post_upgrade() { - update-desktop-database -q -} - -post_remove() { - post_upgrade -} |