summaryrefslogtreecommitdiff
path: root/community/luakit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-16 00:06:50 +0000
committerroot <root@rshg054.dnsready.net>2012-09-16 00:06:50 +0000
commit50634781b5673a447953e357a63baa66515ec868 (patch)
tree24747da0882ac4b0625fd64adbb25041c2bd5a4d /community/luakit
parent58bcf29e17b49063f0be13069151b9890cb5c6a6 (diff)
Sun Sep 16 00:06:50 UTC 2012
Diffstat (limited to 'community/luakit')
-rw-r--r--community/luakit/0001-Dont-mark-desktop-file-as-executable.patch21
-rw-r--r--community/luakit/PKGBUILD9
2 files changed, 15 insertions, 15 deletions
diff --git a/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch b/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
index 4553df933..0e5a9d1a2 100644
--- a/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
+++ b/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
@@ -4,7 +4,7 @@ Date: Thu, 12 Apr 2012 16:43:41 +0200
Subject: [PATCH] Don't mark desktop file as executable.
---
- Makefile | 2 +-
+ Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -12,14 +12,13 @@ index be1567b..50973d6 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ install:
- install -d $(DESTDIR)/usr/share/pixmaps
- install extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
- install -d $(DESTDIR)/usr/share/applications
-- install extras/luakit.desktop $(DESTDIR)/usr/share/applications/
-+ install -m0644 extras/luakit.desktop $(DESTDIR)/usr/share/applications/
- install -d $(MANPREFIX)/man1/
- install -m644 luakit.1 $(MANPREFIX)/man1/
-
---
-1.7.10
+ install -d $(DESTDIR)/usr/share/pixmaps
+ install extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
+ install -d $(DESTDIR)/usr/share/applications
+- install extras/luakit.desktop $(DESTDIR)/usr/share/applications/
++ install -m0644 extras/luakit.desktop $(DESTDIR)/usr/share/applications/
+ install -d $(MANPREFIX)/man1/
+ install -m644 luakit.1 $(MANPREFIX)/man1/
+---
+1.7.10
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD
index 89484ec7d..a635b2fe0 100644
--- a/community/luakit/PKGBUILD
+++ b/community/luakit/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 76198 2012-09-13 13:06:35Z bpiotrowski $
+# $Id: PKGBUILD 76207 2012-09-14 04:30:59Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
pkgname=luakit
-pkgver=2012.09.13
+pkgver=2012.09.13.r1
+_pkgver=2012.09.13-r1
pkgrel=1
pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
arch=('i686' 'x86_64')
@@ -14,8 +15,8 @@ depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit')
makedepends=('git' 'help2man')
options=(!makeflags)
install='luakit.install'
-source=($pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$pkgver)
-md5sums=('5de91907c44286c9b5a21319fa7cb67f')
+source=($pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver)
+md5sums=('77b02e6d19ba021409f1778fddd94a42')
build() {
cd mason-larobina-luakit-*