diff --git a/desktop/kde/l10n/kde-l10n-lt/actions.py b/desktop/kde/l10n/kde-l10n-lt/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-lt/actions.py @@ -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() \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-lt/files/kde4.patch b/desktop/kde/l10n/kde-l10n-lt/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-lt/files/kde4.patch @@ -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) diff --git a/desktop/kde/l10n/kde-l10n-lt/pspec.xml b/desktop/kde/l10n/kde-l10n-lt/pspec.xml new file mode 100644 index 0000000000..939944d31c --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-lt/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-lt + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:lt + Lithuanian KDE5 internationalization package + kde-l10n-lt is the KDE5 internationalization package that provides Lithuanian translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-lt-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-lt + lang-lt + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-lt-doc + German documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-lt/translations.xml b/desktop/kde/l10n/kde-l10n-lt/translations.xml new file mode 100644 index 0000000000..1230f24c60 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-lt/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-lt + KDE5 Litvanya yerelleştirme paketi + kde-l10n-lt, KDE uygulamalarını Litvanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-lt-doc + KDE5 için Litvanya belgeler + + \ No newline at end of file