Merge pull request #4808 from ayhanyalcinsoy/master
goldendict:rebuild, stardic-essential-turkish:added
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
<Dependency>qt5-svg</Dependency>
|
<Dependency>qt5-svg</Dependency>
|
||||||
<Dependency>qt5-assistant</Dependency>
|
<Dependency>qt5-assistant</Dependency>
|
||||||
<Dependency>qt5-x11extras</Dependency>
|
<Dependency>qt5-x11extras</Dependency>
|
||||||
|
<Dependency>stardict-essential-turkish</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
@@ -62,6 +63,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2018-05-02</Date>
|
||||||
|
<Version>1.5.0</Version>
|
||||||
|
<Comment>Release bump</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2018-01-02</Date>
|
<Date>2018-01-02</Date>
|
||||||
<Version>1.5.0</Version>
|
<Version>1.5.0</Version>
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
#!/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 pisitools
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pisitools.insinto("/usr/share/stardict/dic", "*")
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
|
||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>stardict-essential-turkish</Name>
|
||||||
|
<Homepage>http://www.pisilinux.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>data</IsA>
|
||||||
|
<Summary>Stardict essential dictionaries for Turkish users</Summary>
|
||||||
|
<Description>Stardict essential dictionaries for Turkish users.</Description>
|
||||||
|
<Archive sha1sum="dd878129da45513c44f072d71e241fe30ef7042f" type="tarxz" >http://source.pisilinux.org/1.0/stardict-essential-turkish-0.2.tar.xz</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>stardict-essential-turkish</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>goldendict</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/stardict/dic</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2018-05-02</Date>
|
||||||
|
<Version>0.2</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>stardict-essential-turkish</Name>
|
||||||
|
<Summary xml:lang="tr">Türkçe konuşan insanlar için Stardict sözlükleri</Summary>
|
||||||
|
<Description xml:lang="tr">Türkçe konuşan insanlar için Stardict uygulamasının kullanabileceği seçilmiş sözlükler.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+154497
-154193
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
0ef9c0819af64a3a2e3f57439ed2b305d7e05bfb
|
c6e7621a16af401bb3e1d3ed81885ff3eace6bd7
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
3d5c7f28872a14e26e24238bd9ed3b4b1cfba377
|
4b8f67f3ff2e012f47c94ba06c1e75a623be7000
|
||||||
Reference in New Issue
Block a user