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>
|
||||
@@ -62829,6 +62829,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<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>
|
||||
@@ -62853,6 +62854,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</AdditionalFiles>
|
||||
</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>
|
||||
@@ -66018,6 +66026,78 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.kde.plasma</PartOf>
|
||||
<Summary xml:lang="en">Monitors S.M.A.R.T. capable devices for imminent failure.</Summary>
|
||||
<Summary xml:lang="tr">S.M.A.R.T. yeteneğine sahip cihazları olası arızalara karşı izler.</Summary>
|
||||
<Description xml:lang="en">Monitors S.M.A.R.T. capable devices for imminent failure.</Description>
|
||||
<Description xml:lang="tr">S.M.A.R.T. yeteneğine sahip cihazları olası arızalara karşı izler.</Description>
|
||||
<Icon>plasma-disks</Icon>
|
||||
<Archive type="tarxz" sha1sum="29ea037e584d344955f635499b76e31d364722c4" name="plasma-disks-6.4.3.tar.xz">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>
|
||||
<SourceURI>desktop/kde/plasma/plasma-disks/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>plasma-firewall</Name>
|
||||
@@ -236148,6 +236228,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Archive type="targz" sha1sum="bb495a049e3eec241ef5f1a67cf9c078abd2bddd" name="enchant-2.8.11.tar.gz">https://github.com/AbiWord/enchant/releases/download/v2.8.11/enchant-2.8.11.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>groff</Dependency>
|
||||
<Dependency>hspell</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>aspell-devel</Dependency>
|
||||
|
||||
@@ -1 +1 @@
|
||||
b79a96d71b4e0aa2ad3d4bd5967825a479751172
|
||||
12adc08f39d0090d451552fbd7533f8ac07b71b8
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5088061fe0e8affd39d2fbdb0ac42563b515d18e
|
||||
e95bbba3f3ab7ab27faa0d8816987ebb09f0f76f
|
||||
Reference in New Issue
Block a user