From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/gmrun/PKGBUILD | 30 -------------------------- community/gmrun/gcc43.patch | 51 --------------------------------------------- 2 files changed, 81 deletions(-) delete mode 100644 community/gmrun/PKGBUILD delete mode 100644 community/gmrun/gcc43.patch (limited to 'community/gmrun') diff --git a/community/gmrun/PKGBUILD b/community/gmrun/PKGBUILD deleted file mode 100644 index ea5fd9c70..000000000 --- a/community/gmrun/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Jeff Mickey -# Contributor: Woody Gilk aka Shadowhand -# Maintainer: Daniel J Griffiths - -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 -} diff --git a/community/gmrun/gcc43.patch b/community/gmrun/gcc43.patch deleted file mode 100644 index 6f79591f6..000000000 --- a/community/gmrun/gcc43.patch +++ /dev/null @@ -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 - #include - #include -+#include - #include - 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 -+#include - #include - - struct ci_char_traits : public std::char_traits ---- 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 - #include - #include -+#include - - #include - ---- 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 - - #include -+#include - #include - #include - #include - ---- 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; -- cgit v1.2.3-54-g00ecf