Merge pull request #16109 from Rmys/master

kde-applications
This commit is contained in:
Rmys
2025-01-25 12:38:54 +03:00
committed by GitHub
13 changed files with 1780 additions and 3682 deletions
@@ -5,15 +5,18 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5 from pisi.actionsapi import cmaketools
from pisi.actionsapi import kde6
def setup(): def setup():
kde5.configure() cmaketools.configure("-B build -DBUILD_TESTING=OFF \
-DKDE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr")
def build(): def build():
kde5.make() kde6.make()
def install(): def install():
kde5.install() kde6.install()
pisitools.dodoc("COPYING*") pisitools.dodoc("COPYING*")
+43 -420
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -11,60 +12,64 @@
<License>GPLv2</License> <License>GPLv2</License>
<License>LGPLv3</License> <License>LGPLv3</License>
<License>FDLv1.2</License> <License>FDLv1.2</License>
<Icon>artikulate</Icon> <Icon>artikulate5</Icon>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>desktop.kde.edu</PartOf> <PartOf>desktop.kde.edu</PartOf>
<Summary>Improve your pronunciation by listening to native speakers</Summary> <Summary>Improve your pronunciation by listening to native speakers</Summary>
<Description>Artikulate, Improve your pronunciation by listening to native speakers.</Description> <Description>artikulate5, Improve your pronunciation by listening to native speakers.</Description>
<Archive sha1sum="be18f881cdb6588a0ec342aa63c087bd11b171b2" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/artikulate-23.08.5.tar.xz</Archive> <Archive sha1sum="6eba741cec10d75b38e947efeae7dbf948a0bd06" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/artikulate-24.12.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>boost-devel</Dependency> <Dependency>boost-devel</Dependency>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency> <Dependency>kdoctools5-devel</Dependency>
<Dependency>ki18n</Dependency> <Dependency>ki18n5-devel</Dependency>
<Dependency>kcrash-devel</Dependency> <Dependency>kcrash5-devel</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>kconfig-devel</Dependency> <Dependency>kconfig5-devel</Dependency>
<Dependency>kirigami-devel</Dependency> <Dependency>kirigami5-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency> <Dependency>kxmlgui5-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency> <Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency>knewstuff-devel</Dependency> <Dependency>knewstuff5-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency> <Dependency>kcoreaddons5-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency> <Dependency>kdeclarative5-devel</Dependency>
<Dependency>qt5-gstreamer-devel</Dependency> <Dependency>qt5-gstreamer-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency> <Dependency>kconfigwidgets5-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency> <Dependency>kwidgetsaddons5-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-declarative-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-declarative-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-postgresql</Dependency> <Dependency versionFrom="5.15.2">qt5-sql-postgresql</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-mysql</Dependency> <Dependency versionFrom="5.15.2">qt5-sql-mysql</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-odbc</Dependency> <Dependency versionFrom="5.15.2">qt5-sql-odbc</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-sqlite</Dependency> <Dependency versionFrom="5.15.2">qt5-sql-sqlite</Dependency>
<Dependency versionFrom="5.15.2">qt5-multimedia-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-multimedia-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>artikulate</Name> <Name>artikulate5</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>ki18n</Dependency> <Dependency>ki18n5</Dependency>
<Dependency>kcrash</Dependency> <Dependency>kcrash5</Dependency>
<Dependency>kirigami</Dependency> <Dependency>kirigami5</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency> <Dependency>kconfig5</Dependency>
<Dependency>kxmlgui</Dependency> <Dependency>kxmlgui5</Dependency>
<Dependency>karchive</Dependency> <Dependency>karchive5</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency> <Dependency>knewstuff5</Dependency>
<Dependency>knewstuff</Dependency> <Dependency>kcoreaddons5</Dependency>
<Dependency>kcoreaddons</Dependency> <Dependency>kdeclarative5</Dependency>
<Dependency>kdeclarative</Dependency>
<Dependency>qt5-gstreamer</Dependency> <Dependency>qt5-gstreamer</Dependency>
<Dependency>kconfigwidgets</Dependency> <Dependency>kconfigwidgets5</Dependency>
<Dependency>kwidgetsaddons</Dependency> <Dependency>kwidgetsaddons5</Dependency>
<Dependency>kdoctools5</Dependency>
<Dependency versionFrom="5.15.2">qt5-declarative</Dependency> <Dependency versionFrom="5.15.2">qt5-declarative</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns</Dependency> <Dependency versionFrom="5.15.2">qt5-sql-postgresql</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-mysql</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-odbc</Dependency>
<Dependency versionFrom="5.15.2">qt5-sql-sqlite</Dependency>
<Dependency versionFrom="5.15.2">qt5-multimedia</Dependency> <Dependency versionFrom="5.15.2">qt5-multimedia</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="config">/etc</Path> <Path fileType="config">/etc</Path>
@@ -73,400 +78,18 @@
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
</Files> </Files>
<Replaces>
<Package>artikulate-kf6</Package>
</Replaces>
</Package> </Package>
<History> <History>
<Update release="56"> <Update release="57">
<Date>2024-02-17</Date> <Date>2025-01-10</Date>
<Version>23.08.5</Version> <Version>24.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="55">
<Date>2023-12-07</Date>
<Version>23.08.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="54">
<Date>2023-10-27</Date>
<Version>23.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="53">
<Date>2023-09-14</Date>
<Version>23.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="52">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<Date>2023-05-11</Date>
<Version>23.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<Date>2023-04-20</Date>
<Version>23.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2023-03-03</Date>
<Version>22.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2023-01-05</Date>
<Version>22.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2022-12-08</Date>
<Version>22.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="46">
<Date>2022-11-05</Date>
<Version>22.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="45">
<Date>2022-09-24</Date>
<Version>22.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="44">
<Date>2022-07-15</Date>
<Version>22.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="43">
<Date>2022-06-21</Date>
<Version>22.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="42">
<Date>2022-05-17</Date>
<Version>22.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2022-05-07</Date>
<Version>22.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="40">
<Date>2022-02-26</Date>
<Version>21.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="39">
<Date>2022-01-10</Date>
<Version>21.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="38">
<Date>2021-10-15</Date>
<Version>21.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="37">
<Date>2021-09-13</Date>
<Version>21.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2021-06-16</Date>
<Version>21.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="35">
<Date>2021-05-09</Date>
<Version>21.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2021-03-10</Date>
<Version>20.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2020-09-13</Date>
<Version>20.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2020-06-11</Date>
<Version>20.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2020-05-06</Date>
<Version>20.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2020-03-30</Date>
<Version>19.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2020-02-02</Date>
<Version>19.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2019-09-15</Date>
<Version>19.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2019-07-23</Date>
<Version>19.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2019-04-18</Date>
<Version>19.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2019-03-11</Date>
<Version>18.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2019-02-08</Date>
<Version>18.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2019-01-12</Date>
<Version>18.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2018-12-26</Date>
<Version>18.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2018-11-08</Date>
<Version>18.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-10-18</Date>
<Version>18.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2018-08-11</Date>
<Version>18.04.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-05-11</Date>
<Version>18.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-04-25</Date>
<Version>18.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2018-03-22</Date>
<Version>17.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-10-14</Date>
<Version>17.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-09-14</Date>
<Version>17.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2017-03-03</Date>
<Version>16.12.0</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2016-12-21</Date>
<Version>16.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-11-27</Date>
<Version>16.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-22</Date>
<Version>16.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-20</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Yusuf Aydemir</Name> <Name>Pisi Linux Community</Name>
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<PISI> <PISI>
<Source> <Source>
<Name>artikulate</Name> <Name>artikulate5</Name>
<Summary xml:lang="en">Improve your pronunciation by listening to native speakers</Summary> <Summary xml:lang="en">Improve your pronunciation by listening to native speakers</Summary>
<Description xml:lang="en">Artikulate, Improve your pronunciation by listening to native speakers.</Description> <Description xml:lang="en">artikulate5, Improve your pronunciation by listening to native speakers.</Description>
</Source> </Source>
</PISI> </PISI>
+4 -2
View File
@@ -5,16 +5,18 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import kde6
from pisi.actionsapi import kde5 from pisi.actionsapi import kde5
def setup(): def setup():
# kde6.configure()
kde5.configure() kde5.configure()
def build(): def build():
kde5.make() kde6.make()
def install(): def install():
kde5.install() kde6.install()
pisitools.dodoc("LICENSES/*") pisitools.dodoc("LICENSES/*")
+38 -420
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -9,455 +10,72 @@
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv2</License> <License>GPLv2</License>
<Icon>kig</Icon> <Icon>kig5</Icon>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>desktop.kde.edu</PartOf> <PartOf>desktop.kde.edu</PartOf>
<Summary>An interactive geometry application</Summary> <Summary>An interactive geometry application</Summary>
<Description>Kig is an application for interactive geometry.</Description> <Description>kig5 is an application for interactive geometry.</Description>
<Archive sha1sum="d1d2a5930e65cf9c8384bb52ba8cfd07b5452d5b" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kig-23.08.5.tar.xz</Archive> <Archive sha1sum="0b3b6dd74c907fffc2f790e0b38af2d0f4d91b50" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/kig-24.12.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg-devel</Dependency>
<Dependency>boost-devel</Dependency> <Dependency>boost-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency> <Dependency>ktexteditor5-devel</Dependency>
<Dependency>kdoctools-devel</Dependency> <Dependency>kdoctools5-devel</Dependency>
<Dependency>kemoticons-devel</Dependency> <Dependency>kitemmodels5-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency>
<Dependency>gettext-devel</Dependency> <Dependency>gettext-devel</Dependency>
<Dependency>pkgconfig</Dependency> <Dependency>pkgconfig</Dependency>
<Dependency>kcrash-devel</Dependency> <Dependency>kcrash5-devel</Dependency>
<Dependency>karchive-devel</Dependency> <Dependency>karchive5-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>kig</Name> <Name>kig</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency>boost</Dependency> <Dependency>boost</Dependency>
<Dependency>kcrash</Dependency> <Dependency>kcrash5</Dependency>
<Dependency>ktexteditor</Dependency> <Dependency>ktexteditor5</Dependency>
<Dependency>ki18n5</Dependency>
<Dependency>kparts5</Dependency>
<Dependency>kiconthemes5</Dependency>
<Dependency>kconfigwidgets5</Dependency>
<Dependency>karchive5</Dependency>
<Dependency>kxmlgui5</Dependency>
<Dependency>kitemmodels5</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kservice5</Dependency>
<Dependency>kcompletion5</Dependency>
<Dependency>kcoreaddons5</Dependency>
<Dependency>kwidgetsaddons5</Dependency>
<Dependency>kconfig5</Dependency>
<Dependency>boost-python3</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns</Dependency> <Dependency versionFrom="5.15.2">qt5-xmlpatterns</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg</Dependency> <Dependency versionFrom="5.15.2">qt5-svg</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kparts</Dependency>
<Dependency>ktexteditor</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kitemmodels</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>kconfig</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path> <Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
</Files> </Files>
<Replaces>
<Package>kig-kf6</Package>
</Replaces>
</Package> </Package>
<History> <History>
<Update release="56"> <Update release="57">
<Date>2024-02-17</Date> <Date>2025-01-10</Date>
<Version>23.08.5</Version> <Version>24.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="55">
<Date>2023-12-07</Date>
<Version>23.08.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="54">
<Date>2023-10-27</Date>
<Version>23.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="53">
<Date>2023-09-14</Date>
<Version>23.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="52">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<Date>2023-05-11</Date>
<Version>23.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<Date>2023-04-20</Date>
<Version>23.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2023-03-03</Date>
<Version>22.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2023-01-05</Date>
<Version>22.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2022-12-08</Date>
<Version>22.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="46">
<Date>2022-11-06</Date>
<Version>22.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="45">
<Date>2022-09-24</Date>
<Version>22.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="44">
<Date>2022-07-15</Date>
<Version>22.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="43">
<Date>2022-06-21</Date>
<Version>22.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="42">
<Date>2022-05-17</Date>
<Version>22.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2022-05-07</Date>
<Version>22.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="40">
<Date>2022-02-26</Date>
<Version>21.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="39">
<Date>2022-01-10</Date>
<Version>21.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="38">
<Date>2021-10-15</Date>
<Version>21.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="37">
<Date>2021-09-13</Date>
<Version>21.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2021-06-16</Date>
<Version>21.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="35">
<Date>2021-05-09</Date>
<Version>21.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2021-03-10</Date>
<Version>20.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2020-09-13</Date>
<Version>20.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2020-06-11</Date>
<Version>20.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2020-05-06</Date>
<Version>20.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2020-03-30</Date>
<Version>19.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2020-02-02</Date>
<Version>19.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2019-09-15</Date>
<Version>19.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2019-07-23</Date>
<Version>19.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2019-04-18</Date>
<Version>19.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2019-03-11</Date>
<Version>18.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2019-02-08</Date>
<Version>18.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2019-01-12</Date>
<Version>18.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2018-12-26</Date>
<Version>18.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2018-11-08</Date>
<Version>18.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-10-18</Date>
<Version>18.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2018-08-11</Date>
<Version>18.04.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-05-11</Date>
<Version>18.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-04-25</Date>
<Version>18.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2018-03-22</Date>
<Version>17.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-10-14</Date>
<Version>17.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-09-14</Date>
<Version>17.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2017-03-09</Date>
<Version>16.12.0</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2016-12-23</Date>
<Version>16.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-11-27</Date>
<Version>16.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-22</Date>
<Version>16.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-20</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-24</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Yusuf Aydemir</Name> <Name>Pisi Linux Community</Name>
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<PISI> <PISI>
<Source> <Source>
<Name>kig</Name> <Name>kig5</Name>
<Summary xml:lang="tr">Bir etkileşimli geometri uygulaması</Summary> <Summary xml:lang="tr">Bir etkileşimli geometri uygulaması</Summary>
<Description xml:lang="tr">Kig, bir etkileşimli geometri uygulamasıdır.</Description> <Description xml:lang="tr">kig5, bir etkileşimli geometri uygulamasıdır.</Description>
</Source> </Source>
</PISI> </PISI>
@@ -5,15 +5,17 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import kde6
from pisi.actionsapi import kde5 from pisi.actionsapi import kde5
def setup(): def setup():
# kde6.configure()
kde5.configure() kde5.configure()
def build(): def build():
kde5.make() kde6.make()
def install(): def install():
kde5.install() kde6.install()
pisitools.dodoc("COPYING") pisitools.dodoc("COPYING")
@@ -1,3 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -11,21 +12,21 @@
<License>LGPLv2</License> <License>LGPLv2</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>desktop.kde.bindings</PartOf> <PartOf>desktop.kde.bindings</PartOf>
<Summary>Kross interpreter plugins for programming languages</Summary> <Summary>kross5 interpreter plugins for programming languages</Summary>
<Description>Language interpreters to enable in-process scripting with Kross.</Description> <Description>Language interpreters to enable in-process scripting with kross5.</Description>
<Archive sha1sum="f152b3e58230f3d1df52f6be4db5e8b9ec7d5341" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kross-interpreters-23.08.5.tar.xz</Archive> <Archive sha1sum="b172507130a76f1bb67284e19b4f6538f649c597" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/kross-interpreters-24.12.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency> <Dependency>kdoctools5-devel</Dependency>
<!-- <Dependency>kdelibs4-support-devel</Dependency> --> <Dependency>kross5-devel</Dependency>
<Dependency>kross-devel</Dependency> <Dependency>kdesignerplugin5</Dependency>
<Dependency>kdesignerplugin</Dependency> <Dependency>kemoticons5-devel</Dependency>
<Dependency>kemoticons-devel</Dependency> <Dependency>kitemmodels5-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency> <Dependency>kinit5-devel</Dependency>
<Dependency>kinit-devel</Dependency> <Dependency>kunitconversion5-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
<Dependency>ruby-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -35,414 +36,26 @@
<Dependency versionFrom="5.15.2">qt5-base</Dependency> <Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>python</Dependency> <Dependency>python</Dependency>
<Dependency>kross</Dependency> <Dependency>kross5</Dependency>
<Dependency>ruby</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</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>
<Replaces>
<Package>kross-interpreters-kf6</Package>
</Replaces>
</Package> </Package>
<History> <History>
<Update release="57"> <Update release="58">
<Date>2024-02-17</Date> <Date>2025-01-10</Date>
<Version>23.08.5</Version> <Version>24.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="56">
<Date>2023-12-07</Date>
<Version>23.08.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="55">
<Date>2023-10-27</Date>
<Version>23.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="54">
<Date>2023-09-14</Date>
<Version>23.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="53">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="52">
<Date>2023-05-11</Date>
<Version>23.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<Date>2023-04-20</Date>
<Version>23.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<Date>2023-03-03</Date>
<Version>22.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2023-01-05</Date>
<Version>22.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2022-12-08</Date>
<Version>22.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2022-11-05</Date>
<Version>22.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="46">
<Date>2022-09-24</Date>
<Version>22.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="45">
<Date>2022-07-15</Date>
<Version>22.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="44">
<Date>2022-06-21</Date>
<Version>22.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="43">
<Date>2022-05-17</Date>
<Version>22.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="42">
<Date>2022-05-07</Date>
<Version>22.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2022-02-26</Date>
<Version>21.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="40">
<Date>2022-01-10</Date>
<Version>21.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="39">
<Date>2021-10-15</Date>
<Version>21.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="38">
<Date>2021-09-13</Date>
<Version>21.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="37">
<Date>2021-06-16</Date>
<Version>21.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2021-05-09</Date>
<Version>21.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="35">
<Date>2021-03-10</Date>
<Version>20.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2020-09-13</Date>
<Version>20.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2020-06-11</Date>
<Version>20.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2020-05-06</Date>
<Version>20.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2020-03-30</Date>
<Version>19.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2020-02-02</Date>
<Version>19.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2019-09-15</Date>
<Version>19.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2019-07-23</Date>
<Version>19.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2019-04-18</Date>
<Version>19.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2019-03-11</Date>
<Version>18.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2019-02-08</Date>
<Version>18.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2019-01-12</Date>
<Version>18.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2018-12-26</Date>
<Version>18.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2018-12-12</Date>
<Version>18.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2018-11-08</Date>
<Version>18.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-10-18</Date>
<Version>18.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2018-08-11</Date>
<Version>18.04.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-05-11</Date>
<Version>18.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-04-25</Date>
<Version>18.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2018-03-22</Date>
<Version>17.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-10-14</Date>
<Version>17.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-09-14</Date>
<Version>17.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2017-03-03</Date>
<Version>16.12.0</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2016-12-21</Date>
<Version>16.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-11-27</Date>
<Version>16.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-22</Date>
<Version>16.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-20</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Yusuf Aydemir</Name> <Name>Pisi Linux Community</Name>
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+4 -2
View File
@@ -5,15 +5,17 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import kde6
from pisi.actionsapi import kde5 from pisi.actionsapi import kde5
def setup(): def setup():
# kde6.configure()
kde5.configure() kde5.configure()
def build(): def build():
kde5.make() kde6.make()
def install(): def install():
kde5.install() kde6.install()
pisitools.dodoc("LICENSES/*") pisitools.dodoc("LICENSES/*")
+48 -423
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -11,71 +12,70 @@
<License>LGPLv2</License> <License>LGPLv2</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>desktop.kde.edu</PartOf> <PartOf>desktop.kde.edu</PartOf>
<Summary>Rocs Graph Theory</Summary> <Summary>rocs5 Graph Theory</Summary>
<Description>Rocs aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. Rocs has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one..</Description> <Description>rocs5 aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. rocs5 has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one..</Description>
<Archive sha1sum="0a883293e20c534435498d176bda6d5084b03328" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/rocs-23.08.5.tar.xz</Archive> <Archive sha1sum="8dc9137768402bb7972ed31c28fd4f38f8a5871d" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/rocs-24.12.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>kdoctools5-devel</Dependency>
<Dependency>kdeclarative5-devel</Dependency>
<Dependency>ki18n5-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>kitemviews5-devel</Dependency>
<Dependency>ktexteditor5-devel</Dependency>
<Dependency>kxmlgui5-devel</Dependency>
<Dependency>kconfig5-devel</Dependency>
<Dependency>karchive5-devel</Dependency>
<Dependency>kcompletion5-devel</Dependency>
<Dependency>kcoreaddons5-devel</Dependency>
<Dependency>kconfigwidgets5-devel</Dependency>
<Dependency>kwidgetsaddons5-devel</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-declarative-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-declarative-devel</Dependency>
<!--<Dependency>qt5-quick1-devel</Dependency>--><!--not need-->
<Dependency versionFrom="5.15.2">qt5-webkit-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-webkit-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-script-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-script-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>kitemviews-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>kcompletion-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency versionFrom="5.15.2">qt5-location-devel</Dependency> <Dependency versionFrom="5.15.2">qt5-location-devel</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>rocs</Name> <Name>rocs</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>grantlee-qt5</Dependency>
<Dependency>kdeclarative5</Dependency>
<Dependency>ktexteditor5</Dependency>
<Dependency>kparts5</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ki18n5</Dependency>
<Dependency>kconfig5</Dependency>
<Dependency>karchive5</Dependency>
<Dependency>kcompletion5</Dependency>
<Dependency>kcoreaddons5</Dependency>
<Dependency>ktextwidgets5</Dependency>
<Dependency>kconfigwidgets5</Dependency>
<Dependency>kwidgetsaddons5</Dependency>
<Dependency>kxmlgui5</Dependency>
<Dependency>kitemviews5</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency> <Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="5.15.2">qt5-script</Dependency> <Dependency versionFrom="5.15.2">qt5-script</Dependency>
<Dependency versionFrom="5.15.2">qt5-declarative</Dependency> <Dependency versionFrom="5.15.2">qt5-declarative</Dependency>
<Dependency versionFrom="5.15.2">qt5-xmlpatterns</Dependency> <Dependency versionFrom="5.15.2">qt5-xmlpatterns</Dependency>
<Dependency versionFrom="5.15.2">qt5-webkit</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>grantlee-qt5</Dependency>
<Dependency>kdeclarative</Dependency>
<Dependency>ktexteditor</Dependency>
<Dependency>kparts</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kitemviews</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</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>
<Replaces>
<Package>rocs-kf6</Package>
</Replaces>
</Package> </Package>
<Package> <Package>
@@ -88,393 +88,18 @@
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake</Path> <Path fileType="library">/usr/lib/cmake</Path>
</Files> </Files>
<Replaces>
<Package>rocs-kf6-devel</Package>
</Replaces>
</Package> </Package>
<History> <History>
<Update release="55"> <Update release="56">
<Date>2024-02-17</Date> <Date>2025-01-09</Date>
<Version>23.08.5</Version> <Version>24.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="54">
<Date>2023-12-07</Date>
<Version>23.08.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="53">
<Date>2023-10-27</Date>
<Version>23.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="52">
<Date>2023-09-14</Date>
<Version>23.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<Date>2023-05-11</Date>
<Version>23.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2023-04-20</Date>
<Version>23.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2023-03-03</Date>
<Version>22.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2023-01-05</Date>
<Version>22.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="46">
<Date>2022-12-08</Date>
<Version>22.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="45">
<Date>2022-11-06</Date>
<Version>22.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="44">
<Date>2022-09-24</Date>
<Version>22.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="43">
<Date>2022-07-15</Date>
<Version>22.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="42">
<Date>2022-06-21</Date>
<Version>22.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2022-05-17</Date>
<Version>22.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="40">
<Date>2022-05-07</Date>
<Version>22.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="39">
<Date>2022-02-26</Date>
<Version>21.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="38">
<Date>2022-01-10</Date>
<Version>21.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="37">
<Date>2021-10-15</Date>
<Version>21.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2021-09-13</Date>
<Version>21.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="35">
<Date>2021-06-16</Date>
<Version>21.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2021-05-09</Date>
<Version>21.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2021-03-10</Date>
<Version>20.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2020-09-13</Date>
<Version>20.08.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2020-06-11</Date>
<Version>20.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2020-05-06</Date>
<Version>20.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2020-03-30</Date>
<Version>19.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2020-02-02</Date>
<Version>19.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2019-09-15</Date>
<Version>19.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2019-07-23</Date>
<Version>19.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2019-04-18</Date>
<Version>19.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2019-03-11</Date>
<Version>18.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2019-02-08</Date>
<Version>18.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2019-01-12</Date>
<Version>18.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2018-12-26</Date>
<Version>18.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-11-08</Date>
<Version>18.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2018-10-18</Date>
<Version>18.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-08-11</Date>
<Version>18.04.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-05-11</Date>
<Version>18.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2018-04-25</Date>
<Version>18.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2018-03-22</Date>
<Version>17.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-10-16</Date>
<Version>17.08.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-09-14</Date>
<Version>17.08.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-07-01</Date>
<Version>17.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2017-03-08</Date>
<Version>16.12.0</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-12-22</Date>
<Version>16.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-22</Date>
<Version>16.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-20</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Yusuf Aydemir</Name> <Name>Pisi Linux Community</Name>
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+5 -3
View File
@@ -6,18 +6,20 @@
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import kde6
from pisi.actionsapi import kde5 from pisi.actionsapi import kde5
from pisi.actionsapi import get from pisi.actionsapi import get
NoStrip=["/usr/share"] NoStrip=["/usr/share"]
def setup(): def setup():
kde5.configure("-DBUILD_KF5=ON") # kde6.configure()
kde5.configure()
def build(): def build():
kde5.make() kde6.make()
def install(): def install():
kde5.install() kde6.install()
pisitools.dodoc("COPYING*", "AUTHORS", "CODING-STYLE", "ChangeLog", "README", "THANKS", "TODO") pisitools.dodoc("COPYING*", "AUTHORS", "CODING-STYLE", "ChangeLog", "README", "THANKS", "TODO")
File diff suppressed because it is too large Load Diff
+45 -437
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -12,35 +13,32 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>desktop.kde.sdk</PartOf> <PartOf>desktop.kde.sdk</PartOf>
<Summary>UML modelling tool and code generator</Summary> <Summary>UML modelling tool and code generator</Summary>
<Description>Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE.</Description> <Description>umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE.</Description>
<Archive sha1sum="2c14132c8fa5e92b2d7493c858ff1eee4d2a065a" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/umbrello-23.08.5.tar.xz</Archive> <Archive sha1sum="cfb651669fef7633d5afdf9cda30e2b4c4cf89f9" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/umbrello-24.12.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-webkit-devel</Dependency>
<Dependency>libxslt-devel</Dependency> <Dependency>libxslt-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg-devel</Dependency> <Dependency>kio5-devel</Dependency>
<Dependency>kio-devel</Dependency> <Dependency>kparts5-devel</Dependency>
<Dependency>kparts-devel</Dependency> <Dependency>kcompletion5-devel</Dependency>
<Dependency>kinit-devel</Dependency> <Dependency>kxmlgui5-devel</Dependency>
<Dependency>kcompletion-devel</Dependency> <Dependency>kauth5-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency> <Dependency>kconfig5-devel</Dependency>
<Dependency>kauth-devel</Dependency> <Dependency>ktexteditor5-devel</Dependency>
<Dependency>kconfig-devel</Dependency> <Dependency>kcoreaddons5-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency> <Dependency>kdoctools5-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>docbook-xsl</Dependency> <Dependency>docbook-xsl</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>kwindowsystem5-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency> <Dependency>kitemmodels5-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency> <Dependency>kunitconversion5-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>llvm</Dependency> <Dependency>llvm</Dependency>
<Dependency>llvm-clang-devel</Dependency> <Dependency>llvm-clang-devel</Dependency>
<Dependency>llvm-mlir</Dependency> <Dependency>llvm-mlir</Dependency>
<Dependency>llvm-polly</Dependency> <Dependency>llvm-polly</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdelibs4-support5-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-webkit-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<!--Patches> <!--Patches>
<Patch>upstream.patch</Patch> <Patch>upstream.patch</Patch>
@@ -50,436 +48,46 @@
<Package> <Package>
<Name>umbrello</Name> <Name>umbrello</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency versionFrom="5.15.2">qt5-base</Dependency> <Dependency>kio5</Dependency>
<Dependency versionFrom="5.15.2">qt5-webkit</Dependency> <Dependency>ki18n5</Dependency>
<Dependency>kio</Dependency> <Dependency>kcrash5</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kcrash</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency> <Dependency>kconfig5</Dependency>
<Dependency>kxmlgui</Dependency> <Dependency>kxmlgui5</Dependency>
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg</Dependency> <Dependency>karchive5</Dependency>
<Dependency>karchive</Dependency> <Dependency>kcompletion5</Dependency>
<Dependency>kcompletion</Dependency> <Dependency>kcoreaddons5</Dependency>
<Dependency>kcoreaddons</Dependency> <Dependency>kiconthemes5</Dependency>
<Dependency>kiconthemes</Dependency> <Dependency>kjobwidgets5</Dependency>
<Dependency>kjobwidgets</Dependency> <Dependency>ktextwidgets5</Dependency>
<Dependency>ktextwidgets</Dependency> <Dependency>kconfigwidgets55</Dependency>
<Dependency>kconfigwidgets</Dependency> <Dependency>kwidgetsaddons5</Dependency>
<Dependency>kwidgetsaddons</Dependency> <Dependency>ktexteditor5</Dependency>
<Dependency>ktexteditor</Dependency>
<Dependency>libxslt</Dependency> <Dependency>libxslt</Dependency>
<Dependency>kwindowsystem</Dependency> <Dependency>kwindowsystem5</Dependency>
<Dependency>llvm-mlir</Dependency> <Dependency>llvm-mlir</Dependency>
<Dependency>llvm-polly</Dependency> <Dependency>llvm-polly</Dependency>
<Dependency versionFrom="5.15.2">qt5-svg</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
</Files> </Files>
<Replaces>
<Package>umbrello-kf6</Package>
</Replaces>
</Package> </Package>
<History> <History>
<Update release="57"> <Update release="58">
<Date>2024-02-17</Date> <Date>2025-01-09</Date>
<Version>23.08.5</Version> <Version>24.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="56">
<Date>2023-12-07</Date>
<Version>23.08.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="55">
<Date>2023-10-27</Date>
<Version>23.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="54">
<Date>2023-09-14</Date>
<Version>23.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="53">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="52">
<Date>2023-05-11</Date>
<Version>23.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<Date>2023-04-20</Date>
<Version>23.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<Date>2023-03-03</Date>
<Version>22.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2023-01-05</Date>
<Version>22.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2022-12-08</Date>
<Version>22.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2022-11-06</Date>
<Version>22.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="46">
<Date>2022-09-24</Date>
<Version>22.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="45">
<Date>2022-07-15</Date>
<Version>22.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="44">
<Date>2022-06-21</Date>
<Version>22.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="43">
<Date>2022-05-17</Date>
<Version>22.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="42">
<Date>2022-05-07</Date>
<Version>22.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2022-02-26</Date>
<Version>21.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="40">
<Date>2022-01-10</Date>
<Version>21.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="39">
<Date>2021-10-15</Date>
<Version>21.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="38">
<Date>2021-09-13</Date>
<Version>21.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="37">
<Date>2021-06-16</Date>
<Version>21.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2021-05-09</Date>
<Version>21.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="35">
<Date>2021-03-10</Date>
<Version>20.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="34">
<Date>2021-02-24</Date>
<Version>20.08.1</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="33">
<Date>2020-09-13</Date>
<Version>20.08.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2020-06-11</Date>
<Version>20.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2020-05-06</Date>
<Version>20.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="30">
<Date>2020-03-30</Date>
<Version>19.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="29">
<Date>2020-02-02</Date>
<Version>19.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="28">
<Date>2019-09-15</Date>
<Version>19.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="27">
<Date>2019-07-23</Date>
<Version>19.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2019-04-18</Date>
<Version>19.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2019-03-11</Date>
<Version>18.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2019-02-08</Date>
<Version>18.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2019-01-12</Date>
<Version>18.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2018-12-26</Date>
<Version>18.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2018-11-08</Date>
<Version>18.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-10-18</Date>
<Version>18.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2018-08-11</Date>
<Version>18.04.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-05-11</Date>
<Version>18.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-04-25</Date>
<Version>18.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2018-03-22</Date>
<Version>17.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-10-14</Date>
<Version>17.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-09-14</Date>
<Version>17.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2017-03-08</Date>
<Version>16.12.0</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2016-12-22</Date>
<Version>16.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-11-29</Date>
<Version>16.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-22</Date>
<Version>16.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-20</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-23</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-24</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Yusuf Aydemir</Name> <Name>Pisi Linux Community</Name>
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>