diff --git a/desktop/kde/application/konversation/actions.py b/desktop/kde/application/konversation/actions.py new file mode 100755 index 0000000000..978330604f --- /dev/null +++ b/desktop/kde/application/konversation/actions.py @@ -0,0 +1,19 @@ +#!/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() + + pisitools.dodoc("COPYING", "ChangeLog", "AUTHORS", "README", "COPYING-DOCS", "NEWS") diff --git a/desktop/kde/application/konversation/pspec.xml b/desktop/kde/application/konversation/pspec.xml new file mode 100755 index 0000000000..bd4e29e18c --- /dev/null +++ b/desktop/kde/application/konversation/pspec.xml @@ -0,0 +1,76 @@ + + + + + konversation + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + A user friendly IRC client for KDE + Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform. + mirrors://kde/stable/konversation/1.6/src/konversation-1.6.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + + + + + konversation + + qt5-base + qca2-qt5 + kemoticons + kidletime + knotifyconfig + kparts + kcontacts + kio + libgcc + kdelibs4-support + ki18n + sonnet + kcodecs + kconfig + kwallet + kxmlgui + karchive + kservice + kbookmarks + kitemviews + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kglobalaccel + ktextwidgets + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + + + 2015-08-29 + 1.6.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-mr/actions.py b/desktop/kde/l10n/kde-l10n-mr/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-mr/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-mr/files/kde4.patch b/desktop/kde/l10n/kde-l10n-mr/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-mr/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-mr/pspec.xml b/desktop/kde/l10n/kde-l10n-mr/pspec.xml new file mode 100644 index 0000000000..54b2fc580f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-mr/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-mr + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:mr + Marathi translations KDE5 internationalization package + kde-l10n-mr is the KDE5 internationalization package that provides Marathi translations translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-mr-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-mr + lang-mr + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-mr/translations.xml b/desktop/kde/l10n/kde-l10n-mr/translations.xml new file mode 100644 index 0000000000..3963417ede --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-mr/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-mr + KDE5 Marathi translations yerelleştirme paketi + kde-l10n-mr, KDE uygulamalarını Marathi translations yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-nb/actions.py b/desktop/kde/l10n/kde-l10n-nb/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nb/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-nb/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nb/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-nb/pspec.xml b/desktop/kde/l10n/kde-l10n-nb/pspec.xml new file mode 100644 index 0000000000..762d18c03e --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nb/pspec.xml @@ -0,0 +1,61 @@ + + + + + kde-l10n-nb + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nb + Norwegian Bookma KDE5 internationalization package + kde-l10n-nb is the KDE5 internationalization package that provides Norwegian Bookma translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nb-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-nb + lang-nb + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart + + + + + + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-nb/translations.xml b/desktop/kde/l10n/kde-l10n-nb/translations.xml new file mode 100644 index 0000000000..d4c1fa29b8 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nb/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-nb + KDE5 Norveç bookma yerelleştirme paketi + kde-l10n-nb, KDE uygulamalarını Norveç bookma yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-nds/actions.py b/desktop/kde/l10n/kde-l10n-nds/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nds/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-nds/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nds/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nds/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-nds/pspec.xml b/desktop/kde/l10n/kde-l10n-nds/pspec.xml new file mode 100644 index 0000000000..386628b2d3 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nds/pspec.xml @@ -0,0 +1,62 @@ + + + + + kde-l10n-nds + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nds + Low Saxon KDE5 internationalization package + kde-l10n-nds is the KDE5 internationalization package that provides Low Saxon translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nds-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-nds + lang-nds + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart + /usr/share/kstars + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-nds/translations.xml b/desktop/kde/l10n/kde-l10n-nds/translations.xml new file mode 100644 index 0000000000..fb910805fc --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nds/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-nds + KDE5 Düşük Sakson yerelleştirme paketi + kde-l10n-nds, KDE uygulamalarını Düşük Sakson yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-nl/actions.py b/desktop/kde/l10n/kde-l10n-nl/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nl/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-nl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nl/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nl/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-nl/pspec.xml b/desktop/kde/l10n/kde-l10n-nl/pspec.xml new file mode 100644 index 0000000000..19b1441d9e --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nl/pspec.xml @@ -0,0 +1,61 @@ + + + + + kde-l10n-nl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nl + Dutch KDE5 internationalization package + kde-l10n-nl is the KDE5 internationalization package that provides Dutch translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nl-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-nl + lang-nl + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart + + + + + kde-l10n-nl-doc + Dutch documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-nl/translations.xml b/desktop/kde/l10n/kde-l10n-nl/translations.xml new file mode 100644 index 0000000000..8baca70d3c --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nl/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-nl + KDE5 Hollandaca yerelleştirme paketi + kde-l10n-nl, KDE uygulamalarını Hollandaca yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-nl-doc + KDE5 için Hollandaca belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-nn/actions.py b/desktop/kde/l10n/kde-l10n-nn/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nn/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-nn/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nn/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nn/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-nn/pspec.xml b/desktop/kde/l10n/kde-l10n-nn/pspec.xml new file mode 100644 index 0000000000..6dfc8e5ff3 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nn/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-nn + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nn + Norwegian Nynorsk KDE5 internationalization package + kde-l10n-nn is the KDE5 internationalization package that provides Norwegian Nynorsk translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nn-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-nn + lang-nn + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-nn-doc + Norwegian Nynorsk documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-nn/translations.xml b/desktop/kde/l10n/kde-l10n-nn/translations.xml new file mode 100644 index 0000000000..add5e50d10 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-nn/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-nn + KDE5 Norveççe yerelleştirme paketi + kde-l10n-nn, KDE uygulamalarını Norveççe yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-nn-doc + KDE5 için Norveççe belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-pa/actions.py b/desktop/kde/l10n/kde-l10n-pa/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pa/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-pa/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pa/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pa/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-pa/pspec.xml b/desktop/kde/l10n/kde-l10n-pa/pspec.xml new file mode 100644 index 0000000000..890897ad71 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pa/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-pa + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pa + Punjabi KDE5 internationalization package + kde-l10n-pa is the KDE5 internationalization package that provides Punjabi translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pa-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-pa + lang-pa + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-pa/translations.xml b/desktop/kde/l10n/kde-l10n-pa/translations.xml new file mode 100644 index 0000000000..73bc80b673 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pa/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-pa + KDE5 Pencaplı yerelleştirme paketi + kde-l10n-pa, KDE uygulamalarını Pencaplı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-pl/actions.py b/desktop/kde/l10n/kde-l10n-pl/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pl/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-pl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pl/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pl/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-pl/pspec.xml b/desktop/kde/l10n/kde-l10n-pl/pspec.xml new file mode 100644 index 0000000000..768bbc0ea7 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pl/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-pl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pl + Polish KDE5 internationalization package + kde-l10n-pl is the KDE5 internationalization package that provides Polish translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pl-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-pl + lang-pl + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-pl-doc + Polish documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-pl/translations.xml b/desktop/kde/l10n/kde-l10n-pl/translations.xml new file mode 100644 index 0000000000..c826f49005 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pl/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-pl + KDE5 Polonyalı yerelleştirme paketi + kde-l10n-pl, KDE uygulamalarını Polonyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-pl-doc + KDE5 için Polonyalı belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-pt/actions.py b/desktop/kde/l10n/kde-l10n-pt/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt/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-pt/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pt/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt/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-pt/pspec.xml b/desktop/kde/l10n/kde-l10n-pt/pspec.xml new file mode 100644 index 0000000000..0887a96747 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-pt + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pt + Portuguese KDE5 internationalization package + kde-l10n-pt is the KDE5 internationalization package that provides Portuguese translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pt-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-pt + lang-pt + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-pt-doc + Portuguese documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-pt/translations.xml b/desktop/kde/l10n/kde-l10n-pt/translations.xml new file mode 100644 index 0000000000..a90459f492 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-pt + KDE5 Portekizli yerelleştirme paketi + kde-l10n-pt, KDE uygulamalarını Portekizli yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-pt-doc + KDE5 için Portekizli belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/actions.py b/desktop/kde/l10n/kde-l10n-pt_BR/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt_BR/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-pt_BR/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pt_BR/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt_BR/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-pt_BR/pspec.xml b/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml new file mode 100644 index 0000000000..c55a0b7c91 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-pt_BR + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pt_BR + Brazilian Portuguese KDE5 internationalization package + kde-l10n-pt_BR is the KDE5 internationalization package that provides Brazilian Portuguese translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pt_BR-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-pt_BR + lang-pt_BR + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-pt_BR-doc + Brazilian Portuguese documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/translations.xml b/desktop/kde/l10n/kde-l10n-pt_BR/translations.xml new file mode 100644 index 0000000000..2fc8347548 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-pt_BR/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-pt_BR + KDE5 Brezilya Portekizcesi yerelleştirme paketi + kde-l10n-pt_BR, KDE uygulamalarını Brezilya Portekizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-pt_BR-doc + KDE5 için Brezilya Portekizcesi belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-ro/actions.py b/desktop/kde/l10n/kde-l10n-ro/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ro/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-ro/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ro/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ro/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-ro/pspec.xml b/desktop/kde/l10n/kde-l10n-ro/pspec.xml new file mode 100644 index 0000000000..5b542e6776 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ro/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-ro + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ro + Romanian KDE5 internationalization package + kde-l10n-ro is the KDE5 internationalization package that provides Romanian translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ro-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-ro + lang-ro + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-ro/translations.xml b/desktop/kde/l10n/kde-l10n-ro/translations.xml new file mode 100644 index 0000000000..f837a62061 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ro/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-ro + KDE5 Romanya yerelleştirme paketi + kde-l10n-ro, KDE uygulamalarını Romanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-ru/actions.py b/desktop/kde/l10n/kde-l10n-ru/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ru/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-ru/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ru/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ru/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-ru/pspec.xml b/desktop/kde/l10n/kde-l10n-ru/pspec.xml new file mode 100644 index 0000000000..f14ef6f1ed --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ru/pspec.xml @@ -0,0 +1,60 @@ + + + + + kde-l10n-ru + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ru + Russian KDE5 internationalization package + kde-l10n-ru is the KDE5 internationalization package that provides Russian translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ru-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-ru + lang-ru + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/katepart + + + + + kde-l10n-ru-doc + Russian documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-ru/translations.xml b/desktop/kde/l10n/kde-l10n-ru/translations.xml new file mode 100644 index 0000000000..665383b3e0 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ru/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-ru + KDE5 Rusça yerelleştirme paketi + kde-l10n-ru, KDE uygulamalarını Rusça yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-ru-doc + KDE5 için Rusça belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-sk/actions.py b/desktop/kde/l10n/kde-l10n-sk/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sk/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-sk/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sk/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sk/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-sk/pspec.xml b/desktop/kde/l10n/kde-l10n-sk/pspec.xml new file mode 100644 index 0000000000..274a5bad76 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sk/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-sk + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:sk + Slovak KDE5 internationalization package + kde-l10n-sk is the KDE5 internationalization package that provides Slovak translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sk-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-sk + lang-sk + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-sk/translations.xml b/desktop/kde/l10n/kde-l10n-sk/translations.xml new file mode 100644 index 0000000000..d6fdf108ff --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sk/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-sk + KDE5 Slovak yerelleştirme paketi + kde-l10n-sk, KDE uygulamalarını Slovak yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-sl/actions.py b/desktop/kde/l10n/kde-l10n-sl/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sl/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-sl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sl/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sl/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-sl/pspec.xml b/desktop/kde/l10n/kde-l10n-sl/pspec.xml new file mode 100644 index 0000000000..3f308257c1 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sl/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-sl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:sl + Slovenian KDE5 internationalization package + kde-l10n-sl is the KDE5 internationalization package that provides Slovenian translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sl-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-sl + lang-sl + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-sl/translations.xml b/desktop/kde/l10n/kde-l10n-sl/translations.xml new file mode 100644 index 0000000000..4b1b8e5016 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sl/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-sl + KDE5 Sloven yerelleştirme paketi + kde-l10n-sl, KDE uygulamalarını Sloven yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-sv/actions.py b/desktop/kde/l10n/kde-l10n-sv/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sv/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-sv/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sv/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sv/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-sv/pspec.xml b/desktop/kde/l10n/kde-l10n-sv/pspec.xml new file mode 100644 index 0000000000..702880691f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sv/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-sv + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:sv + Swedish KDE5 internationalization package + kde-l10n-sv is the KDE5 internationalization package that provides Swedish translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sv-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-sv + lang-sv + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-sv-doc + Swedish documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-sv/translations.xml b/desktop/kde/l10n/kde-l10n-sv/translations.xml new file mode 100644 index 0000000000..87d4846538 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-sv/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-sv + KDE5 İsveçli yerelleştirme paketi + kde-l10n-sv, KDE uygulamalarını İsveçli yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-sv-doc + KDE5 için İsveçli belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-ug/actions.py b/desktop/kde/l10n/kde-l10n-ug/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ug/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-ug/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ug/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ug/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-ug/pspec.xml b/desktop/kde/l10n/kde-l10n-ug/pspec.xml new file mode 100644 index 0000000000..d31bf66d4d --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ug/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-ug + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ug + Uygur KDE5 internationalization package + kde-l10n-ug is the KDE5 internationalization package that provides Uygur translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ug-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-ug + lang-ug + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-ug/translations.xml b/desktop/kde/l10n/kde-l10n-ug/translations.xml new file mode 100644 index 0000000000..fe47fdaac4 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-ug/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-ug + KDE5 Uygur yerelleştirme paketi + kde-l10n-ug, KDE uygulamalarını Uygur yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-uk/actions.py b/desktop/kde/l10n/kde-l10n-uk/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-uk/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-uk/files/kde4.patch b/desktop/kde/l10n/kde-l10n-uk/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-uk/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-uk/pspec.xml b/desktop/kde/l10n/kde-l10n-uk/pspec.xml new file mode 100644 index 0000000000..eb36ae4d39 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-uk/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-uk + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:uk + Ukrainian KDE5 internationalization package + kde-l10n-uk is the KDE5 internationalization package that provides Ukrainian translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-uk-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-uk + lang-uk + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + kde-l10n-uk-doc + Ukrainian documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-uk/translations.xml b/desktop/kde/l10n/kde-l10n-uk/translations.xml new file mode 100644 index 0000000000..2dbb76a4ed --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-uk/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-uk + KDE5 Ukraynalı yerelleştirme paketi + kde-l10n-uk, KDE uygulamalarını Ukraynalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + kde-l10n-uk-doc + KDE5 için Ukraynalı belgeler + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-wa/actions.py b/desktop/kde/l10n/kde-l10n-wa/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-wa/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-wa/files/kde4.patch b/desktop/kde/l10n/kde-l10n-wa/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-wa/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-wa/pspec.xml b/desktop/kde/l10n/kde-l10n-wa/pspec.xml new file mode 100644 index 0000000000..d7f932b642 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-wa/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-wa + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:wa + Walloon KDE5 internationalization package + kde-l10n-wa is the KDE5 internationalization package that provides Walloon translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-wa-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-wa + lang-wa + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-wa/translations.xml b/desktop/kde/l10n/kde-l10n-wa/translations.xml new file mode 100644 index 0000000000..9a8ebfbb56 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-wa/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-wa + KDE5 Valon yerelleştirme paketi + kde-l10n-wa, KDE uygulamalarını Valon yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/actions.py b/desktop/kde/l10n/kde-l10n-zh_CN/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_CN/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-zh_CN/files/kde4.patch b/desktop/kde/l10n/kde-l10n-zh_CN/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_CN/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-zh_CN/pspec.xml b/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml new file mode 100644 index 0000000000..fb5db91149 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-zh_CN + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:zh_CN + Chinese Simplified KDE5 internationalization package + kde-l10n-zh_CN is the KDE5 internationalization package that provides Chinese Simplified translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-zh_CN-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-zh_CN + lang-zh_CN + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/translations.xml b/desktop/kde/l10n/kde-l10n-zh_CN/translations.xml new file mode 100644 index 0000000000..e3deaf5c95 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_CN/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-zh_CN + KDE5 Sadeleştirilmiş Çince yerelleştirme paketi + kde-l10n-zh_CN, KDE uygulamalarını Sadeleştirilmiş Çince yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/actions.py b/desktop/kde/l10n/kde-l10n-zh_TW/actions.py new file mode 100644 index 0000000000..3546076c32 --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_TW/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-zh_TW/files/kde4.patch b/desktop/kde/l10n/kde-l10n-zh_TW/files/kde4.patch new file mode 100644 index 0000000000..7b3e1fcf6f --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_TW/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-zh_TW/pspec.xml b/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml new file mode 100644 index 0000000000..93261ca04e --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml @@ -0,0 +1,59 @@ + + + + + kde-l10n-zh_TW + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:zh_TW + Chinese Traditional KDE5 internationalization package + kde-l10n-zh_TW is the KDE5 internationalization package that provides Chinese Traditional translations for KDE5 applications. + mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-zh_TW-15.08.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + + + + kde-l10n-zh_TW + lang-zh_TW + system.locale + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/translations.xml b/desktop/kde/l10n/kde-l10n-zh_TW/translations.xml new file mode 100644 index 0000000000..5d71549a4b --- /dev/null +++ b/desktop/kde/l10n/kde-l10n-zh_TW/translations.xml @@ -0,0 +1,13 @@ + + + + kde-l10n-zh_TW + KDE5 Geleneksel Çin yerelleştirme paketi + kde-l10n-zh_TW, KDE uygulamalarını Geleneksel Çin yerelde kullanmanızı sağlayan yerelleştirme paketidir. + + + + \ No newline at end of file diff --git a/multimedia/editor/handbrake/actions.py b/multimedia/editor/handbrake/actions.py new file mode 100644 index 0000000000..360cac511c --- /dev/null +++ b/multimedia/editor/handbrake/actions.py @@ -0,0 +1,40 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get +from pisi.actionsapi import shelltools + +def setup(): + # Use Python 2 + shelltools.system("sed -i 's/python2/python/g' gtk/src/Makefile.am") + # Force use of gtk2 + shelltools.system("sed -i 's/PKG_CHECK_MODULES(Gtk3.*/use_gtk3=no/' gtk/configure.ac") + shelltools.cd("gtk") + pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS") + pisitools.dosed("configure.ac", "AM_PROG_CC_STDC", "AC_PROG_CC") + autotools.autoreconf("-fiv") + shelltools.cd("..") + shelltools.system("./configure --force \ + --prefix=/usr \ + --disable-gtk-update-checks \ + --enable-x265 \ + --enable-fdk-aac \ + --enable-libav-aac \ + --verbose") + + + +def build(): + shelltools.cd("build") + autotools.make() + +def install(): + shelltools.cd("build") + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.*") diff --git a/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch b/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch new file mode 100644 index 0000000000..00ee80a5c3 --- /dev/null +++ b/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch @@ -0,0 +1,11 @@ +--- HandBrake-0.9.9.orig/gtk/configure.ac 2013-09-01 12:13:06.684612296 +0300 ++++ HandBrake-0.9.9/gtk/configure.ac 2013-09-01 20:09:35.446706059 +0300 +@@ -96,7 +96,7 @@ case $host in + pkg_gudev="gudev-1.0" + ;; + esac +- GHB_PACKAGES="gthread-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev" ++ GHB_PACKAGES="gthread-2.0 gmodule-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev" + mingw_flag=no + ;; + esac \ No newline at end of file diff --git a/multimedia/editor/handbrake/files/standard-presets-fix-type.patch b/multimedia/editor/handbrake/files/standard-presets-fix-type.patch new file mode 100644 index 0000000000..797c3fa6b1 --- /dev/null +++ b/multimedia/editor/handbrake/files/standard-presets-fix-type.patch @@ -0,0 +1,88 @@ +Index: branches/0.10.x/gtk/src/standard_presets.xml +=================================================================== +--- branches/0.10.x/gtk/src/standard_presets.xml (revision 6995) ++++ branches/0.10.x/gtk/src/standard_presets.xml (revision 7008) +@@ -85,5 +85,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -216,5 +216,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -347,5 +347,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -478,5 +478,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -625,5 +625,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -772,5 +772,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -919,5 +919,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1050,5 +1050,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1181,5 +1181,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1312,5 +1312,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1458,5 +1458,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + +@@ -1605,5 +1605,5 @@ + + PictureDenoiseFilter +- off ++ off + PictureDenoiseCustom + diff --git a/multimedia/editor/handbrake/pspec.xml b/multimedia/editor/handbrake/pspec.xml new file mode 100644 index 0000000000..79fcc06e7b --- /dev/null +++ b/multimedia/editor/handbrake/pspec.xml @@ -0,0 +1,129 @@ + + + + + handbrake + http://handbrake.fr/ + + PisiLinux Community + admins@pisilinux.org + + GPLv1 + HandBrake + app + Multithreaded video transcoder + The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players. + https://handbrake.fr/rotation.php?file=HandBrake-0.10.2.tar.bz2 + + bzip2 + python + intltool + gtk3-devel + lame-devel + gtk3-devel + x264-devel + libogg-devel + libass-devel + fribidi-devel + libxml2-devel + libbluray-devel + libnotify-devel + libvorbis-devel + libtheora-devel + dbus-glib-devel + fontconfig-devel + libsamplerate-devel + gst-plugins-base-next-devel + + + + + + handbrake + + gtk3 + lame + x264 + cairo + pango + libass + libogg + fribidi + libbluray + libnotify + gst-libav-next + libvorbis + libtheora + gdk-pixbuf + libsamplerate + gstreamer-next + gst-plugins-base-next + zlib + bzip2 + eudev + glib2 + libgcc + libxml2 + freetype + dbus-glib + + + + /usr/share + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/info + /usr/lib/python2.7 + /usr/share/locale + + + + + + 2015-09-26 + 0.10.2 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-04-30 + 0.10.1 + Version bump. + Idris KALP + idriskalp@gmail.com + + + 2015-02-20 + 0.10.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-06-18 + 0.9.9 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-06-07 + 0.9.9 + rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2013-12-05 + 0.9.9 + First release + PisiLinux Community + admins@pisilinux.org + + + \ No newline at end of file diff --git a/multimedia/editor/handbrake/translations.xml b/multimedia/editor/handbrake/translations.xml new file mode 100644 index 0000000000..35792cb42d --- /dev/null +++ b/multimedia/editor/handbrake/translations.xml @@ -0,0 +1,8 @@ + + + + handbrake + Çoklu görev destekli video kodlama/düzenleme aracı + Handbrake,Video dosyalarını portatif medya oynatıcıları için düzenleyebilmenin yanısıra çözünürlülük değişimi desteğide sunan özgür video kodlama ve düzenleme aracıdır. + +