diff --git a/pisi-index.xml b/pisi-index.xml
index cf438a7d6d..e246d970f3 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -46780,13 +46780,14 @@ functionality to build high-performing, platform-independent programs.papirus-icon-theme
/usr/share/icons
+ /usr/share/doc
2018-03-31
20180401
- First release
+ First release.
Mustafa Cinasal
muscnsl@gmail.com
@@ -122728,6 +122729,90 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+
+ geda
+ http://wiki.geda-project.org/geda:download#download
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ unknown
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/geda-gaf-1.8.2.tar.gz
+
+ cython
+ flex
+ gawk
+ groff
+ doxygen
+ guile-devel
+ glib2-devel
+ gtk2-devel
+ glibc-devel
+ pkgconfig
+ gettext-devel
+ python-devel
+ shared-mime-info
+ desktop-file-utils
+ gobject-introspection-devel
+ python-pygobject-devel
+
+ science/electronics/geda/pspec.xml
+
+
+ geda
+
+ gtk2
+ cairo
+ glib2
+ guile
+ pango
+ gdk-pixbuf
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/gEDA
+ /usr/share/icons
+ /usr/share/info
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/mime
+
+
+
+ geda-devel
+ Development files for geda
+
+ geda
+ glib2-devel
+ guile-devel
+ gdk-pixbuf-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-04-03
+ 1.8.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
netcdf
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index f2bd9399c4..72348eaf1c 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-68f1eefa5e42166af0242ef81735b1f0d223e13a
\ No newline at end of file
+63b4d22a94ec560ba9f26e878d78b8b582697b7b
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 97925c9aa4..531da503a0 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 59078f5cf1..d36dcf27eb 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-53ca327ee4e161760e6ae18a97e3fc6892e10a88
\ No newline at end of file
+581fd305058f3714a920bedb2027a7b21e27375b
\ No newline at end of file
diff --git a/science/electronics/geda/actions.py b/science/electronics/geda/actions.py
new file mode 100644
index 0000000000..25a7789c22
--- /dev/null
+++ b/science/electronics/geda/actions.py
@@ -0,0 +1,28 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ #shelltools.system("./autogen.sh")
+ autotools.autoreconf("-vfi")
+ autotools.configure("--prefix=/usr \
+ --docdir=/usr/share/doc \
+ --localedir=/usr/share/locale \
+ --disable-update-xdg-database")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "COPYING", "README")
diff --git a/science/electronics/geda/pspec.xml b/science/electronics/geda/pspec.xml
new file mode 100644
index 0000000000..d875b296ed
--- /dev/null
+++ b/science/electronics/geda/pspec.xml
@@ -0,0 +1,83 @@
+
+
+
+
+ geda
+ http://wiki.geda-project.org/geda:download#download
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/geda-gaf-1.8.2.tar.gz
+
+ cython
+ flex
+ gawk
+ groff
+ doxygen
+ guile-devel
+ glib2-devel
+ gtk2-devel
+ glibc-devel
+ pkgconfig
+ gettext-devel
+ python-devel
+ shared-mime-info
+ desktop-file-utils
+ gobject-introspection-devel
+ python-pygobject-devel
+
+
+
+ geda
+
+ gtk2
+ cairo
+ glib2
+ guile
+ pango
+ gdk-pixbuf
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/gEDA
+ /usr/share/icons
+ /usr/share/info
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/mime
+
+
+
+ geda-devel
+ Development files for geda
+
+ geda
+ glib2-devel
+ guile-devel
+ gdk-pixbuf-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2018-04-03
+ 1.8.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/science/electronics/geda/translations.xml b/science/electronics/geda/translations.xml
new file mode 100644
index 0000000000..da8c8b2c9c
--- /dev/null
+++ b/science/electronics/geda/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ geda
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+ The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools.
+
+