kde-l10n-hu Hungarian translations translations for KDE5 applications

This commit is contained in:
groni
2015-09-21 17:56:34 +02:00
parent f681b7b6e8
commit 0d41c4a382
4 changed files with 99 additions and 0 deletions
+17
View File
@@ -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)
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kde-l10n-hu</Name>
<Homepage>http://l10n.kde.org</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>locale:hu</IsA>
<Summary>Hungarian KDE5 internationalization package</Summary>
<Description>kde-l10n-hu is the KDE5 internationalization package that provides Hungarian translations for KDE5 applications.</Description>
<Archive sha1sum="9547e149ac9b13eeead15a806ac2f841eb9ac076" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-hu-15.08.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>kde4.patch</Patch>
</Patches>
</Source>
<Package>
<Name>kde-l10n-hu</Name>
<Icon>lang-hu</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-hu-doc</Name>
<Summary>Hungarian 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-09-21</Date>
<Version>15.08.1</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-hu</Name>
<Summary xml:lang="tr">KDE5 Macar yerelleştirme paketi</Summary>
<Description xml:lang="tr">kde-l10n-hu, KDE uygulamalarını Macar yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
</Source>
<!--<Package>
<Name>kde-l10n-hu-doc</Name>
<Summary xml:lang="tr">KDE5 için Macar belgeler</Summary>
</Package> -->
</PISI>