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 b4f94ad67c..e110660746 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 @@ -9802,8 +9875,8 @@ components such as the Settings and gnome-shell. glib2-devel gobject-introspection-devel gsettings-desktop-schemas-devel + gspell-devel gtk-doc - gtkspell3-devel gtk3-devel gtksourceview4-devel iso-codes @@ -9815,9 +9888,9 @@ components such as the Settings and gnome-shell. python3-devel python3-pygobject3-devel tepl-devel - which - yelp-tools vala-devel + yelp-tools + which python3-install-path-fix.patch diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f5692b22d7..6010ab5bb0 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -fc85dbbd802eb59cc7aa92b3ac56f592db4869f0 \ No newline at end of file +cfa6a060c3022311377c716a1dbf59100abea187 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 00d7064c66..4d25139e0c 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 96fe8d3dc0..df68fad36c 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -65c229ac9c83178ad42d83addda214ec4ce422a6 \ No newline at end of file +b69ac80a83084a2c509a155934b234ef24abf357 \ No newline at end of file