From d0feb39b900ba1d2c9d538c12d138520762e2c64 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 20 Nov 2015 21:56:19 +0200 Subject: [PATCH] gtkspell:add pisi-2.0 and v.bump --- desktop/toolkit/gtk/gtkspell/actions.py | 26 +++++ desktop/toolkit/gtk/gtkspell/pspec.xml | 94 +++++++++++++++++++ desktop/toolkit/gtk/gtkspell/translations.xml | 13 +++ 3 files changed, 133 insertions(+) create mode 100644 desktop/toolkit/gtk/gtkspell/actions.py create mode 100644 desktop/toolkit/gtk/gtkspell/pspec.xml create mode 100644 desktop/toolkit/gtk/gtkspell/translations.xml diff --git a/desktop/toolkit/gtk/gtkspell/actions.py b/desktop/toolkit/gtk/gtkspell/actions.py new file mode 100644 index 0000000000..9229354301 --- /dev/null +++ b/desktop/toolkit/gtk/gtkspell/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + + +def setup(): + #autotools.autoreconf('-fi') + autotools.configure("--disable-static") + + #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + + +def build(): + autotools.make() + + +def install(): + autotools.install() + + # Empty files: NEWS, + pisitools.dodoc("ABOUT-NLS", "COPYING", "README", "AUTHORS", "ChangeLog") diff --git a/desktop/toolkit/gtk/gtkspell/pspec.xml b/desktop/toolkit/gtk/gtkspell/pspec.xml new file mode 100644 index 0000000000..022af239cd --- /dev/null +++ b/desktop/toolkit/gtk/gtkspell/pspec.xml @@ -0,0 +1,94 @@ + + + + + gtkspell + http://gtkspell.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + Spell checking widget for GTK+ + GtkSpell provides MSWord / MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. + mirrors://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz + + gtk2-devel + enchant-devel + intltool + + + + + gtkspell + + atk + gtk2 + cairo + glib2 + pango + enchant + freetype + fontconfig + gdk-pixbuf + + + /usr/lib + /usr/share/locale + /usr/share/doc + /usr/share/gtk-doc + + + + + gtkspell-devel + Development files for gtkspell + + gtkspell + gtk2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-11-20 + 2.0.16 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-18 + 2.0.16 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-25 + 2.0.16 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-17 + 2.0.16 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-10-12 + 2.0.16 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/desktop/toolkit/gtk/gtkspell/translations.xml b/desktop/toolkit/gtk/gtkspell/translations.xml new file mode 100644 index 0000000000..565feeb83d --- /dev/null +++ b/desktop/toolkit/gtk/gtkspell/translations.xml @@ -0,0 +1,13 @@ + + + + gtkspell + GTK+ için yazım denetimi eklentisi + GtkSpell, MSWord / MacOSX işletim sistemlerinde olduğu gibi, GTK+ metin gösterme zımbırtılarında yanlış yazılmış kelimeleri vurgular ve yanlış yazılmış kelimelere sağ tıkladığınızda, size yeni kelimeler önerir. + + + + gtkspell-devel + gtkspell için geliştirme dosyaları + +