Merge pull request #6709 from Rmys/master

enchant2 gtkspell3:First release
This commit is contained in:
Rmys
2019-04-08 12:38:04 +03:00
committed by GitHub
10 changed files with 191357 additions and 190603 deletions
+26
View File
@@ -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("--enable-gtk2 --disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.install()
# Empty files: NEWS,
pisitools.dodoc("COPYING", "README", "AUTHORS", "ChangeLog")
+118
View File
@@ -0,0 +1,118 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gtkspell3</Name>
<Homepage>http://gtkspell.sourceforge.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Spell checking widget for GTK+</Summary>
<Description>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.</Description>
<Archive sha1sum="5a77b84891f6877fcf273c68ae8187912068304f" type="tarxz">https://sourceforge.net/projects/gtkspell/files/3.0.10/gtkspell3-3.0.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gtkspell3</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>enchant2</Dependency>
<Dependency>freetype</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/gir-1.0/GtkSpell-3.0.gir</Path>
<Path fileType="data">/usr/share/vala/vapi</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gtkspell3-gtk2</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>enchant2</Dependency>
<Dependency>freetype</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libgtkspell3-2*</Path>
<Path fileType="library">/usr/lib/girepository-1.0/GtkSpell-2.0.typelib</Path>
<Path fileType="data">/usr/share/gir-1.0/GtkSpell-2.0.gir</Path>
<Path fileType="data">/usr/share/vala/vapi/gtkspell3-2*</Path>
</Files>
</Package>
<Package>
<Name>gtkspell3-devel</Name>
<Summary>Development files for gtkspell3</Summary>
<RuntimeDependencies>
<Dependency release="current">gtkspell3</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>enchant2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>gtkspell3-gtk2-devel</Name>
<Summary>Development files for gtkspell3-gtk2</Summary>
<RuntimeDependencies>
<Dependency release="current">gtkspell3-gtk2</Dependency>
<Dependency>gtkspell3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig/gtkspell3-2.0.pc</Path>
</Files>
</Package>
<Package>
<Name>gtkspell3-docs</Name>
<Summary>Development files for gtkspell3</Summary>
<RuntimeDependencies>
<Dependency release="current">gtkspell3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-09-10</Date>
<Version>3.0.10</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gtkspell3</Name>
<Summary xml:lang="tr">GTK+ için yazım denetimi eklentisi</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
<Package>
<Name>gtkspell3-devel</Name>
<Summary xml:lang="tr">gtkspell3 için geliştirme dosyaları</Summary>
</Package>
</PISI>
+30
View File
@@ -0,0 +1,30 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./bootstrap")
autotools.configure("--disable-static \
--with-zemberek \
--with-aspell \
--with-myspell \
--with-myspell-dir=/usr/share/hunspell")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.rename("/usr/share/enchant/enchant.ordering", "enchant.ordering-2")
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
+87
View File
@@ -0,0 +1,87 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>enchant2</Name>
<Homepage>https://www.abisource.com/enchant/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Spellchecker wrapping library</Summary>
<Description>enchant is a library that wraps other spell checking backends.</Description>
<Archive sha1sum="7ac67b90b95004471fbc7992263bdc70613ad591" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>gnupg</Dependency>
<Dependency>aspell-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>enchant2</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>hunspell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/enchant</Path>
</Files>
</Package>
<Package>
<Name>enchant2-aspell</Name>
<Summary>aspell backend for Enchant</Summary>
<RuntimeDependencies>
<Dependency>enchant2</Dependency>
<Dependency>aspell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/enchant-2/enchant_aspell.so</Path>
</Files>
</Package>
<Package>
<Name>enchant2-zemberek</Name>
<Summary>zemberek backend for Enchant</Summary>
<RuntimeDependencies>
<Dependency>enchant2</Dependency>
<Dependency>zemberek-office</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/enchant-2/enchant_zemberek.so</Path>
</Files>
</Package>
<Package>
<Name>enchant2-devel</Name>
<Summary>Development files for enchant2</Summary>
<RuntimeDependencies>
<Dependency release="current">enchant2</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-04-06</Date>
<Version>2.2.3</Version>
<Comment>First release.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,23 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>enchant2</Name>
<Summary xml:lang="tr">İmla denetimi kitaplığı</Summary>
<Description xml:lang="tr">enchant2, diğer imla denetim kitaplıklarını arkauç olarak kullanan bir imla denetim kitaplığıdır.</Description>
</Source>
<Package>
<Name>enchant2-aspell</Name>
<Summary xml:lang="tr">Enchant2 için aspell arkaucu</Summary>
</Package>
<Package>
<Name>enchant2-zemberek</Name>
<Summary xml:lang="tr">Enchant2 için zemberek arkaucu</Summary>
</Package>
<Package>
<Name>enchant2-devel</Name>
<Summary xml:lang="tr">enchant2 için geliştirme dosyaları</Summary>
</Package>
</PISI>
+191058 -190601
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
f26fc301b72f80f2f5ed34e7d64073c5e2d16590
3820c70bd2d818577ccfeb42fa5ba3e44181856f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b98e0a7a35ad5ee7bd2f6651eda1a7c40f44ff6f
8e6fe759f9074ec2dfc83ab5cc1786df4cdef45c