[arch-commits] Commit in luakit/repos (12 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jan 30 18:41:11 UTC 2014


    Date: Thursday, January 30, 2014 @ 19:41:11
  Author: bpiotrowski
Revision: 105053

archrelease: copy trunk to community-i686, community-x86_64

Added:
  luakit/repos/community-i686/0001-Dont-mark-desktop-file-as-executable.patch
    (from rev 105052, luakit/trunk/0001-Dont-mark-desktop-file-as-executable.patch)
  luakit/repos/community-i686/PKGBUILD
    (from rev 105052, luakit/trunk/PKGBUILD)
  luakit/repos/community-i686/luakit.install
    (from rev 105052, luakit/trunk/luakit.install)
  luakit/repos/community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch
    (from rev 105052, luakit/trunk/0001-Dont-mark-desktop-file-as-executable.patch)
  luakit/repos/community-x86_64/PKGBUILD
    (from rev 105052, luakit/trunk/PKGBUILD)
  luakit/repos/community-x86_64/luakit.install
    (from rev 105052, luakit/trunk/luakit.install)
Deleted:
  luakit/repos/community-i686/0001-Dont-mark-desktop-file-as-executable.patch
  luakit/repos/community-i686/PKGBUILD
  luakit/repos/community-i686/luakit.install
  luakit/repos/community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch
  luakit/repos/community-x86_64/PKGBUILD
  luakit/repos/community-x86_64/luakit.install

------------------------------------------------------------------+
 /0001-Dont-mark-desktop-file-as-executable.patch                 |   48 ++++++
 /PKGBUILD                                                        |   78 ++++++++++
 /luakit.install                                                  |   28 +++
 community-i686/0001-Dont-mark-desktop-file-as-executable.patch   |   24 ---
 community-i686/PKGBUILD                                          |   36 ----
 community-i686/luakit.install                                    |   14 -
 community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch |   24 ---
 community-x86_64/PKGBUILD                                        |   36 ----
 community-x86_64/luakit.install                                  |   14 -
 9 files changed, 154 insertions(+), 148 deletions(-)

Deleted: community-i686/0001-Dont-mark-desktop-file-as-executable.patch
===================================================================
--- community-i686/0001-Dont-mark-desktop-file-as-executable.patch	2014-01-30 18:41:01 UTC (rev 105052)
+++ community-i686/0001-Dont-mark-desktop-file-as-executable.patch	2014-01-30 18:41:11 UTC (rev 105053)
@@ -1,24 +0,0 @@
-From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
-Date: Thu, 12 Apr 2012 16:43:41 +0200
-Subject: [PATCH] Don't mark desktop file as executable.
-
----
- Makefile |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-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

Copied: luakit/repos/community-i686/0001-Dont-mark-desktop-file-as-executable.patch (from rev 105052, luakit/trunk/0001-Dont-mark-desktop-file-as-executable.patch)
===================================================================
--- community-i686/0001-Dont-mark-desktop-file-as-executable.patch	                        (rev 0)
+++ community-i686/0001-Dont-mark-desktop-file-as-executable.patch	2014-01-30 18:41:11 UTC (rev 105053)
@@ -0,0 +1,24 @@
+From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
+Date: Thu, 12 Apr 2012 16:43:41 +0200
+Subject: [PATCH] Don't mark desktop file as executable.
+
+---
+ Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-30 18:41:01 UTC (rev 105052)
+++ community-i686/PKGBUILD	2014-01-30 18:41:11 UTC (rev 105053)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
-
-pkgname=luakit
-pkgver=2012.09.13.r1
-_pkgver=2012.09.13-r1
-pkgrel=6
-pkgdesc='Fast, small, Webkit based browser framework extensible by Lua'
-arch=('i686' 'x86_64')
-url='http://mason-larobina.github.com/luakit/'
-license=('GPL3')
-depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit')
-makedepends=('help2man')
-options=(!makeflags)
-install='luakit.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver)
-md5sums=('77b02e6d19ba021409f1778fddd94a42')
-
-prepare() {
-  cd mason-larobina-luakit-*
-  sed -i '1s,lua,luajit,' build-utils/gentokens.lua
-}
-
-build() {
-  cd mason-larobina-luakit-*
-  make USE_LUAJIT=1 PREFIX=/usr all
-}
-
-package() {
-  cd mason-larobina-luakit-*
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  chmod -x "$pkgdir"/usr/share/pixmaps/luakit.png # FS#32938
-}

Copied: luakit/repos/community-i686/PKGBUILD (from rev 105052, luakit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-30 18:41:11 UTC (rev 105053)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
+
+pkgname=luakit
+pkgver=2012.09.13.r1
+_pkgver=2012.09.13-r1
+pkgrel=7
+pkgdesc='Fast, small, Webkit based browser framework extensible by Lua'
+arch=('i686' 'x86_64')
+url='http://mason-larobina.github.com/luakit/'
+license=('GPL3')
+depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit')
+makedepends=('help2man')
+backup=(etc/xdg/luakit/binds.lua etc/xdg/luakit/globals.lua
+        etc/xdg/luakit/modes.lua etc/xdg/luakit/rc.lua etc/xdg/luakit/theme.lua
+        etc/xdg/luakit/webview.lua etc/xdg/luakit/window.lua)
+options=(!makeflags)
+install=luakit.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver)
+md5sums=('77b02e6d19ba021409f1778fddd94a42')
+
+prepare() {
+  cd mason-larobina-luakit-*
+  sed -i '1s,lua,luajit,' build-utils/gentokens.lua
+}
+
+build() {
+  cd mason-larobina-luakit-*
+  make USE_LUAJIT=1 PREFIX=/usr all
+}
+
+package() {
+  cd mason-larobina-luakit-*
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  chmod -x "$pkgdir"/usr/share/pixmaps/luakit.png # FS#32938
+}

Deleted: community-i686/luakit.install
===================================================================
--- community-i686/luakit.install	2014-01-30 18:41:01 UTC (rev 105052)
+++ community-i686/luakit.install	2014-01-30 18:41:11 UTC (rev 105053)
@@ -1,14 +0,0 @@
-post_install() {
-  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() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: luakit/repos/community-i686/luakit.install (from rev 105052, luakit/trunk/luakit.install)
===================================================================
--- community-i686/luakit.install	                        (rev 0)
+++ community-i686/luakit.install	2014-01-30 18:41:11 UTC (rev 105053)
@@ -0,0 +1,14 @@
+post_install() {
+  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() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_upgrade
+}

Deleted: community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch
===================================================================
--- community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch	2014-01-30 18:41:01 UTC (rev 105052)
+++ community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch	2014-01-30 18:41:11 UTC (rev 105053)
@@ -1,24 +0,0 @@
-From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
-Date: Thu, 12 Apr 2012 16:43:41 +0200
-Subject: [PATCH] Don't mark desktop file as executable.
-
----
- Makefile |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-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

Copied: luakit/repos/community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch (from rev 105052, luakit/trunk/0001-Dont-mark-desktop-file-as-executable.patch)
===================================================================
--- community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch	                        (rev 0)
+++ community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch	2014-01-30 18:41:11 UTC (rev 105053)
@@ -0,0 +1,24 @@
+From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
+Date: Thu, 12 Apr 2012 16:43:41 +0200
+Subject: [PATCH] Don't mark desktop file as executable.
+
+---
+ Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-30 18:41:01 UTC (rev 105052)
+++ community-x86_64/PKGBUILD	2014-01-30 18:41:11 UTC (rev 105053)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
-
-pkgname=luakit
-pkgver=2012.09.13.r1
-_pkgver=2012.09.13-r1
-pkgrel=6
-pkgdesc='Fast, small, Webkit based browser framework extensible by Lua'
-arch=('i686' 'x86_64')
-url='http://mason-larobina.github.com/luakit/'
-license=('GPL3')
-depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit')
-makedepends=('help2man')
-options=(!makeflags)
-install='luakit.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver)
-md5sums=('77b02e6d19ba021409f1778fddd94a42')
-
-prepare() {
-  cd mason-larobina-luakit-*
-  sed -i '1s,lua,luajit,' build-utils/gentokens.lua
-}
-
-build() {
-  cd mason-larobina-luakit-*
-  make USE_LUAJIT=1 PREFIX=/usr all
-}
-
-package() {
-  cd mason-larobina-luakit-*
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  chmod -x "$pkgdir"/usr/share/pixmaps/luakit.png # FS#32938
-}

Copied: luakit/repos/community-x86_64/PKGBUILD (from rev 105052, luakit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-30 18:41:11 UTC (rev 105053)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
+
+pkgname=luakit
+pkgver=2012.09.13.r1
+_pkgver=2012.09.13-r1
+pkgrel=7
+pkgdesc='Fast, small, Webkit based browser framework extensible by Lua'
+arch=('i686' 'x86_64')
+url='http://mason-larobina.github.com/luakit/'
+license=('GPL3')
+depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit')
+makedepends=('help2man')
+backup=(etc/xdg/luakit/binds.lua etc/xdg/luakit/globals.lua
+        etc/xdg/luakit/modes.lua etc/xdg/luakit/rc.lua etc/xdg/luakit/theme.lua
+        etc/xdg/luakit/webview.lua etc/xdg/luakit/window.lua)
+options=(!makeflags)
+install=luakit.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver)
+md5sums=('77b02e6d19ba021409f1778fddd94a42')
+
+prepare() {
+  cd mason-larobina-luakit-*
+  sed -i '1s,lua,luajit,' build-utils/gentokens.lua
+}
+
+build() {
+  cd mason-larobina-luakit-*
+  make USE_LUAJIT=1 PREFIX=/usr all
+}
+
+package() {
+  cd mason-larobina-luakit-*
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  chmod -x "$pkgdir"/usr/share/pixmaps/luakit.png # FS#32938
+}

Deleted: community-x86_64/luakit.install
===================================================================
--- community-x86_64/luakit.install	2014-01-30 18:41:01 UTC (rev 105052)
+++ community-x86_64/luakit.install	2014-01-30 18:41:11 UTC (rev 105053)
@@ -1,14 +0,0 @@
-post_install() {
-  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() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: luakit/repos/community-x86_64/luakit.install (from rev 105052, luakit/trunk/luakit.install)
===================================================================
--- community-x86_64/luakit.install	                        (rev 0)
+++ community-x86_64/luakit.install	2014-01-30 18:41:11 UTC (rev 105053)
@@ -0,0 +1,14 @@
+post_install() {
+  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() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_upgrade
+}




More information about the arch-commits mailing list