plasma-5.22.1
This commit is contained in:
@@ -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("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>layer-shell-qt</Name>
|
||||
<Homepage>https://kde.org/plasma-desktop/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qt component to allow applications to make use of the Wayland wl-layer-shell protocol</Summary>
|
||||
<Description>Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni</Description>
|
||||
<Archive sha1sum="b4dd09a1e5021b57fe6bd39df6babaecc3e5b1a9" type="tarxz">https://download.kde.org/stable/plasma/5.22.1/layer-shell-qt-5.22.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-cursor</Dependency>
|
||||
<Dependency>wayland-server</Dependency>
|
||||
<Dependency>qt5-wayland-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>wayland-protocols-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>layer-shell-qt.patch</Patch>
|
||||
<Patch level="1">layer-shell-qt.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>layer-shell-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-wayland</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>layer-shell-qt-devel</Name>
|
||||
<Summary>Development files for layer-shell-qt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">layer-shell-qt</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-16</Date>
|
||||
<Version>5.22.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>layer-shell-qt</Name>
|
||||
<Summary xml:lang="tr">Qt component to allow applications to make use of the Wayland wl-layer-shell protocol</Summary>
|
||||
<Description xml:lang="tr">Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+266655
-266284
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
35a0cac9ed009340bdadd2addfe03c0f9395090c
|
||||
0ba4769a6f074549559fc998f6a432bad001d902
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c366ccde33ccb95643821691b1bce63c98c9d61a
|
||||
22115e2714997811b3b171c22c5c7b5779b1474a
|
||||
Reference in New Issue
Block a user