Date: Friday, July 11, 2014 @ 12:13:51
  Author: bluewind
Revision: 115429

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

Added:
  gmrun/repos/community-i686/PKGBUILD
    (from rev 115428, gmrun/trunk/PKGBUILD)
  gmrun/repos/community-i686/gcc43.patch
    (from rev 115428, gmrun/trunk/gcc43.patch)
  gmrun/repos/community-x86_64/PKGBUILD
    (from rev 115428, gmrun/trunk/PKGBUILD)
  gmrun/repos/community-x86_64/gcc43.patch
    (from rev 115428, gmrun/trunk/gcc43.patch)
Deleted:
  gmrun/repos/community-i686/PKGBUILD
  gmrun/repos/community-i686/gcc43.patch
  gmrun/repos/community-x86_64/PKGBUILD
  gmrun/repos/community-x86_64/gcc43.patch

------------------------------+
 /PKGBUILD                    |   60 ++++++++++++++++++++++++
 /gcc43.patch                 |  102 +++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD      |   30 ------------
 community-i686/gcc43.patch   |   51 --------------------
 community-x86_64/PKGBUILD    |   30 ------------
 community-x86_64/gcc43.patch |   51 --------------------
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-07-11 10:13:46 UTC (rev 115428)
+++ community-i686/PKGBUILD     2014-07-11 10:13:51 UTC (rev 115429)
@@ -1,30 +0,0 @@
-# Contributor: Jeff Mickey <j...@codemac.net>
-# Contributor: Woody Gilk aka Shadowhand <woody.g...@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=gmrun
-pkgver=0.9.2
-pkgrel=4
-pkgdesc="A simple program which provides a run program window"
-arch=('i686' 'x86_64')
-url="http://sf.net/projects/gmrun";
-license=('GPL')
-depends=('gtk2' 'popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-       gcc43.patch)
-md5sums=('6cef37a968006d9496fc56a7099c603c'
-        '3a0b69d8c2cac6cfb551b9d235441ecb')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       patch -p0 -i "$srcdir/gcc43.patch"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       make DESTDIR="${pkgdir}" install
-} 

