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

2014-01-30 Thread Bartłomiej Piotrowski
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...@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...@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 bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: J. W. Birdsong jwbirdsong AT 

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

2014-01-21 Thread Bartłomiej Piotrowski
Date: Tuesday, January 21, 2014 @ 18:50:07
  Author: bpiotrowski
Revision: 104487

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

Added:
  luakit/repos/community-i686/0001-Dont-mark-desktop-file-as-executable.patch
(from rev 104486, 
luakit/trunk/0001-Dont-mark-desktop-file-as-executable.patch)
  luakit/repos/community-i686/PKGBUILD
(from rev 104486, luakit/trunk/PKGBUILD)
  luakit/repos/community-i686/luakit.install
(from rev 104486, luakit/trunk/luakit.install)
  luakit/repos/community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch
(from rev 104486, 
luakit/trunk/0001-Dont-mark-desktop-file-as-executable.patch)
  luakit/repos/community-x86_64/PKGBUILD
(from rev 104486, luakit/trunk/PKGBUILD)
  luakit/repos/community-x86_64/luakit.install
(from rev 104486, 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|   72 
++
 /luakit.install  |   28 +++
 community-i686/0001-Dont-mark-desktop-file-as-executable.patch   |   24 ---
 community-i686/PKGBUILD  |   35 
 community-i686/luakit.install|   14 -
 community-x86_64/0001-Dont-mark-desktop-file-as-executable.patch |   24 ---
 community-x86_64/PKGBUILD|   35 
 community-x86_64/luakit.install  |   14 -
 9 files changed, 148 insertions(+), 146 deletions(-)

Deleted: community-i686/0001-Dont-mark-desktop-file-as-executable.patch
===
--- community-i686/0001-Dont-mark-desktop-file-as-executable.patch  
2014-01-21 17:50:00 UTC (rev 104486)
+++ community-i686/0001-Dont-mark-desktop-file-as-executable.patch  
2014-01-21 17:50:07 UTC (rev 104487)
@@ -1,24 +0,0 @@
-From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@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 104486, 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-21 17:50:07 UTC (rev 104487)
@@ -0,0 +1,24 @@
+From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@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-21 17:50:00 UTC (rev 104486)
+++ community-i686/PKGBUILD 2014-01-21 17:50:07 UTC (rev 104487)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: J. W. Birdsong jwbirdsong AT gmail DOT com
-