kwayland-server

This commit is contained in:
Rmys
2020-06-11 20:35:42 +03:00
parent e6b7585a2d
commit 805561edd6
6 changed files with 172 additions and 0 deletions
@@ -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*")
@@ -0,0 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kwayland-server</Name>
<Homepage>https://kde.org/plasma-desktop</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Wayland server components built on KDE Frameworks</Summary>
<Description>KDE Çerçeveleri üzerine kurulu Wayland sunucu bileşenleri</Description>
<Archive sha1sum="20f4c10c8aa25bd4f7d45782adfcf9a793151ed0" type="tarxz">mirrors://kde/stable/plasma/5.19.0/kwayland-server-5.19.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>kwayland-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
<Dependency versionFrom="5.14.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.14.2">qt5-wayland-devel</Dependency>
<Dependency versionFrom="5.69.0">extra-cmake-modules</Dependency>
<Dependency versionFrom="1.0">plasma-wayland-protocols</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>kwayland-server.patch</Patch>
<Patch level="1">kwayland-server.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>kwayland-server</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>wayland-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>kwayland-server-devel</Name>
<Summary>Development files for kwayland-server</Summary>
<RuntimeDependencies>
<Dependency release="current">kwayland-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-09</Date>
<Version>5.19.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kwayland-server</Name>
<Summary xml:lang="tr">Wayland server components built on KDE Frameworks</Summary>
<Description xml:lang="tr">KDE Çerçeveleri üzerine kurulu Wayland sunucu bileşenleri</Description>
</Source>
</PISI>
@@ -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*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>plasma-wayland-protocols</Name>
<Homepage>https://kde.org/plasma-desktop</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Plasma Specific Protocols for Wayland</Summary>
<Description>Wayland için Plazma Özel Protokoller</Description>
<Archive sha1sum="1f36e1bc7f027ea677867b1ca800ad9836c16a3e" type="tarxz">https://download.kde.org/stable/plasma-wayland-protocols/1.0/plasma-wayland-protocols-1.0.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.14.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.69.0">extra-cmake-modules</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>plasma-wayland-protocols.patch</Patch>
<Patch level="1">plasma-wayland-protocols.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>plasma-wayland-protocols</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-01</Date>
<Version>1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>plasma-wayland-protocols</Name>
<Summary xml:lang="tr">Plasma Specific Protocols for Wayland</Summary>
<Description xml:lang="tr">Wayland için Plazma Özel Protokoller</Description>
</Source>
</PISI>