diff --git a/pisi-index.xml b/pisi-index.xml index 5a3d7cf209..fdb9d94e08 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -90988,7 +90988,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. 2019-04-10 3.24.10 - First release + First release. Serdar Soytetir kaptan@pisilinux.org @@ -98624,6 +98624,60 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + spread-sheet-widget + https://www.gnu.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + science.mathematics + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + spread-sheet-widget + http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.3.tar.gz + + gtk3-devel + glib2-devel + + science/mathematics/spread-sheet-widget/pspec.xml + + + spread-sheet-widget + + gtk3 + + + /usr/lib + /usr/share/doc + /usr/share/info + + + + spread-sheet-widget-devel + + spread-sheet-widget + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-04-10 + 0.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + djbfft @@ -99404,24 +99458,10 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2019-03-28 - 1.2.1 - Test - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2019-03-28 - 1.2.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 2017-09-12 - 1.0.1 - First release + 2019-03-28 + 1.3.0a + First Release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 012ad8b610..a25ea1ef8a 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -3a01c0a74c4e989d50098231ce017dbc40083726 \ No newline at end of file +fd5c4826f0bb8ce1b496cb2ef00f1e2e36dd2cc0 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 52a374b255..e72f37bd06 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 5e812c5297..f012dcc8c0 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2e967e51fd5635a9003b8f7a633cba8e3fa497f1 \ No newline at end of file +a8bc2ec620d6288f8a84ade8916426587e980684 \ No newline at end of file diff --git a/science/mathematics/spread-sheet-widget/actions.py b/science/mathematics/spread-sheet-widget/actions.py new file mode 100644 index 0000000000..01d62ec8ab --- /dev/null +++ b/science/mathematics/spread-sheet-widget/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/science/mathematics/spread-sheet-widget/pspec.xml b/science/mathematics/spread-sheet-widget/pspec.xml new file mode 100644 index 0000000000..418b4133cd --- /dev/null +++ b/science/mathematics/spread-sheet-widget/pspec.xml @@ -0,0 +1,62 @@ + + + + + spread-sheet-widget + https://www.gnu.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + spread-sheet-widget + app:gui + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + Library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data + http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.3.tar.gz + + gtk3-devel + glib2-devel + + + + + + + + spread-sheet-widget + + gtk3 + + + /usr/lib + /usr/share/doc + /usr/share/info + + + + + spread-sheet-widget-devel + + spread-sheet-widget + gtk3-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-04-10 + 0.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + +