new packages for abiword: wv, aiksaurus, link-grammar, strip-nondeterminism

This commit is contained in:
suvari
2026-06-08 21:53:23 +03:00
parent 183588fd56
commit 0edd7a0290
17 changed files with 5491 additions and 3443 deletions
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>wv</Name>
<Homepage>http://wvware.sourceforge.net/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Microsoft Word to HTML, Latex, DVI, PS, PDF, text, WML, RTF or Abiword converter</Summary>
<Description>wv can convert many versions of Microsoft Word .doc files to many other formats including HTML, Latex, DVI, PS, PDF, plaintext, WML, RTF and Abiword formats.</Description>
<Archive sha1sum="5b859d3a5896360a7a2ceac2428b0427e8cddd1e" type="zip">https://github.com/AbiWord/wv/archive/refs/heads/master.zip</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libwmf-devel</Dependency>
<Dependency>libgsf-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>wv</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libwmf</Dependency>
<Dependency>libgsf</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/wv</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/wv</Path>
</Files>
</Package>
<Package>
<Name>wv-devel</Name>
<Summary>Development files for wv</Summary>
<RuntimeDependencies>
<Dependency release="current">wv</Dependency>
<Dependency>libgsf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-02</Date>
<Version>1.2.9</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>