@@ -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>plymouth-kcm</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>KCM to manage the Plymouth (Boot) theme</Summary>
|
||||
<Icon>plymouth-kcm</Icon>
|
||||
<Description>KCM, Plymouth (Boot) temasını yönetecek</Description>
|
||||
<Archive sha1sum="ff9318c0b93d00c70e370338089384688d7f0b43" type="tarxz">https://download.kde.org/stable/plasma/5.27.4/plymouth-kcm-5.27.4.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>knewstuff-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>plymouth-kcm.patch</Patch>
|
||||
<Patch level="1">plymouth-kcm.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>plymouth-kcm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kauth</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdeclarative</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-04-09</Date>
|
||||
<Version>5.27.4</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>plymouth-kcm</Name>
|
||||
<Summary xml:lang="tr">KCM to manage the Plymouth (Boot) theme</Summary>
|
||||
<Description xml:lang="tr">KCM, Plymouth (Boot) temasını yönetecek</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+65
-1
@@ -163804,6 +163804,69 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>plymouth-kcm</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>
|
||||
<PartOf>desktop.kde.plasma</PartOf>
|
||||
<Summary xml:lang="en">KCM to manage the Plymouth (Boot) theme</Summary>
|
||||
<Summary xml:lang="tr">KCM to manage the Plymouth (Boot) theme</Summary>
|
||||
<Description xml:lang="en">KCM, Plymouth (Boot) temasını yönetecek</Description>
|
||||
<Description xml:lang="tr">KCM, Plymouth (Boot) temasını yönetecek</Description>
|
||||
<Icon>plymouth-kcm</Icon>
|
||||
<Archive type="tarxz" sha1sum="ff9318c0b93d00c70e370338089384688d7f0b43" name="plymouth-kcm-5.27.4.1.tar.xz">https://download.kde.org/stable/plasma/5.27.4/plymouth-kcm-5.27.4.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>knewstuff-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/plasma/plymouth-kcm/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>plymouth-kcm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kauth</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdeclarative</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-04-09</Date>
|
||||
<Version>5.27.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>ksysguard</Name>
|
||||
@@ -165889,7 +165952,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>kaccounts-integration -devel</Dependency>
|
||||
<Dependency>kaccounts-integration-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/plasma/plasma-welcome/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -310116,6 +310179,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>python3-cffi</Dependency>
|
||||
<Dependency>python3-iso8601</Dependency>
|
||||
<Dependency>python3-cryptography</Dependency>
|
||||
<Dependency>python3-sphinx_rtd_theme</Dependency>
|
||||
<Dependency>python3-setuptools-rust</Dependency>
|
||||
</BuildDependencies>
|
||||
|
||||
@@ -1 +1 @@
|
||||
a0787da2eaa157e9796fd5c3b0c843ab80f413f0
|
||||
f1734bbff509176732d7ca293684356f61fb5881
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
63b84b32bbc44551185f51db1f412264bee6052d
|
||||
a787d8832f0495e537c503e9c05b46c8e3ab3e98
|
||||
Reference in New Issue
Block a user