diff --git a/desktop/gnome/base/gspell/actions.py b/desktop/gnome/base/gspell/actions.py new file mode 100644 index 0000000000..287f029265 --- /dev/null +++ b/desktop/gnome/base/gspell/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/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 get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README") diff --git a/desktop/gnome/base/gspell/pspec.xml b/desktop/gnome/base/gspell/pspec.xml new file mode 100644 index 0000000000..4407c933ac --- /dev/null +++ b/desktop/gnome/base/gspell/pspec.xml @@ -0,0 +1,73 @@ + + + + + gspell + https://wiki.gnome.org/Projects/gspell + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + GTK+ Spell Checker Library + A flexible API to implement the spell checking in a GTK+ application + mirrors://gnome/gspell/1.9/gspell-1.9.1.tar.xz + + enchant2-devel + gettext-devel + glib2-devel + gtk3-devel + gobject-introspection-devel + iso-codes-devel + python3-devel + vala-devel + + + + + gspell + + atk + cairo + enchant2 + gdk-pixbuf + glib2 + gtk3 + harfbuzz + icu4c + pango + + + /usr/share + /usr/lib + /usr/bin + + + + + gspell-devel + Development files for gspell + + gspell + enchant2-devel + gtk3-devel + glib2-devel + icu4c-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-06-03 + 1.9.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/base/gspell/translations.xml b/desktop/gnome/base/gspell/translations.xml new file mode 100644 index 0000000000..cd2ebb1fa3 --- /dev/null +++ b/desktop/gnome/base/gspell/translations.xml @@ -0,0 +1,13 @@ + + + + gspell + GTK imla denetimi kitaplığı + GTK uygulamalarında imla denetimi uygulamları için esnek bir API + + + + gspell-devel + gspell için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index bc5178d5c5..69f17a917c 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -5099,6 +5099,79 @@ + + + gspell + https://wiki.gnome.org/Projects/gspell + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.gnome.base + GTK+ Spell Checker Library + GTK imla denetimi kitaplığı + A flexible API to implement the spell checking in a GTK+ application + GTK uygulamalarında imla denetimi uygulamları için esnek bir API + mirrors://gnome/gspell/1.9/gspell-1.9.1.tar.xz + + enchant2-devel + gettext-devel + glib2-devel + gtk3-devel + gobject-introspection-devel + iso-codes-devel + python3-devel + vala-devel + + desktop/gnome/base/gspell/pspec.xml + + + gspell + + atk + cairo + enchant2 + gdk-pixbuf + glib2 + gtk3 + harfbuzz + icu4c + pango + + + /usr/share + /usr/lib + /usr/bin + + + + gspell-devel + Development files for gspell + gspell için geliştirme dosyaları + + gspell + enchant2-devel + gtk3-devel + glib2-devel + icu4c-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-06-03 + 1.9.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + gnome-doc-utils diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index a08fd4c380..a2945a11b1 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -59cf2ed9f1553bf96362dfae8a4041f6bdfb30ea \ No newline at end of file +4723dc2557e130d3cb5ab989eb33bc67898f93f8 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index b9f4383d7f..4853b369f5 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 9359f0f7aa..4f0226a8f0 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -f633cf819b803a80a92717328ccb9a31c51965d4 \ No newline at end of file +5a604f322e801e97556f65aaa60df8884a751180 \ No newline at end of file