From 805561edd6247719b624f58d78ce390ed65debed Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 11 Jun 2020 20:35:42 +0300 Subject: [PATCH] kwayland-server --- desktop/kde/plasma/kwayland-server/actions.py | 19 +++++ desktop/kde/plasma/kwayland-server/pspec.xml | 70 +++++++++++++++++++ .../plasma/kwayland-server/translations.xml | 8 +++ .../plasma-wayland-protocols/actions.py | 19 +++++ .../plasma/plasma-wayland-protocols/pspec.xml | 48 +++++++++++++ .../plasma-wayland-protocols/translations.xml | 8 +++ 6 files changed, 172 insertions(+) create mode 100644 desktop/kde/plasma/kwayland-server/actions.py create mode 100644 desktop/kde/plasma/kwayland-server/pspec.xml create mode 100644 desktop/kde/plasma/kwayland-server/translations.xml create mode 100644 desktop/kde/plasma/plasma-wayland-protocols/actions.py create mode 100644 desktop/kde/plasma/plasma-wayland-protocols/pspec.xml create mode 100644 desktop/kde/plasma/plasma-wayland-protocols/translations.xml diff --git a/desktop/kde/plasma/kwayland-server/actions.py b/desktop/kde/plasma/kwayland-server/actions.py new file mode 100644 index 0000000000..49f0925cce --- /dev/null +++ b/desktop/kde/plasma/kwayland-server/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/env 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*", "README*") diff --git a/desktop/kde/plasma/kwayland-server/pspec.xml b/desktop/kde/plasma/kwayland-server/pspec.xml new file mode 100644 index 0000000000..a3fecd1656 --- /dev/null +++ b/desktop/kde/plasma/kwayland-server/pspec.xml @@ -0,0 +1,70 @@ + + + + + kwayland-server + https://kde.org/plasma-desktop + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + Wayland server components built on KDE Frameworks + KDE Çerçeveleri üzerine kurulu Wayland sunucu bileşenleri + mirrors://kde/stable/plasma/5.19.0/kwayland-server-5.19.0.tar.xz + + doxygen + mesa-devel + kwayland-devel + wayland-protocols-devel + qt5-base-devel + qt5-wayland-devel + extra-cmake-modules + plasma-wayland-protocols + + + + + + kwayland-server + + libgcc + libglvnd + qt5-base + wayland-server + + + /usr/lib + /usr/share + /usr/share/doc + + + + + kwayland-server-devel + Development files for kwayland-server + + kwayland-server + + + /usr/include + /usr/lib/cmake + + + + + + 2020-06-09 + 5.19.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/desktop/kde/plasma/kwayland-server/translations.xml b/desktop/kde/plasma/kwayland-server/translations.xml new file mode 100644 index 0000000000..d4b370d62a --- /dev/null +++ b/desktop/kde/plasma/kwayland-server/translations.xml @@ -0,0 +1,8 @@ + + + + kwayland-server + Wayland server components built on KDE Frameworks + KDE Çerçeveleri üzerine kurulu Wayland sunucu bileşenleri + + diff --git a/desktop/kde/plasma/plasma-wayland-protocols/actions.py b/desktop/kde/plasma/plasma-wayland-protocols/actions.py new file mode 100644 index 0000000000..49f0925cce --- /dev/null +++ b/desktop/kde/plasma/plasma-wayland-protocols/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/env 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*", "README*") diff --git a/desktop/kde/plasma/plasma-wayland-protocols/pspec.xml b/desktop/kde/plasma/plasma-wayland-protocols/pspec.xml new file mode 100644 index 0000000000..edcc2d5b8a --- /dev/null +++ b/desktop/kde/plasma/plasma-wayland-protocols/pspec.xml @@ -0,0 +1,48 @@ + + + + + plasma-wayland-protocols + https://kde.org/plasma-desktop + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + Plasma Specific Protocols for Wayland + Wayland için Plazma Özel Protokoller + https://download.kde.org/stable/plasma-wayland-protocols/1.0/plasma-wayland-protocols-1.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + + + + + plasma-wayland-protocols + + + + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2020-06-01 + 1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/desktop/kde/plasma/plasma-wayland-protocols/translations.xml b/desktop/kde/plasma/plasma-wayland-protocols/translations.xml new file mode 100644 index 0000000000..743cb6e154 --- /dev/null +++ b/desktop/kde/plasma/plasma-wayland-protocols/translations.xml @@ -0,0 +1,8 @@ + + + + plasma-wayland-protocols + Plasma Specific Protocols for Wayland + Wayland için Plazma Özel Protokoller + +