@@ -0,0 +1,22 @@
|
||||
#!/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 cmaketools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DUSE_QT5=true \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README.md", "NEWS", "COPYING")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qtspell</Name>
|
||||
<Homepage>https://github.com/manisandro/qtspell</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<Summary>Spell checking for Qt text widgets</Summary>
|
||||
<Description>QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>enchant-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>qt5-assistant-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-designer-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="tarxz" sha1sum="e0c13bec0ef9c06730fb101652a37f103512312d">https://github.com/manisandro/qtspell/releases/download/0.8.2/qtspell-0.8.2.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>qtspell</Name>
|
||||
<Summary>Spell checking for Qt text widgets</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>enchant</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/qt5/translations</Path>
|
||||
<Path fileType="data">/usr/include/QtSpell-qt5</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-02-09</Date>
|
||||
<Version>0.8.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -7211,6 +7211,57 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>qtspell</Name>
|
||||
<Homepage>https://github.com/manisandro/qtspell</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<PartOf>office.spellcheck</PartOf>
|
||||
<Summary xml:lang="en">Spell checking for Qt text widgets</Summary>
|
||||
<Description xml:lang="en">QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library.</Description>
|
||||
<Archive type="tarxz" sha1sum="e0c13bec0ef9c06730fb101652a37f103512312d">https://github.com/manisandro/qtspell/releases/download/0.8.2/qtspell-0.8.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>enchant-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>qt5-assistant-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-designer-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>office/spellcheck/qtspell/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>qtspell</Name>
|
||||
<Summary xml:lang="en">Spell checking for Qt text widgets</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>enchant</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/qt5/translations</Path>
|
||||
<Path fileType="data">/usr/include/QtSpell-qt5</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-02-09</Date>
|
||||
<Version>0.8.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>enchant</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7964a5399ffd6d698a93411007372d388eae3393
|
||||
35b04734c19b590dfc2d2ff619308b54da2ed5c2
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
edc7cbd2ed2271e10f5121b3e31f37f23b13bb48
|
||||
4bc8b30d01cd959f7990e0698d85e353ac5854d3
|
||||
Reference in New Issue
Block a user