ocrfeeder First release

This commit is contained in:
Rmys
2021-04-26 23:56:08 +03:00
parent 0231212246
commit 34ea2de01f
22 changed files with 257445 additions and 256673 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env 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("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ocrfeeder</Name>
<Homepage>https://gitlab.gnome.org/GNOME/ocrfeeder</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>GTK+ document layout analysis and optical character recognition application</Summary>
<Description>GTK + belge düzeni analizi ve optik karakter tanıma uygulaması</Description>
<Archive sha1sum="ead62a5d4e09c3dd6362d7429efa44ff1a95bb23" type="targz">https://gitlab.gnome.org/GNOME/ocrfeeder/-/archive/0.8.3/ocrfeeder-0.8.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>ocrad</Dependency>
<Dependency>itstool</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>yelp-tools</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>python3-sane</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-enchant</Dependency>
<Dependency>python3-pillow-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>goocanvas-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>ocrfeeder.patch</Patch>
<Patch level="1">ocrfeeder.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>ocrfeeder</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>ocrad</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtkspell3</Dependency>
<Dependency>yelp-tools</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>python3-sane</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-enchant</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>goocanvas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-26</Date>
<Version>0.8.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ocrfeeder</Name>
<Summary xml:lang="tr">GTK+ document layout analysis and optical character recognition application</Summary>
<Description xml:lang="tr">GTK + belge düzeni analizi ve optik karakter tanıma uygulaması</Description>
</Source>
</PISI>