From 7a0ab6dd4793d3c98f3e5a920b622bd5f0c8bb40 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 24 Feb 2013 11:36:54 -0500 Subject: Removing geda-1.6.2-correct_glib_include.patch. It's not necessary --- community/geda-gaf/PKGBUILD | 7 ++----- community/geda-gaf/geda-1.6.2-correct_glib_include.patch | 13 ------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 community/geda-gaf/geda-1.6.2-correct_glib_include.patch (limited to 'community/geda-gaf') diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD index d68b0fe6b..4a9a1caae 100644 --- a/community/geda-gaf/PKGBUILD +++ b/community/geda-gaf/PKGBUILD @@ -15,15 +15,12 @@ optdepends=('python2: for two of the commands (garchive, tragesym)' 'gawk: for sw2asc') replaces=('geda-suite' 'geda-libs') install=geda-gaf.install -source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz - geda-1.6.2-correct_glib_include.patch) -md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73' - 'af28867b393e0351b97d5d23cdefc812') +source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz) +md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73') build () { cd "$srcdir/$pkgname-$pkgver/" - patch -Np1 -i ${srcdir}/geda-1.6.2-correct_glib_include.patch ./configure --prefix=/usr --disable-update-xdg-database make } diff --git a/community/geda-gaf/geda-1.6.2-correct_glib_include.patch b/community/geda-gaf/geda-1.6.2-correct_glib_include.patch deleted file mode 100644 index a8cfa96be..000000000 --- a/community/geda-gaf/geda-1.6.2-correct_glib_include.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- geda-gaf-1.6.2.orig/libgeda/src/s_path.c -+++ geda-gaf-1.6.2/libgeda/src/s_path.c -@@ -37,9 +37,7 @@ - #include - #include - --#include --#include --#include -+#include - - #include "libgeda_priv.h" - -- cgit v1.2.3-54-g00ecf