kde-plasma

This commit is contained in:
Rmys
2025-01-21 15:46:21 +03:00
parent 366d8c1820
commit 4a2b60c149
135 changed files with 3886 additions and 23672 deletions
+6 -4
View File
@@ -4,18 +4,20 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
#shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.removeDir("/usr/lib/systemd")
pisitools.dodoc("COPYING")
+29 -579
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,15 +14,15 @@
<IsA>app:console</IsA>
<Summary>KDE power manager module</Summary>
<Description>KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings</Description>
<Archive sha1sum="732a28f414719487a57d2390ea932871c0ea74a3" type="tarxz">mirrors://kde/stable/plasma/5.27.11/powerdevil-5.27.11.tar.xz</Archive>
<Archive sha1sum="a90212ca90cb26bec1048fc78924ec8e0fa508b6" type="tarxz">mirrors://kde/stable/plasma/6.2.5/powerdevil-6.2.5.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-x11extras-devel</Dependency>
<Dependency versionFrom="6.7.1">qt6-base-devel</Dependency>
<Dependency versionFrom="6.7.1">qt6-wayland-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kidletime-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>kactivities-devel</Dependency>
<Dependency>plasma-activities-devel</Dependency>
<Dependency>kauth-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
@@ -29,17 +30,14 @@
<Dependency>kglobalaccel-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
<Dependency>kwayland-devel</Dependency>
<Dependency>libkscreen-devel</Dependency>
<Dependency versionFrom="6.2.5">kwayland-devel</Dependency>
<Dependency versionFrom="6.2.5">libkscreen-devel</Dependency>
<Dependency>networkmanager-qt-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kinit-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency versionFrom="5.27.11">plasma-workspace-devel</Dependency>
<Dependency versionFrom="6.2.5">plasma-workspace-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>bluez-qt-devel</Dependency>
@@ -47,6 +45,10 @@
<Dependency>knotifications-devel</Dependency>
<Dependency>NetworkManager-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>qcoro-qt6-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>plasma-wayland-protocols</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">powerdevil-enable-upower.patch</Patch> -->
@@ -56,12 +58,16 @@
<Package>
<Name>powerdevil</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency versionFrom="6.7.1">qt6-base</Dependency>
<Dependency versionFrom="6.7.1">qt6-wayland</Dependency>
<Dependency versionFrom="6.7.1">qt6-declarative</Dependency>
<Dependency>kidletime</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>eudev</Dependency>
<Dependency versionFrom="5.27.11">plasma-workspace</Dependency>
<Dependency>krunner</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency versionFrom="6.2.5">plasma-workspace</Dependency>
<Dependency>kio</Dependency>
<Dependency>kauth</Dependency>
<Dependency>kcrash</Dependency>
@@ -72,9 +78,8 @@
<Dependency>kirigami</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kwayland</Dependency>
<Dependency versionFrom="5.7.1">qt5-x11extras</Dependency>
<Dependency>libkscreen</Dependency>
<Dependency>kactivities</Dependency>
<Dependency>plasma-activities</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
@@ -87,6 +92,8 @@
<Dependency>networkmanager-qt</Dependency>
<Dependency>bluez-qt</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>qcoro-qt6</Dependency>
<Dependency>wayland</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -98,575 +105,18 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>powerdevil-kf6</Package>
</Replaces>
</Package>
<History>
<Update release="81">
<Date>2024-05-20</Date>
<Version>5.27.11</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="80">
<Date>2023-12-06</Date>
<Version>5.27.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="79">
<Date>2023-10-26</Date>
<Version>5.27.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="78">
<Date>2023-09-12</Date>
<Version>5.27.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="77">
<Date>2023-08-01</Date>
<Version>5.27.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="76">
<Date>2023-06-20</Date>
<Version>5.27.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="75">
<Date>2023-05-09</Date>
<Version>5.27.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="74">
<Date>2023-04-08</Date>
<Version>5.27.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="73">
<Date>2023-03-15</Date>
<Version>5.27.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="72">
<Date>2023-03-01</Date>
<Version>5.27.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="71">
<Date>2023-02-22</Date>
<Version>5.27.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="70">
<Date>2023-02-16</Date>
<Version>5.27.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="69">
<Date>2023-01-03</Date>
<Version>5.26.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="68">
<Date>2022-11-29</Date>
<Version>5.26.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="67">
<Date>2022-11-11</Date>
<Version>5.26.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="66">
<Date>2022-10-28</Date>
<Version>5.26.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="65">
<Date>2022-09-13</Date>
<Version>5.25.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="64">
<Date>2022-08-02</Date>
<Version>5.25.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="63">
<Date>2022-07-12</Date>
<Version>5.25.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="62">
<Date>2022-06-29</Date>
<Version>5.25.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="61">
<Date>2022-06-22</Date>
<Version>5.25.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="60">
<Date>2022-06-18</Date>
<Version>5.25.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="59">
<Date>2022-05-06</Date>
<Version>5.24.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="58">
<Date>2022-02-26</Date>
<Version>5.24.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="57">
<Date>2022-01-04</Date>
<Version>5.23.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="56">
<Date>2021-12-01</Date>
<Version>5.23.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="55">
<Date>2021-11-10</Date>
<Version>5.23.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="54">
<Date>2021-10-27</Date>
<Version>5.23.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="53">
<Date>2021-10-19</Date>
<Version>5.23.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="52">
<Date>2021-10-14</Date>
<Version>5.23.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<Date>2021-08-31</Date>
<Version>5.22.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<Date>2021-07-08</Date>
<Version>5.22.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2021-06-22</Date>
<Version>5.22.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2021-06-15</Date>
<Version>5.22.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2021-05-05</Date>
<Version>5.21.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="46">
<Date>2021-03-17</Date>
<Version>5.21.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="45">
<Date>2021-03-14</Date>
<Version>5.21.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="44">
<Date>2021-01-10</Date>
<Version>5.20.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="43">
<Date>2020-12-11</Date>
<Version>5.20.4</Version>
<Comment>Version bump.</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="42">
<Date>2020-09-01</Date>
<Version>5.19.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2020-06-16</Date>
<Version>5.19.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="40">
<Date>2020-06-09</Date>
<Version>5.19.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="39">
<Date>2020-05-06</Date>
<Version>5.18.5</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="38">
<Date>2020-03-29</Date>
<Version>5.18.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="37">
<Date>2020-01-10</Date>
<Version>5.17.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2019-09-15</Date>
<Version>5.16.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="35">
<Date>2019-07-31</Date>
<Version>5.16.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2019-07-22</Date>
<Version>5.16.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2019-04-15</Date>
<Version>5.15.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2019-03-12</Date>
<Version>5.15.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2019-02-27</Date>
<Version>5.15.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2019-02-21</Date>
<Version>5.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2019-02-12</Date>
<Version>5.15.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2019-01-12</Date>
<Version>5.14.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2018-12-26</Date>
<Version>5.14.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2018-12-12</Date>
<Version>5.14.3</Version>
<Comment>Rebuild kdelibs4 remove.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2018-11-06</Date>
<Version>5.14.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2018-10-17</Date>
<Version>5.14.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2018-10-10</Date>
<Version>5.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2018-08-11</Date>
<Version>5.12.5</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="21">
<Date>2018-05-14</Date>
<Version>5.12.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-04-23</Date>
<Version>5.12.4</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2018-04-06</Date>
<Version>5.12.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-03-22</Date>
<Version>5.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-02-03</Date>
<Version>5.11.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2017-12-15</Date>
<Version>5.11.4</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2017-11-08</Date>
<Version>5.11.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-11-02</Date>
<Version>5.11.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-10-14</Date>
<Version>5.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-09-13</Date>
<Version>5.10.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-07-30</Date>
<Version>5.10.2</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-06-21</Date>
<Version>5.10.2</Version>
<Comment>version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-03-01</Date>
<Version>5.8.5</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2017-01-01</Date>
<Version>5.8.5</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2016-11-26</Date>
<Version>5.8.4</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-11-03</Date>
<Version>5.8.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-20</Date>
<Version>5.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-06</Date>
<Version>5.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-30</Date>
<Version>5.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-18</Date>
<Version>5.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-08</Date>
<Version>5.6.2</Version>
<Update release="82">
<Date>2025-01-01</Date>
<Version>6.2.5</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>