Merge pull request #425 from groni/master
kde-l10n-ga, gl, he, hi, hr, hu 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,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-ga</Name>
|
||||
<Homepage>http://l10n.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>locale:ga</IsA>
|
||||
<Summary>Irish Gaelic KDE5 internationalization package</Summary>
|
||||
<Description>kde-l10n-ga is the KDE5 internationalization package that provides Irish Gaelic translations for KDE5 applications.</Description>
|
||||
<Archive sha1sum="25e96d995c7a7701f0b0a7090abe9255843bcc8b" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ga-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-ga</Name>
|
||||
<Icon>lang-ga</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-ga-doc</Name>
|
||||
<Summary>Irish Gaelic 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-ga</Name>
|
||||
<Summary xml:lang="tr">KDE5 İrlandalı Gaelce yerelleştirme paketi</Summary>
|
||||
<Description xml:lang="tr">kde-l10n-ga, KDE uygulamalarını İrlandalı Gaelce yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
|
||||
</Source>
|
||||
|
||||
<!--<Package>
|
||||
<Name>kde-l10n-ga-doc</Name>
|
||||
<Summary xml:lang="tr">KDE5 için İrlandalı Gaelce belgeler</Summary>
|
||||
</Package> -->
|
||||
</PISI>
|
||||
@@ -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,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-gl</Name>
|
||||
<Homepage>http://l10n.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>locale:gl</IsA>
|
||||
<Summary>Galician KDE5 internationalization package</Summary>
|
||||
<Description>kde-l10n-gl is the KDE5 internationalization package that provides Galician translations for KDE5 applications.</Description>
|
||||
<Archive sha1sum="4cdd47e27aed64cddfee43d47caa1b279eca62a0" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-gl-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-gl</Name>
|
||||
<Icon>lang-gl</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-gl-doc</Name>
|
||||
<Summary>Galician 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-gl</Name>
|
||||
<Summary xml:lang="tr">KDE5 Galiçya yerelleştirme paketi</Summary>
|
||||
<Description xml:lang="tr">kde-l10n-gl, KDE uygulamalarını Galiçya yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kde-l10n-gl-doc</Name>
|
||||
<Summary xml:lang="tr">KDE5 için Galiçya belgeler</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -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,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-he</Name>
|
||||
<Homepage>http://l10n.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>locale:he</IsA>
|
||||
<Summary>Hebrew KDE5 internationalization package</Summary>
|
||||
<Description>kde-l10n-he is the KDE5 internationalization package that provides Hebrew translations for KDE5 applications.</Description>
|
||||
<Archive sha1sum="36bb67a8c5c12d70a70a13e68075a0b8c7ceac4c" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-he-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-he</Name>
|
||||
<Icon>lang-he</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-he-doc</Name>
|
||||
<Summary>Hebrew 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-he</Name>
|
||||
<Summary xml:lang="tr">KDE5 İbranice yerelleştirme paketi</Summary>
|
||||
<Description xml:lang="tr">kde-l10n-he, KDE uygulamalarını İbranice yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
|
||||
</Source>
|
||||
|
||||
<!--<Package>
|
||||
<Name>kde-l10n-he-doc</Name>
|
||||
<Summary xml:lang="tr">KDE5 için İbranice belgeler</Summary>
|
||||
</Package> -->
|
||||
</PISI>
|
||||
@@ -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,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-hi</Name>
|
||||
<Homepage>http://l10n.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>locale:hi</IsA>
|
||||
<Summary>Hindi KDE5 internationalization package</Summary>
|
||||
<Description>kde-l10n-ga is the KDE5 internationalization package that provides Hindi translations for KDE5 applications.</Description>
|
||||
<Archive sha1sum="2f3255b8a3533315a0018e4bf1c9e0ad5bb80609" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-hi-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-hi</Name>
|
||||
<Icon>lang-hi</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-hi-doc</Name>
|
||||
<Summary>Hindi 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-hi</Name>
|
||||
<Summary xml:lang="tr">KDE5 Hintçe yerelleştirme paketi</Summary>
|
||||
<Description xml:lang="tr">kde-l10n-hi, KDE uygulamalarını Hintçe yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
|
||||
</Source>
|
||||
|
||||
<!--<Package>
|
||||
<Name>kde-l10n-hi-doc</Name>
|
||||
<Summary xml:lang="tr">KDE5 için Hintçe belgeler</Summary>
|
||||
</Package> -->
|
||||
</PISI>
|
||||
@@ -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,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-l10n-hr</Name>
|
||||
<Homepage>http://l10n.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>locale:hr</IsA>
|
||||
<Summary>Croatian KDE5 internationalization package</Summary>
|
||||
<Description>kde-l10n-hr is the KDE5 internationalization package that provides Croatian translations for KDE5 applications.</Description>
|
||||
<Archive sha1sum="580f4b0f45a9eee2d73985b231feae3afe713b9b" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-hr-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-hr</Name>
|
||||
<Icon>lang-hr</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-hr-doc</Name>
|
||||
<Summary>Croatian 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-hr</Name>
|
||||
<Summary xml:lang="tr">KDE5 Hırvat yerelleştirme paketi</Summary>
|
||||
<Description xml:lang="tr">kde-l10n-hr, KDE uygulamalarını Hırvat yerelde kullanmanızı sağlayan yerelleştirme paketidir.</Description>
|
||||
</Source>
|
||||
|
||||
<!--<Package>
|
||||
<Name>kde-l10n-hr-doc</Name>
|
||||
<Summary xml:lang="tr">KDE5 için Hırvat belgeler</Summary>
|
||||
</Package> -->
|
||||
</PISI>
|
||||
@@ -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,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>
|
||||
Reference in New Issue
Block a user