summaryrefslogtreecommitdiff
path: root/community/geda-gaf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/geda-gaf/PKGBUILD')
-rw-r--r--community/geda-gaf/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD
index 1c10d075d..d68b0fe6b 100644
--- a/community/geda-gaf/PKGBUILD
+++ b/community/geda-gaf/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=geda-gaf
pkgver=1.8.1
pkgrel=1
pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.gpleda.org"
license=('GPL')
depends=('gtk2' 'guile' 'libstroke' 'shared-mime-info' 'hicolor-icon-theme')
@@ -15,12 +15,15 @@ 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)
-md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73')
+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')
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
}