Copied: gmrun/repos/community-i686/PKGBUILD (from rev 115428, 
gmrun/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-11 10:13:51 UTC (rev 115429)
@@ -0,0 +1,30 @@
+# Contributor: Jeff Mickey <j...@codemac.net>
+# Contributor: Woody Gilk aka Shadowhand <woody.g...@gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=gmrun
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="A simple program which provides a run program window"
+arch=('i686' 'x86_64')
+url="http://sf.net/projects/gmrun";
+license=('GPL')
+depends=('gtk2' 'popt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+       gcc43.patch)
+md5sums=('6cef37a968006d9496fc56a7099c603c'
+        '3a0b69d8c2cac6cfb551b9d235441ecb')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       patch -p0 -i "$srcdir/gcc43.patch"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/gcc43.patch
===================================================================
--- community-i686/gcc43.patch  2014-07-11 10:13:46 UTC (rev 115428)
+++ community-i686/gcc43.patch  2014-07-11 10:13:51 UTC (rev 115429)
@@ -1,51 +0,0 @@
---- src/gtkcompletionline.cc.orig      2003-11-16 11:55:07.000000000 +0100
-+++ src/gtkcompletionline.cc   2008-05-08 08:51:22.000000000 +0200
-@@ -29,6 +29,7 @@
- #include <set>
- #include <sstream>
- #include <string>
-+#include <cstring>
- #include <vector>
- using namespace std;
- 
---- src/ci_string.h.orig       2001-05-16 16:39:31.000000000 +0200
-+++ src/ci_string.h    2008-05-08 08:51:33.000000000 +0200
-@@ -7,6 +7,7 @@
- #define __CI_STRING_H__
- 
- #include <string>
-+#include <cstring>
- #include <ctype.h>
- 
- struct ci_char_traits : public std::char_traits<char>
---- src/prefs.cc.orig  2002-08-16 12:48:22.000000000 +0200
-+++ src/prefs.cc       2008-05-08 08:51:54.000000000 +0200
-@@ -13,6 +13,7 @@
- #include <fstream>
- #include <iostream>
- #include <stdio.h>
-+#include <stdlib.h>
- 
- #include <list>
- 
---- src/main.cc.orig   2003-11-16 11:55:07.000000000 +0100
-+++ src/main.cc        2008-05-08 09:03:11.000000000 +0200
-@@ -14,6 +14,7 @@
- #include <gdk/gdkkeysyms.h>
- 
- #include <string>
-+#include <cstring>
- #include <iostream>
- #include <sstream>
- #include <vector>
-
---- src/gtkcompletionline.cc.orig      2009-06-19 22:38:14.000000000 +0400
-+++ src/gtkcompletionline.cc   2009-06-19 22:37:14.000000000 +0400
-@@ -376,7 +377,7 @@
-   return 0;
- }
- 
--int my_alphasort(const void* va, const void* vb) {
-+int my_alphasort(const dirent** va, const dirent** vb) {
-   const struct dirent** a = (const struct dirent**)va;
-   const struct dirent** b = (const struct dirent**)vb;

Copied: gmrun/repos/community-i686/gcc43.patch (from rev 115428, 
gmrun/trunk/gcc43.patch)
===================================================================
--- community-i686/gcc43.patch                          (rev 0)
+++ community-i686/gcc43.patch  2014-07-11 10:13:51 UTC (rev 115429)
@@ -0,0 +1,51 @@
+--- src/gtkcompletionline.cc.orig      2003-11-16 11:55:07.000000000 +0100
++++ src/gtkcompletionline.cc   2008-05-08 08:51:22.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include <set>
+ #include <sstream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ using namespace std;
+ 
+--- src/ci_string.h.orig       2001-05-16 16:39:31.000000000 +0200
++++ src/ci_string.h    2008-05-08 08:51:33.000000000 +0200
+@@ -7,6 +7,7 @@
+ #define __CI_STRING_H__
+ 
+ #include <string>
++#include <cstring>
+ #include <ctype.h>
+ 
+ struct ci_char_traits : public std::char_traits<char>
+--- src/prefs.cc.orig  2002-08-16 12:48:22.000000000 +0200
++++ src/prefs.cc       2008-05-08 08:51:54.000000000 +0200
+@@ -13,6 +13,7 @@
+ #include <fstream>
+ #include <iostream>
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ #include <list>
+ 
+--- src/main.cc.orig   2003-11-16 11:55:07.000000000 +0100
++++ src/main.cc        2008-05-08 09:03:11.000000000 +0200
+@@ -14,6 +14,7 @@
+ #include <gdk/gdkkeysyms.h>
+ 
+ #include <string>
++#include <cstring>
+ #include <iostream>
+ #include <sstream>
+ #include <vector>
+
+--- src/gtkcompletionline.cc.orig      2009-06-19 22:38:14.000000000 +0400
++++ src/gtkcompletionline.cc   2009-06-19 22:37:14.000000000 +0400
+@@ -376,7 +377,7 @@
+   return 0;
+ }
+ 
+-int my_alphasort(const void* va, const void* vb) {
++int my_alphasort(const dirent** va, const dirent** vb) {
+   const struct dirent** a = (const struct dirent**)va;
+   const struct dirent** b = (const struct dirent**)vb;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-07-11 10:13:46 UTC (rev 115428)
+++ community-x86_64/PKGBUILD   2014-07-11 10:13:51 UTC (rev 115429)
@@ -1,30 +0,0 @@
-# Contributor: Jeff Mickey <j...@codemac.net>
-# Contributor: Woody Gilk aka Shadowhand <woody.g...@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=gmrun
-pkgver=0.9.2
-pkgrel=4
-pkgdesc="A simple program which provides a run program window"
-arch=('i686' 'x86_64')
-url="http://sf.net/projects/gmrun";
-license=('GPL')
-depends=('gtk2' 'popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-       gcc43.patch)
-md5sums=('6cef37a968006d9496fc56a7099c603c'
-        '3a0b69d8c2cac6cfb551b9d235441ecb')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       patch -p0 -i "$srcdir/gcc43.patch"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       make DESTDIR="${pkgdir}" install
-} 

Copied: gmrun/repos/community-x86_64/PKGBUILD (from rev 115428, 
gmrun/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-11 10:13:51 UTC (rev 115429)
@@ -0,0 +1,30 @@
+# Contributor: Jeff Mickey <j...@codemac.net>
+# Contributor: Woody Gilk aka Shadowhand <woody.g...@gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=gmrun
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="A simple program which provides a run program window"
+arch=('i686' 'x86_64')
+url="http://sf.net/projects/gmrun";
+license=('GPL')
+depends=('gtk2' 'popt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+       gcc43.patch)
+md5sums=('6cef37a968006d9496fc56a7099c603c'
+        '3a0b69d8c2cac6cfb551b9d235441ecb')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       patch -p0 -i "$srcdir/gcc43.patch"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/gcc43.patch
===================================================================
--- community-x86_64/gcc43.patch        2014-07-11 10:13:46 UTC (rev 115428)
+++ community-x86_64/gcc43.patch        2014-07-11 10:13:51 UTC (rev 115429)
@@ -1,51 +0,0 @@
---- src/gtkcompletionline.cc.orig      2003-11-16 11:55:07.000000000 +0100
-+++ src/gtkcompletionline.cc   2008-05-08 08:51:22.000000000 +0200
-@@ -29,6 +29,7 @@
- #include <set>
- #include <sstream>
- #include <string>
-+#include <cstring>
- #include <vector>
- using namespace std;
- 
---- src/ci_string.h.orig       2001-05-16 16:39:31.000000000 +0200
-+++ src/ci_string.h    2008-05-08 08:51:33.000000000 +0200
-@@ -7,6 +7,7 @@
- #define __CI_STRING_H__
- 
- #include <string>
-+#include <cstring>
- #include <ctype.h>
- 
- struct ci_char_traits : public std::char_traits<char>
---- src/prefs.cc.orig  2002-08-16 12:48:22.000000000 +0200
-+++ src/prefs.cc       2008-05-08 08:51:54.000000000 +0200
-@@ -13,6 +13,7 @@
- #include <fstream>
- #include <iostream>
- #include <stdio.h>
-+#include <stdlib.h>
- 
- #include <list>
- 
---- src/main.cc.orig   2003-11-16 11:55:07.000000000 +0100
-+++ src/main.cc        2008-05-08 09:03:11.000000000 +0200
-@@ -14,6 +14,7 @@
- #include <gdk/gdkkeysyms.h>
- 
- #include <string>
-+#include <cstring>
- #include <iostream>
- #include <sstream>
- #include <vector>
-
---- src/gtkcompletionline.cc.orig      2009-06-19 22:38:14.000000000 +0400
-+++ src/gtkcompletionline.cc   2009-06-19 22:37:14.000000000 +0400
-@@ -376,7 +377,7 @@
-   return 0;
- }
- 
--int my_alphasort(const void* va, const void* vb) {
-+int my_alphasort(const dirent** va, const dirent** vb) {
-   const struct dirent** a = (const struct dirent**)va;
-   const struct dirent** b = (const struct dirent**)vb;

Copied: gmrun/repos/community-x86_64/gcc43.patch (from rev 115428, 
gmrun/trunk/gcc43.patch)
===================================================================
--- community-x86_64/gcc43.patch                                (rev 0)
+++ community-x86_64/gcc43.patch        2014-07-11 10:13:51 UTC (rev 115429)
@@ -0,0 +1,51 @@
+--- src/gtkcompletionline.cc.orig      2003-11-16 11:55:07.000000000 +0100
++++ src/gtkcompletionline.cc   2008-05-08 08:51:22.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include <set>
+ #include <sstream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ using namespace std;
+ 
+--- src/ci_string.h.orig       2001-05-16 16:39:31.000000000 +0200
++++ src/ci_string.h    2008-05-08 08:51:33.000000000 +0200
+@@ -7,6 +7,7 @@
+ #define __CI_STRING_H__
+ 
+ #include <string>
++#include <cstring>
+ #include <ctype.h>
+ 
+ struct ci_char_traits : public std::char_traits<char>
+--- src/prefs.cc.orig  2002-08-16 12:48:22.000000000 +0200
++++ src/prefs.cc       2008-05-08 08:51:54.000000000 +0200
+@@ -13,6 +13,7 @@
+ #include <fstream>
+ #include <iostream>
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ #include <list>
+ 
+--- src/main.cc.orig   2003-11-16 11:55:07.000000000 +0100
++++ src/main.cc        2008-05-08 09:03:11.000000000 +0200
+@@ -14,6 +14,7 @@
+ #include <gdk/gdkkeysyms.h>
+ 
+ #include <string>
++#include <cstring>
+ #include <iostream>
+ #include <sstream>
+ #include <vector>
+
+--- src/gtkcompletionline.cc.orig      2009-06-19 22:38:14.000000000 +0400
++++ src/gtkcompletionline.cc   2009-06-19 22:37:14.000000000 +0400
+@@ -376,7 +377,7 @@
+   return 0;
+ }
+ 
+-int my_alphasort(const void* va, const void* vb) {
++int my_alphasort(const dirent** va, const dirent** vb) {
+   const struct dirent** a = (const struct dirent**)va;
+   const struct dirent** b = (const struct dirent**)vb;

Reply via email to