kde-applications

This commit is contained in:
Rmys
2025-01-22 22:57:03 +03:00
parent db068d5815
commit 1facf2e5bc
21 changed files with 217 additions and 3068 deletions
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("LICENSES/*")
@@ -5,8 +5,8 @@ diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
SOVERSION 5
)
-set(QT_REQUIRED_VERSION "5.8.0")
+set(QT_REQUIRED_VERSION "5.7.1")
-set(QT_REQUIRED_VERSION "6.6.3")
+set(QT_REQUIRED_VERSION "6.6.3")
find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Widgets)
find_package(Grantlee5 "5.1" CONFIG REQUIRED)
set_package_properties(Grantlee5 PROPERTIES
@@ -21,4 +21,4 @@ diff -Nuar a/src/composer-ng/richtextcomposerimages.cpp b/src/composer-ng/richte
+ qsrand(QDateTime::currentDateTimeUtc().toMSecsSinceEpoch() + qHash(normalImage->name));
QSharedPointer<EmbeddedImage> embeddedImage(new EmbeddedImage());
retImages.append(embeddedImage);
embeddedImage->image = KCodecs::Codec::codecForName("base64")->encode(buffer.buffer());
embeddedImage->image = kcodecs::Codec::codecForName("base64")->encode(buffer.buffer());
+25 -413
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -14,28 +15,25 @@
<Icon>kpimtextedit</Icon>
<Summary>A textedit with PIM-specific features.</Summary>
<Description>Text Edit with KDE-PIM specific features.</Description>
<Archive sha1sum="78b228bfa4f8b9595dd396bf3b83097663fe17d5" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kpimtextedit-23.08.5.tar.xz</Archive>
<Archive sha1sum="97858922a1275d64f9c8ef63f70bf4047fa53155" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/kpimtextedit-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.5.0">qt5-speech-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-designer-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-speech-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-designer-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>sonnet-devel</Dependency>
<Dependency>kcodecs-devel</Dependency>
<Dependency>syntax-highlighting-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kinit-devel</Dependency>
<!-- <Dependency>kdelibs4-support-devel</Dependency> -->
<Dependency>ktextwidgets-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>ktextaddons-devel</Dependency>
<Dependency>kcolorscheme-devel</Dependency>
</BuildDependencies>
<Patches>
<!--Patch>qt5.patch</Patch-->
@@ -45,41 +43,44 @@
<Package>
<Name>kpimtextedit</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="5.5.0">qt5-speech</Dependency>
<Dependency versionFrom="5.15.2">qt5-designer</Dependency>
<Dependency versionFrom="6.6.3">qt6-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-speech</Dependency>
<Dependency versionFrom="6.6.3">qt6-designer</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency>kio</Dependency>
<Dependency>sonnet</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kemoticons</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>grantlee-qt5</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>syntax-highlighting</Dependency>
<Dependency>ktextaddons</Dependency>
<Dependency>kcolorscheme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
<Replaces>
<Package>kpimtextedit-kf6</Package>
</Replaces>
</Package>
<Package>
<Name>kpimtextedit-devel</Name>
<Summary>Development files for kpimtextedit</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency release="current">kpimtextedit</Dependency>
<Dependency>ktextwidgets-devel</Dependency>
</RuntimeDependencies>
@@ -88,407 +89,18 @@
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
<Replaces>
<Package>kpimtextedit-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="57">
<Date>2024-02-17</Date>
<Version>23.08.5</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-23</Date>
<Version>17.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-03-04</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-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-07</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.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>
<Update release="58">
<Date>2025-01-10</Date>
<Version>24.12.1</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>
+4 -4
View File
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("README*")
+15 -261
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -12,9 +13,9 @@
<IsA>library</IsA>
<Summary>Apple Wallet Pass reader</Summary>
<Description>Apple Cüzdan Geçiş okuyucusu</Description>
<Archive sha1sum="be0a51344e81d0f153de5dce297ef14be917e69c" type="tarxz">https://download.kde.org/stable/release-service/23.08.5/src/kpkpass-23.08.5.tar.xz</Archive>
<Archive sha1sum="1af3aab42ce2fe91ec7b02872f40a02fe78e5c37" type="tarxz">https://download.kde.org/stable/release-service/24.12.1/src/kpkpass-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.10.1">qt5-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
@@ -32,15 +33,17 @@
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>karchive</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>kpkpass-kf6</Package>
</Replaces>
</Package>
<Package>
@@ -53,267 +56,18 @@
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
<Replaces>
<Package>kpkpass-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="37">
<Date>2024-02-17</Date>
<Version>23.08.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<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="35">
<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="34">
<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="33">
<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="32">
<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="31">
<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="30">
<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="29">
<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="28">
<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="27">
<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="26">
<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="25">
<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="24">
<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="23">
<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="22">
<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="21">
<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="20">
<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="19">
<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="18">
<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="17">
<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="16">
<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="15">
<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="14">
<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="13">
<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="12">
<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="11">
<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="10">
<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="9">
<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="8">
<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="7">
<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="6">
<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="5">
<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="4">
<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="3">
<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="2">
<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="1">
<Date>2018-10-18</Date>
<Version>18.08.2</Version>
<Update release="38">
<Date>2025-01-10</Date>
<Version>24.12.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+21 -345
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -12,18 +13,17 @@
<IsA>app:gui</IsA>
<Summary>Library for managing partitions.</Summary>
<Description>Library for managing partitions.</Description>
<Archive sha1sum="6434e39a61e3521fe3602631cdfef354af400582" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kpmcore-23.08.5.tar.xz</Archive>
<Archive sha1sum="bd446dd12c8da2fcaaa41e230cedd6f953b133f9" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/kpmcore-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>ntfs-3g</Dependency>
<Dependency>udftools</Dependency>
<Dependency>ntfsprogs</Dependency>
<Dependency>fatresize</Dependency>
<!-- <Dependency>exfat-utils</Dependency> -->
<Dependency>dosfstools</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>smartmontools</Dependency>
<Dependency>xfsprogs-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>libatasmart-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>parted-devel</Dependency>
@@ -40,10 +40,10 @@
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>qca2-qt5-devel</Dependency>
<Dependency>qca2-qt6-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency>polkit-qt-devel</Dependency>
<Dependency>polkit-qt6-devel</Dependency>
<Dependency>jfsutils</Dependency>
<Dependency>exfatprogs</Dependency>
<Dependency>f2fs-tools</Dependency>
@@ -59,12 +59,11 @@
<Dependency>ki18n</Dependency>
<Dependency>kauth</Dependency>
<Dependency>ntfs-3g</Dependency>
<Dependency>qca2-qt5</Dependency>
<Dependency>qca2-qt6</Dependency>
<Dependency>fatresize</Dependency>
<Dependency>udftools</Dependency>
<Dependency>fatresize</Dependency>
<Dependency>ntfsprogs</Dependency>
<!-- <Dependency>exfat-utils</Dependency> -->
<Dependency>dosfstools</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>smartmontools</Dependency>
@@ -73,12 +72,12 @@
<Dependency>libgcc</Dependency>
<Dependency>parted</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>libatasmart</Dependency>
<Dependency>libutil-linux</Dependency>
<Dependency>polkit-qt</Dependency>
<Dependency>polkit-qt6</Dependency>
<Dependency>jfsutils</Dependency>
<Dependency>exfatprogs</Dependency>
<Dependency>f2fs-tools</Dependency>
@@ -89,9 +88,12 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</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>
</Files>
<Replaces>
<Package>kpmcore-kf6</Package>
</Replaces>
</Package>
<Package>
@@ -105,344 +107,18 @@
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
<Replaces>
<Package>kpmcore-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="48">
<Date>2024-02-17</Date>
<Version>23.08.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<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="46">
<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="45">
<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="44">
<Date>2023-07-02</Date>
<Version>23.04.2</Version>
<Comment>rebuild for exfatprogs</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="43">
<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="42">
<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="41">
<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="40">
<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="39">
<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="38">
<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="37">
<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="36">
<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="35">
<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="34">
<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="33">
<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="32">
<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="31">
<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="30">
<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="29">
<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="28">
<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="27">
<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="26">
<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="25">
<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="24">
<Date>2020-09-13</Date>
<Version>4.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2020-06-11</Date>
<Version>4.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2020-05-06</Date>
<Version>4.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2020-03-20</Date>
<Version>4.1.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2020-02-02</Date>
<Version>4.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2019-09-15</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="18">
<Date>2019-07-22</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="17">
<Date>2019-04-17</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="16">
<Date>2019-03-11</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="15">
<Date>2019-02-14</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="14">
<Date>2019-01-11</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="13">
<Date>2018-12-26</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="12">
<Date>2018-11-08</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="11">
<Date>2018-10-18</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="10">
<Date>2018-08-11</Date>
<Version>3.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-12-19</Date>
<Version>3.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-10-09</Date>
<Version>3.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-09-17</Date>
<Version>3.1.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-06-30</Date>
<Version>3.1.1</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2017-01-12</Date>
<Version>2.9.91</Version>
<Comment>Version bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2016-12-13</Date>
<Version>2.9.91</Version>
<Comment>Version bump</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-10-12</Date>
<Version>2.1.1</Version>
<Comment>Release bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-01-17</Date>
<Version>2.1.1</Version>
<Comment>Release bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-01-17</Date>
<Version>2.1.1</Version>
<Comment>First Release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
<Update release="49">
<Date>2025-01-10</Date>
<Version>24.12.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -4,17 +4,19 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
from pisi.actionsapi import pisitools
def setup():
# kde6.configure()
kde5.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("AUTHORS", "COPYING", "README.md")
+23 -366
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,10 +14,13 @@
<License>GPL</License>
<Summary>A QtQuick plugin to render beautiful and interactive charts</Summary>
<Description>A QtQuick plugin to render beautiful and interactive charts</Description>
<Archive sha1sum="a0c1b577689342588b3e413fce6e1183df88bb48" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kqtquickcharts-23.08.5.tar.xz</Archive>
<Archive sha1sum="f5324b380f345c6114328a4dc3506e25b74bef4e" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/kqtquickcharts-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-declarative-devel</Dependency>
<!-- KF5 -->
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-declarative-devel</Dependency>
</BuildDependencies>
@@ -26,14 +30,21 @@
<Name>kqtquickcharts</Name>
<Summary>A QtQuick plugin to render beautiful and interactive charts</Summary>
<RuntimeDependencies>
<Dependency versionFrom="6.6.3">qt6-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-declarative</Dependency>
<Dependency>libgcc</Dependency>
<!-- KF5 -->
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="5.15.2">qt5-declarative</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>kqtquickcharts-kf6</Package>
</Replaces>
</Package>
<Package>
@@ -41,378 +52,24 @@
<Summary>Development files for kqtquickcharts</Summary>
<RuntimeDependencies>
<Dependency release="current">kqtquickcharts</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
<Replaces>
<Package>kqtquickcharts-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="52">
<Date>2024-02-17</Date>
<Version>23.08.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="51">
<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="50">
<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="49">
<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="48">
<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="47">
<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="46">
<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="45">
<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="44">
<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="43">
<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="42">
<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="41">
<Date>2022-10-28</Date>
<Version>22.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="40">
<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="39">
<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="38">
<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="37">
<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="36">
<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="35">
<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="34">
<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="33">
<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="32">
<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="31">
<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="30">
<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="29">
<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="28">
<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="27">
<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="26">
<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="25">
<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="24">
<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="23">
<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="22">
<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="21">
<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="20">
<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="19">
<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="18">
<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="17">
<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="16">
<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="15">
<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="14">
<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="13">
<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="12">
<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="11">
<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="10">
<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="9">
<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="8">
<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="7">
<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="6">
<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="5">
<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="4">
<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="3">
<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="2">
<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="1">
<Date>2016-12-05</Date>
<Version>16.11.90</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
<Update release="53">
<Date>2025-01-10</Date>
<Version>24.12.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
+4 -4
View File
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("LICENSES/*")
+29 -369
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -11,11 +12,13 @@
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Remote Desktop Client</Summary>
<Description>KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP is supported.</Description>
<Archive sha1sum="74d849ed0dd08f6f3c14659da101147e055f56a3" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/krdc-23.08.5.tar.xz</Archive>
<Description>krdc is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP is supported.</Description>
<Archive sha1sum="b0f77d4acbf7eb90182872931b7bbd9f57dc9864" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/krdc-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-wayland-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kdnssd-devel</Dependency>
@@ -26,13 +29,15 @@
<Dependency>kxmlgui-devel</Dependency>
<Dependency>kcompletion-devel</Dependency>
<Dependency>kwallet-devel</Dependency>
<Dependency>plasma-activities-devel</Dependency>
<Dependency>kstatusnotifieritem-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>libvncserver-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>libssh-devel</Dependency>
<Dependency>freerdp-devel</Dependency>
<Dependency>freerdp2-devel</Dependency>
<Dependency>libvncserver-devel</Dependency>
</BuildDependencies>
</Source>
@@ -40,16 +45,19 @@
<Package>
<Name>krdc</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kdnssd</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libssh</Dependency>
<Dependency>freerdp2</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kwallet</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kservice</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-wayland</Dependency>
<Dependency>kbookmarks</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
@@ -59,11 +67,13 @@
<Dependency>knotifications</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>plasma-activities</Dependency>
<Dependency>kstatusnotifieritem</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="data">/usr/share/krdc</Path>
@@ -71,11 +81,15 @@
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/kservicetypes5</Path>
<Path fileType="data">/usr/share/qlogging-categories5</Path>
<Path fileType="data">/usr/share/qlogging-categories6</Path>
<Path fileType="data">/usr/share/mime/packages/org.kde.krdc-mime.xml</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/kio/servicemenus/smb2rdc.desktop</Path>
</Files>
<Replaces>
<Package>krdc-kf6</Package>
</Replaces>
</Package>
<Package>
@@ -86,372 +100,18 @@
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
<Replaces>
<Package>krdc-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="51">
<Date>2024-02-17</Date>
<Version>23.08.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="50">
<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="49">
<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="48">
<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="47">
<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="46">
<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="45">
<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="44">
<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="43">
<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="42">
<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="41">
<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="40">
<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="39">
<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="38">
<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="37">
<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="36">
<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="35">
<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="34">
<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="33">
<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="32">
<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="31">
<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="30">
<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="29">
<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="28">
<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="27">
<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="26">
<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="25">
<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="24">
<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="23">
<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="22">
<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="21">
<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="20">
<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="19">
<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="18">
<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="17">
<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="16">
<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="15">
<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="14">
<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="13">
<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="12">
<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="11">
<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="10">
<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="9">
<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="8">
<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="7">
<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="6">
<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="5">
<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="4">
<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="3">
<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="3">
<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="2">
<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="1">
<Date>2016-04-20</Date>
<Version>16.04</Version>
<Update release="52">
<Date>2025-01-10</Date>
<Version>24.12.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+5 -5
View File
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("COPYING*", "README", "TODO", "AUTHORS", "NOTES")
pisitools.dodoc("COPYING*", "README", "TODO", "AUTHORS", "NOTES")
+16 -398
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -12,13 +13,13 @@
<IsA>app:gui</IsA>
<Summary>Desktop sharing utility</Summary>
<Description>KDE Desktop Sharing is a manager for easily sharing a desktop session with another system. The desktop session can be viewed or controlled remotely by any VNC or RFB client</Description>
<Archive sha1sum="974227b37f437c56bd85522d38c0d90e3b49089b" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/krfb-23.08.5.tar.xz</Archive>
<Archive sha1sum="759da481556361367a9629562b831f457e7813c8" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/krfb-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-wayland-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-x11extras-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-wayland-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kstatusnotifieritem-devel</Dependency>
<Dependency>kcompletion-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
@@ -61,22 +62,23 @@
<Dependency>libXtst</Dependency>
<Dependency>kwayland</Dependency>
<Dependency>kpipewire</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-base</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>libvncserver</Dependency>
<Dependency versionFrom="5.15.2">qt5-x11extras</Dependency>
<Dependency>kstatusnotifieritem</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>xcb-util-image</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency versionFrom="5.15.2">qt5-wayland</Dependency>
<Dependency versionFrom="6.6.3">qt6-wayland</Dependency>
</RuntimeDependencies>
<Replaces>
<Package>kdenetwork</Package>
<Package>krfb-kf6</Package>
</Replaces>
<Conflicts>
<Package>kdenetwork</Package>
@@ -91,402 +93,18 @@
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/qlogging-categories5/krfb.categories</Path>
<Path fileType="data">/usr/share/qlogging-categories6/krfb.categories</Path>
<Path fileType="data">/usr/share/krfb/krfb.notifyrc</Path>
</Files>
</Package>
<History>
<Update release="56">
<Date>2024-02-17</Date>
<Version>23.08.5</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-18</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>
<Update release="57">
<Date>2025-01-10</Date>
<Version>24.12.1</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>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Masaüstü paylaşım araçları.</Summary>
<Description xml:lang="tr">krfb, masaüstünü uzaktaki bilgisayarlarla kolaylıkla paylaşmaya olanak sağlar.</Description>
</Source>
</PISI>
</PISI>
+5 -5
View File
@@ -4,17 +4,17 @@
# 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
def setup():
kde5.configure("-DCMAKE_BUILD_TYPE=Release \
kde6.configure("-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules")
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules")
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
+17 -396
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,12 +14,13 @@
<IsA>app:gui</IsA>
<PartOf>desktop.kde.graphics</PartOf>
<Summary>A screen ruler and color measurement tool</Summary>
<Description>KRuler is a screen ruler and color measurement tool.</Description>
<Archive sha1sum="5d6577f8f9461afc1b2ef0d3d67df623ab474630" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kruler-23.08.5.tar.xz</Archive>
<Description>kruler is a screen ruler and color measurement tool.</Description>
<Archive sha1sum="98337f5a68c4ba3f5ad7ab45c50d2e35ebac0149" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/kruler-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-x11extras-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency>kstatusnotifieritem-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>ki18n-devel</Dependency>
@@ -33,16 +35,17 @@
<Package>
<Name>kruler</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-base</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>kcrash</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>kstatusnotifieritem</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
@@ -51,400 +54,18 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
<Replaces>
<Package>kruler-kf6</Package>
</Replaces>
</Package>
<History>
<Update release="56">
<Date>2024-02-17</Date>
<Version>23.08.5</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-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-25</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-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>
<Update release="57">
<Date>2025-01-10</Date>
<Version>24.12.1</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>
@@ -3,6 +3,6 @@
<Source>
<Name>kruler</Name>
<Summary xml:lang="tr">Ekran cetveli ve renk ölçüm aracı</Summary>
<Description xml:lang="tr">KRuler, bir ekran cetveli ve renk ölçüm aracıdır.</Description>
<Description xml:lang="tr">kruler, bir ekran cetveli ve renk ölçüm aracıdır.</Description>
</Source>
</PISI>
</PISI>
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("LICENSES/*", "README*")
+15 -85
View File
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,10 +14,10 @@
<Summary>Library providing logic to interface scanners</Summary>
<Icon>ksanecore</Icon>
<Description>Library providing logic to interface scanners</Description>
<Archive sha1sum="f8c69903af0fd24a997911a99b440d91dbfd32f6" type="tarxz">https://download.kde.org/stable/release-service/23.08.5/src/ksanecore-23.08.5.tar.xz</Archive>
<Archive sha1sum="c750f8cf4dd93d5f491a9c915132494cab0d4b87" type="tarxz">https://download.kde.org/stable/release-service/24.12.1/src/ksanecore-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>ki18n-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>sane-backends-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
@@ -32,7 +33,7 @@
<Name>ksanecore</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>sane-backends</Dependency>
</RuntimeDependencies>
<Files>
@@ -40,6 +41,9 @@
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>ksanecore-kf6</Package>
</Replaces>
</Package>
<Package>
@@ -53,92 +57,18 @@
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
<Replaces>
<Package>ksanecore-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="12">
<Date>2024-02-17</Date>
<Version>23.08.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<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="10">
<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="9">
<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="8">
<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="7">
<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="6">
<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="5">
<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="4">
<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="3">
<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="2">
<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="1">
<Date>2022-09-24</Date>
<Version>22.08.1</Version>
<Update release="13">
<Date>2025-01-10</Date>
<Version>24.12.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("LICENSES/*")
+14 -395
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ksystemlog</Name>
@@ -12,11 +13,12 @@
<Icon>ksystemlog</Icon>
<IsA>app:gui</IsA>
<Summary>System log viewer.</Summary>
<Description>KSystemLog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...).</Description>
<Archive sha1sum="b50a64a5350efea7e9bf301cfb3156a1cf7a82e1" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/ksystemlog-23.08.5.tar.xz</Archive>
<Description>ksystemlog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...).</Description>
<Archive sha1sum="7419846b55dc425b5afa119891ebf2672df9dc60" type="tarxz">mirrors://kde/stable/release-service/24.12.1/src/ksystemlog-24.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-5compat-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
@@ -42,7 +44,8 @@
<Dependency>kxmlgui</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kservice</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-base</Dependency>
<Dependency versionFrom="6.6.3">qt6-5compat</Dependency>
<Dependency>kitemviews</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
@@ -53,6 +56,7 @@
</RuntimeDependencies>
<Replaces>
<Package>kdeadmin</Package>
<Package>ksystemlog-kf6</Package>
</Replaces>
<Conflicts>
<Package>kdeadmin</Package>
@@ -68,397 +72,12 @@
</Package>
<History>
<Update release="56">
<Date>2024-02-17</Date>
<Version>23.08.5</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-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-10</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.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>
<Update release="57">
<Date>2025-01-10</Date>
<Version>24.12.1</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>
@@ -3,6 +3,6 @@
<Source>
<Name>ksystemlog</Name>
<Summary xml:lang="tr">Sistem kayıt görüntüleyicisi.</Summary>
<Description xml:lang="tr">Ksystemlog, sistemin bütün hata kayıtlarını (genel ve opsiyonel) görüntülemmeye yarayan bir uygulamadır.</Description>
<Description xml:lang="tr">ksystemlog, sistemin bütün hata kayıtlarını (genel ve opsiyonel) görüntülemmeye yarayan bir uygulamadır.</Description>
</Source>
</PISI>
</PISI>