new package: plasma-disks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kinfocenter</Name>
|
||||
@@ -100,6 +100,7 @@
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>system-settings</Dependency>
|
||||
<Dependency>plasma-disks</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt6-base</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt6-qdbusviewer</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt6-declarative</Dependency>
|
||||
@@ -124,6 +125,13 @@
|
||||
</Replaces>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="90">
|
||||
<Date>2025-07-28</Date>
|
||||
<Version>6.4.3</Version>
|
||||
<Comment>Rebuild for plasma-disks</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="89">
|
||||
<Date>2025-07-15</Date>
|
||||
<Version>6.4.3</Version>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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 kde6
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
#shelltools.system("rm -rf po/id")
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*")
|
||||
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>plasma-disks</Name>
|
||||
<Homepage>https://invent.kde.org/plasma/plasma-disks</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL-2.0-or-later</License>
|
||||
<Icon>plasma-disks</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Monitors S.M.A.R.T. capable devices for imminent failure.</Summary>
|
||||
<Description>Monitors S.M.A.R.T. capable devices for imminent failure.</Description>
|
||||
<Archive sha1sum="29ea037e584d344955f635499b76e31d364722c4" type="tarxz">mirrors://kde/stable/plasma/6.4.3/plasma-disks-6.4.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency versionFrom="6.9.1">qt6-base-devel</Dependency>
|
||||
<Dependency versionFrom="6.9.1">qt6-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>plasma-disks</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kauth</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency versionFrom="6.9.1">qt6-base</Dependency>
|
||||
<Dependency versionFrom="6.9.1">qt6-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/knotifications6</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="config">/usr/share/polkit-1/actions</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="config">/usr/share/dbus-1</Path>
|
||||
<Path fileType="library">/usr/lib/qt6/plugins</Path>
|
||||
<Path fileType="library">/usr/lib/kf6/kauth</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-07-28</Date>
|
||||
<Version>6.4.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>plasma-disks</Name>
|
||||
<Summary xml:lang="tr">S.M.A.R.T. yeteneğine sahip cihazları olası arızalara karşı izler.</Summary>
|
||||
<Description xml:lang="tr">S.M.A.R.T. yeteneğine sahip cihazları olası arızalara karşı izler.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user