plasma-6.0.0
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 kde6
|
||||
|
||||
def setup():
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,71 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>layer-shell-qt-kf6</Name>
|
||||
<Homepage>https://kde.org/plasma-desktop-kf6/</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="9d4f1416c96ead2ced9b876e9a205c68720a6667" type="tarxz">https://download.kde.org/stable/plasma/6.0.0/layer-shell-qt-6.0.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-cursor</Dependency>
|
||||
<Dependency>wayland-server</Dependency>
|
||||
<Dependency>qt6-wayland-devel</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules-kf6</Dependency>
|
||||
<Dependency>wayland-protocols-devel</Dependency>
|
||||
<Dependency>qt6-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>layer-shell-qt-kf6.patch</Patch>
|
||||
<Patch level="1">layer-shell-qt-kf6.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>layer-shell-qt-kf6</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>qt6-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-kf6-devel</Name>
|
||||
<Summary>Development files for layer-shell-qt-kf6</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">layer-shell-qt-kf6</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>6.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>layer-shell-qt-kf6</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>
|
||||
@@ -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 kde6
|
||||
|
||||
def setup():
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*")
|
||||
@@ -0,0 +1,46 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>oxygen-sounds-kf6</Name>
|
||||
<Homepage>https://kde.org/plasma-desktop-kf6/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>The oxygen-kf6 Sound Theme</Summary>
|
||||
<Description>Oksijen Sesi Teması</Description>
|
||||
<Archive sha1sum="d2a48baf81dcf235772f9d5d3f8f3df40bc469a5" type="tarxz">https://download.kde.org/stable/plasma/6.0.0/oxygen-sounds-6.0.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules-kf6</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>oxygen-sounds-kf6.patch</Patch>
|
||||
<Patch level="1">oxygen-sounds-kf6.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>oxygen-sounds-kf6</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>6.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>oxygen-sounds-kf6</Name>
|
||||
<Summary xml:lang="tr">The oxygen-kf6 Sound Theme</Summary>
|
||||
<Description xml:lang="tr">Oksijen Sesi Teması</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user