kde-l10n-eo Esperanto Translations for Kde5 applications
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
@@ -0,0 +1,10 @@
|
||||
diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
|
||||
--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
|
||||
+++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
|
||||
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
|
||||
cmake_policy(SET CMP0002 OLD)
|
||||
cmake_policy(SET CMP0014 OLD)
|
||||
-add_subdirectory(4)
|
||||
+#add_subdirectory(4)
|
||||
add_subdirectory(5)
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-eo</Name>
|
||||
<Homepage>http://l10n.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>locale:eo</IsA>
|
||||
<Summary>Esperanto KDE5 internationalization package</Summary>
|
||||
<Description>kde-l10n-eo is the KDE5 internationalization package that provides Esperanto translations for KDE5 applications.</Description>
|
||||
<Archive sha1sum="0ec00df8a675eb35f8c19910a29b3e4d86706b3f" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/kde-l10n/kde-l10n-eo-15.08.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>kde4.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kde-l10n-eo</Name>
|
||||
<Icon>lang-eo</Icon>
|
||||
<PartOf>system.locale</PartOf>
|
||||
<Files>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="localedata">/usr/share/apps</Path>
|
||||
<Path fileType="localedata">/usr/share/khangman</Path>
|
||||
<Path fileType="localedata">/usr/share/klettres</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<!--<Package>
|
||||
<Name>kde-l10n-eo-doc</Name>
|
||||
<Summary>Esperanto documentation files for KDE</Summary>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package> -->
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-20</Date>
|
||||
<Version>15.08.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-eo</Name>
|
||||
<Summary xml:lang="tr">KDE5 Esperanto yerelleştirme paketi</Summary>
|
||||
<Description xml:lang="tr">kde-l10n-el, KDE uygulamalarını Esperanto yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
|
||||
</Source>
|
||||
|
||||
<!--<Package>
|
||||
<Name>kde-l10n-eo-doc</Name>
|
||||
<Summary xml:lang="tr">KDE5 için Yunan belgeler</Summary>
|
||||
</Package> -->
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user