@@ -0,0 +1,23 @@
|
|||||||
|
#!/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
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
|
WorkDir = "goldendict-1.5.0-RC2"
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.system("PREFIX=/usr qmake-qt5 CONFIG+=no_epwing_support")
|
||||||
|
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
|
||||||
|
|
||||||
@@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>goldendict</Name>
|
||||||
|
<Homepage>http://goldendict.berlios.de</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<Icon>goldendict</Icon>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>An advanced multiple language translator with built-in encyclopedia and custom-made dictionary support</Summary>
|
||||||
|
<Description>GoldenDict is an advanced multiple language translator that can use Babylon, StarDict, Dictd, ABBYY Lingvo and Wikipedia sources.</Description>
|
||||||
|
<Archive sha1sum="e91fe659d5ca3e08b337bae46e926702b04c03d1" type="targz">https://github.com/goldendict/goldendict/archive/1.5.0-RC2.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>hunspell-devel</Dependency>
|
||||||
|
<Dependency>qt5-phonon-devel</Dependency>
|
||||||
|
<Dependency>libvorbis-devel</Dependency>
|
||||||
|
<Dependency>libXtst-devel</Dependency>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>qt5-webkit-devel</Dependency>
|
||||||
|
<Dependency>qt5-x11extras-devel</Dependency>
|
||||||
|
<Dependency> libao-devel</Dependency>
|
||||||
|
<Dependency>ffmpeg-devel</Dependency>
|
||||||
|
<Dependency>qt5-svg-devel</Dependency>
|
||||||
|
<Dependency>qt5-assistant-devel</Dependency>
|
||||||
|
<Dependency>qt5-linguist</Dependency>
|
||||||
|
<Dependency>lzo-devel</Dependency>
|
||||||
|
<Dependency>tiff-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>goldendict</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>hunspell</Dependency>
|
||||||
|
<Dependency>libvorbis</Dependency>
|
||||||
|
<Dependency>libXtst</Dependency>
|
||||||
|
<Dependency>qt5-phonon</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>qt5-webkit</Dependency>
|
||||||
|
<Dependency>lzo</Dependency>
|
||||||
|
<Dependency>tiff</Dependency>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
<Dependency>bzip2</Dependency>
|
||||||
|
<Dependency>libao</Dependency>
|
||||||
|
<Dependency>ffmpeg</Dependency>
|
||||||
|
<Dependency>libX11</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>qt5-svg</Dependency>
|
||||||
|
<Dependency>qt5-assistant</Dependency>
|
||||||
|
<Dependency>qt5-x11extras</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2018-01-02</Date>
|
||||||
|
<Version>1.5.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ali Cengiz Kurt</Name>
|
||||||
|
<Email>alicengizkurt@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>goldendict</Name>
|
||||||
|
<Summary xml:lang="tr">Birden çok dil destekleyen gelişmiş bir sözlük ve ansiklopedi uygulaması.</Summary>
|
||||||
|
<Description xml:lang="tr">GoldenDict, Babylon, StarDict, Dictd, ABBYY Lingvo, Wikipedia gibi sözlüklerin kaynaklarını kullanabilen birden çok dil destekleyen bir sözlük ve ansiklopedi uygulamasıdır.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user