kwayland-integration:first release

This commit is contained in:
alihanozturk
2015-09-13 11:27:33 +03:00
parent 63477cf4e9
commit de3e7156e0
2 changed files with 68 additions and 0 deletions
@@ -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 kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING.LIB")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kwayland-integration</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Provides integration plugins for various KDE frameworks for the wayland windowing system</Summary>
<Description>Provides integration plugins for various KDE frameworks for the wayland windowing system</Description>
<Archive sha1sum="c5e9ca4424ee316b27be9ee12f9a195d4ce79a53" type="tarxz">http://download.kde.org/stable/plasma/5.4.1/kwayland-integration-5.4.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>kwayland-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kidletime-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kwayland-integration</Name>
<RuntimeDependencies>
<Dependency>kwayland</Dependency>
<Dependency>kidletime</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-09-12</Date>
<Version>5.4.1</Version>
<Comment>First Release.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>