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>
|
||||
+103
-1
@@ -122082,6 +122082,69 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>desktop.kde6.plasma</PartOf>
|
||||
<Summary xml:lang="en">Qt component to allow applications to make use of the Wayland wl-layer-shell protocol</Summary>
|
||||
<Summary xml:lang="tr">Qt component to allow applications to make use of the Wayland wl-layer-shell protocol</Summary>
|
||||
<Description xml:lang="en">Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni</Description>
|
||||
<Description xml:lang="tr">Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni</Description>
|
||||
<Archive type="tarxz" sha1sum="9d4f1416c96ead2ced9b876e9a205c68720a6667" name="layer-shell-qt-6.0.0.tar.xz">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>
|
||||
<SourceURI>desktop/kde6/plasma/layer-shell-qt-kf6/pspec.xml</SourceURI>
|
||||
</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 xml:lang="en">Development files for layer-shell-qt-kf6</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>plasma-activities-kf6</Name>
|
||||
@@ -122166,7 +122229,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>6.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
@@ -122228,6 +122291,45 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="library">/usr/lib/pkgconfig</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>desktop.kde6.plasma</PartOf>
|
||||
<Summary xml:lang="en">The oxygen-kf6 Sound Theme</Summary>
|
||||
<Summary xml:lang="tr">The oxygen-kf6 Sound Theme</Summary>
|
||||
<Description xml:lang="en">Oksijen Sesi Teması</Description>
|
||||
<Description xml:lang="tr">Oksijen Sesi Teması</Description>
|
||||
<Archive type="tarxz" sha1sum="d2a48baf81dcf235772f9d5d3f8f3df40bc469a5" name="oxygen-sounds-6.0.0.tar.xz">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>
|
||||
<SourceURI>desktop/kde6/plasma/oxygen-sounds-kf6/pspec.xml</SourceURI>
|
||||
</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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
2eb02623a6e7278634ecefb72b24bd755a7ad015
|
||||
b8ad7cfbf7df7e09240f52fbe8e568e68e8c89eb
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
1b37a404bcc9b89aa2e4c18d53043b894be21f1e
|
||||
23a884ec2ab69e70f5bbebe62bdc3d64c57ae98a
|
||||
Reference in New Issue
Block a user