plasma-applet-system-panel ver. bump
This commit is contained in:
@@ -3,16 +3,17 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import kde5
|
from pisi.actionsapi import kde6
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
WorkDir= "plasma5-applets-system-panel-1.3.0/src"
|
WorkDir= "plasma-applets-system-panel-%s/src" % get.srcVERSION()
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
kde5.configure()
|
kde6.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
kde5.make()
|
kde6.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde5.install()
|
kde6.install()
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>plasma-applet-system-panel</Name>
|
<Name>plasma-applet-system-panel</Name>
|
||||||
@@ -12,30 +12,38 @@
|
|||||||
<PartOf>desktop.kde.addon</PartOf>
|
<PartOf>desktop.kde.addon</PartOf>
|
||||||
<Summary>Plasma5 applet that displays a panel with a set of system actions</Summary>
|
<Summary>Plasma5 applet that displays a panel with a set of system actions</Summary>
|
||||||
<Description>Plasma5 applet that displays a panel with a set of system actions</Description>
|
<Description>Plasma5 applet that displays a panel with a set of system actions</Description>
|
||||||
|
<Archive type="targz" sha1sum="8bc51e2a7f026420d15ae37f7097f15fdd5893b2">https://github.com/Musikolo/plasma-applets-system-panel/archive/refs/tags/v2.0.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
<Dependency>plasma-workspace-devel</Dependency>
|
<Dependency>plasma-workspace-devel</Dependency>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt6-base-devel</Dependency>
|
||||||
<Dependency>glibc-devel</Dependency>
|
<Dependency>glibc-devel</Dependency>
|
||||||
<Dependency>qt5-declarative-devel</Dependency>
|
<Dependency>qt6-declarative-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Archive type="targz" sha1sum="80fc56952f658da41d2599343af32f14070bc879">https://github.com/Musikolo/plasma5-applets-system-panel/archive/v1.3.0.tar.gz</Archive>
|
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
<Name>plasma-applet-system-panel</Name>
|
<Name>plasma-applet-system-panel</Name>
|
||||||
<Summary>Plasma5 applet that displays a panel with a set of system actions</Summary>
|
<Summary>Plasma5 applet that displays a panel with a set of system actions</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>plasma-workspace</Dependency>
|
<Dependency>plasma-workspace</Dependency>
|
||||||
<Dependency>qt5-base</Dependency>
|
<Dependency>qt6-base</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>qt6-declarative</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
<Path fileType="library">/usr/lib/qt5</Path>
|
<Path fileType="library">/usr/lib/qt6</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2025-12-28</Date>
|
||||||
|
<Version>2.0.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2018-08-11</Date>
|
<Date>2018-08-11</Date>
|
||||||
<Version>1.3</Version>
|
<Version>1.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user