diff --git a/desktop/kde6/applications/kamera-kf6/actions.py b/desktop/kde6/applications/kamera-kf6/actions.py new file mode 100755 index 0000000000..753d288f11 --- /dev/null +++ b/desktop/kde6/applications/kamera-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("LICENSES/*", "README") diff --git a/desktop/kde6/applications/kamera-kf6/pspec.xml b/desktop/kde6/applications/kamera-kf6/pspec.xml new file mode 100755 index 0000000000..51094faf66 --- /dev/null +++ b/desktop/kde6/applications/kamera-kf6/pspec.xml @@ -0,0 +1,63 @@ + + + + + + kamera-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + Webcam support for KDE + kamera-kf6 is a plugin for KDE to use webcam. + mirrors://kde/stable/release-service/24.02.0/src/kamera-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + kconfigwidgets-kf6-devel + kxmlgui-kf6-devel + kio-kf6-devel + ki18n-kf6-devel + kconfig-kf6-devel + kcmutils-kf6-devel + kdoctools-kf6-devel + libgphoto2-devel + + + + + kamera-kf6 + + kio-kf6 + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + kcmutils-kf6 + qt6-base + libgphoto2 + kcoreaddons-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /usr/lib + /usr/share/doc + /usr/share + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kamera-kf6/translations.xml b/desktop/kde6/applications/kamera-kf6/translations.xml new file mode 100755 index 0000000000..cbdeafc9e0 --- /dev/null +++ b/desktop/kde6/applications/kamera-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kamera-kf6 + KDE için web kamera-kf6 desteği + kamera-kf6, KDE için bir web kamera-kf6 eklentisidir. + + diff --git a/desktop/kde6/applications/kapptemplate-kf6/actions.py b/desktop/kde6/applications/kapptemplate-kf6/actions.py new file mode 100755 index 0000000000..a7464b1612 --- /dev/null +++ b/desktop/kde6/applications/kapptemplate-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("LICENSES/*") diff --git a/desktop/kde6/applications/kapptemplate-kf6/pspec.xml b/desktop/kde6/applications/kapptemplate-kf6/pspec.xml new file mode 100755 index 0000000000..eaead76dc1 --- /dev/null +++ b/desktop/kde6/applications/kapptemplate-kf6/pspec.xml @@ -0,0 +1,62 @@ + + + + + + kapptemplate-kf6 + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + desktop.kde.sdk + Application template generator + kapptemplate-kf6 is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. + mirrors://kde/stable/release-service/24.02.0/src/kapptemplate-24.02.0.tar.xz + + qt6-base-devel + extra-cmake-modules-kf6 + gettext + kcoreaddons-kf6-devel + kconfigwidgets-kf6-devel + kcompletion-kf6-devel + karchive-kf6-devel + kio-kf6-devel + ki18n-kf6-devel + kdoctools-kf6-devel + + + + + kapptemplate-kf6 + + qt6-base + kio-kf6 + ki18n-kf6 + libgcc + kconfig-kf6 + karchive-kf6 + kcompletion-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /usr/share + /usr/share/doc + /usr/bin + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kapptemplate-kf6/translations.xml b/desktop/kde6/applications/kapptemplate-kf6/translations.xml new file mode 100755 index 0000000000..51115aeee4 --- /dev/null +++ b/desktop/kde6/applications/kapptemplate-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kapptemplate-kf6 + Uygulama şablon oluşturucu. + kapptemplate-kf6, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. + + diff --git a/desktop/kde6/applications/kate-kf6/actions.py b/desktop/kde6/applications/kate-kf6/actions.py new file mode 100755 index 0000000000..1d0aa86785 --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + pisitools.ldflags.add("-Wl,-rpath,/usr/lib") + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/applications/kate-kf6/files/36ede44f.patch b/desktop/kde6/applications/kate-kf6/files/36ede44f.patch new file mode 100644 index 0000000000..7f03bb82b9 --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/files/36ede44f.patch @@ -0,0 +1,153 @@ +From 36ede44fc7bef479e94f76121309a900bee2b29f Mon Sep 17 00:00:00 2001 +From: Christoph Cullmann +Date: Mon, 16 May 2022 19:49:02 +0200 +Subject: [PATCH] Revert "Create filebrowser on demand" + +This reverts commit 7caed2681d18d9ea08c35f160e88fb44a2e52769. + +BUG: 453795 + +revert full lazy loading, doesn't work this way +--- + addons/filebrowser/kate-kf6filebrowser.cpp | 2 - + addons/filebrowser/kate-kf6filebrowserplugin.cpp | 41 ++++++-------------- + addons/filebrowser/kate-kf6filebrowserplugin.h | 14 +++---- + 3 files changed, 18 insertions(+), 39 deletions(-) + +diff --git a/addons/filebrowser/kate-kf6filebrowser.cpp b/addons/filebrowser/kate-kf6filebrowser.cpp +index 54c1fa1fb..a1e5e4eba 100644 +--- a/addons/filebrowser/kate-kf6filebrowser.cpp ++++ b/addons/filebrowser/kate-kf6filebrowser.cpp +@@ -115,8 +115,6 @@ kate-kf6FileBrowser::kate-kf6FileBrowser(ktexteditor-kf6::MainWindow *mainWindow, QWidget *p + connect(m_mainWindow, &ktexteditor-kf6::MainWindow::viewChanged, this, &kate-kf6FileBrowser::autoSyncFolder); + + connect(m_dirOperator, &KDirOperator::contextMenuAboutToShow, this, &kate-kf6FileBrowser::contextMenuAboutToShow); +- +- autoSyncFolder(); + } + + kate-kf6FileBrowser::~kate-kf6FileBrowser() +diff --git a/addons/filebrowser/kate-kf6filebrowserplugin.cpp b/addons/filebrowser/kate-kf6filebrowserplugin.cpp +index f03c78698..3e415b025 100644 +--- a/addons/filebrowser/kate-kf6filebrowserplugin.cpp ++++ b/addons/filebrowser/kate-kf6filebrowserplugin.cpp +@@ -52,10 +52,7 @@ ktexteditor-kf6::ConfigPage *kate-kf6FileBrowserPlugin::configPage(int number, QWidget * + if (number != 0) { + return nullptr; + } +- if (!m_views[0]->m_fileBrowser) { +- m_views[0]->createFileBrowser(true); +- } +- return new kate-kf6FileBrowserConfigPage(parent, m_views[0]->m_fileBrowser.get()); ++ return new kate-kf6FileBrowserConfigPage(parent, m_views[0]->m_fileBrowser); + } + // END kate-kf6FileBrowserPlugin + +@@ -67,50 +64,34 @@ kate-kf6FileBrowserPluginView::kate-kf6FileBrowserPluginView(ktexteditor-kf6::Plugin *plugin + ktexteditor-kf6::MainWindow::Left, + QIcon::fromTheme(QStringLiteral("document-open")), + i18n("Filesystem"))) ++ , m_fileBrowser(new kate-kf6FileBrowser(mainWindow, m_toolView)) + , m_mainWindow(mainWindow) + { + m_toolView->installEventFilter(this); +- connect(m_toolView.get(), SIGNAL(toolVisibleChanged(bool)), this, SLOT(createFileBrowser(bool))); + } + +-void kate-kf6FileBrowserPluginView::readSessionConfig(const kconfig-kf6Group &config) ++kate-kf6FileBrowserPluginView::~kate-kf6FileBrowserPluginView() + { +- if (m_fileBrowser) { +- m_fileBrowser->readSessionConfig(config); +- } else { +- cg.reset(new kconfig-kf6Group(config)); +- } ++ // cleanup, kill toolview + console ++ delete m_fileBrowser->parentWidget(); + } + +-void kate-kf6FileBrowserPluginView::writeSessionConfig(kconfig-kf6Group &config) ++void kate-kf6FileBrowserPluginView::readSessionConfig(const kconfig-kf6Group &config) + { +- if (m_fileBrowser) { +- m_fileBrowser->writeSessionConfig(config); +- } ++ m_fileBrowser->readSessionConfig(config); + } + +-void kate-kf6FileBrowserPluginView::createFileBrowser(bool visible) ++void kate-kf6FileBrowserPluginView::writeSessionConfig(kconfig-kf6Group &config) + { +- if (!visible) { +- return; +- } +- +- // we must not have a filebrowser +- Q_ASSERT(!m_fileBrowser); +- +- disconnect(m_toolView.get(), SIGNAL(toolVisibleChanged(bool)), this, SLOT(createFileBrowser(bool))); +- m_fileBrowser = std::make_unique(m_mainWindow, m_toolView.get()); +- m_fileBrowser->readSessionConfig(*cg); +- // delete the config now +- cg.reset(); ++ m_fileBrowser->writeSessionConfig(config); + } + + bool kate-kf6FileBrowserPluginView::eventFilter(QObject *obj, QEvent *event) + { + if (event->type() == QEvent::KeyPress) { + QKeyEvent *ke = static_cast(event); +- if ((obj == m_toolView.get()) && (ke->key() == Qt::Key_Escape)) { +- m_mainWindow->hideToolView(m_toolView.get()); ++ if ((obj == m_toolView) && (ke->key() == Qt::Key_Escape)) { ++ m_mainWindow->hideToolView(m_toolView); + event->accept(); + return true; + } +diff --git a/addons/filebrowser/kate-kf6filebrowserplugin.h b/addons/filebrowser/kate-kf6filebrowserplugin.h +index 2517d3453..9fb6610c4 100644 +--- a/addons/filebrowser/kate-kf6filebrowserplugin.h ++++ b/addons/filebrowser/kate-kf6filebrowserplugin.h +@@ -11,15 +11,12 @@ + #ifndef kate-kf6_FILEBROWSER_PLUGIN_H + #define kate-kf6_FILEBROWSER_PLUGIN_H + +-#include + #include + #include + #include + #include + #include + +-#include +- + class kate-kf6FileBrowser; + class kate-kf6FileBrowserPluginView; + +@@ -56,16 +53,19 @@ public: + */ + kate-kf6FileBrowserPluginView(ktexteditor-kf6::Plugin *plugin, ktexteditor-kf6::MainWindow *mainWindow); + ++ /** ++ * Virtual destructor. ++ */ ++ ~kate-kf6FileBrowserPluginView() override; ++ + void readSessionConfig(const kconfig-kf6Group &config) override; + void writeSessionConfig(kconfig-kf6Group &config) override; + + private: + bool eventFilter(QObject *, QEvent *) override; +- Q_SLOT void createFileBrowser(bool visible); + +- std::unique_ptr m_toolView; +- std::unique_ptr m_fileBrowser = nullptr; +- std::unique_ptr cg; ++ QWidget *m_toolView; ++ kate-kf6FileBrowser *m_fileBrowser; + ktexteditor-kf6::MainWindow *m_mainWindow; + friend class kate-kf6FileBrowserPlugin; + }; +-- +GitLab + diff --git a/desktop/kde6/applications/kate-kf6/files/e002696b.patch b/desktop/kde6/applications/kate-kf6/files/e002696b.patch new file mode 100644 index 0000000000..e8f1618dd3 --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/files/e002696b.patch @@ -0,0 +1,38 @@ +From e002696b0673dff7ec9584e00b1546d2f850121c Mon Sep 17 00:00:00 2001 +From: Christoph Cullmann +Date: Mon, 16 May 2022 19:47:04 +0200 +Subject: [PATCH] Revert "fix crash on file browser activation" + +This reverts commit a28624c877cfe6db6ae6ab257f95af36213b25e0. + +=> this fix is not enough, the kconfig-kf6Group is just not valid anymore here +in some cases + +BUG: 453795 +--- + addons/filebrowser/kate-kf6filebrowserplugin.cpp | 9 +++------ + 1 file changed, 3 insertions(+), 6 deletions(-) + +diff --git a/addons/filebrowser/kate-kf6filebrowserplugin.cpp b/addons/filebrowser/kate-kf6filebrowserplugin.cpp +index 6df25239a..f03c78698 100644 +--- a/addons/filebrowser/kate-kf6filebrowserplugin.cpp ++++ b/addons/filebrowser/kate-kf6filebrowserplugin.cpp +@@ -100,12 +100,9 @@ void kate-kf6FileBrowserPluginView::createFileBrowser(bool visible) + + disconnect(m_toolView.get(), SIGNAL(toolVisibleChanged(bool)), this, SLOT(createFileBrowser(bool))); + m_fileBrowser = std::make_unique(m_mainWindow, m_toolView.get()); +- +- // read config only if there yet, see bug 453234 +- if (cg) { +- m_fileBrowser->readSessionConfig(*cg); +- cg.reset(); +- } ++ m_fileBrowser->readSessionConfig(*cg); ++ // delete the config now ++ cg.reset(); + } + + bool kate-kf6FileBrowserPluginView::eventFilter(QObject *obj, QEvent *event) +-- +GitLab + diff --git a/desktop/kde6/applications/kate-kf6/files/kate-17.04.0-allow-root.patch b/desktop/kde6/applications/kate-kf6/files/kate-17.04.0-allow-root.patch new file mode 100755 index 0000000000..be058b3078 --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/files/kate-17.04.0-allow-root.patch @@ -0,0 +1,36 @@ +diff -Nuar a/apps/kate/main.cpp b/apps/kate/main.cpp +--- a/apps/kate/main.cpp 2022-09-04 17:28:00.000000000 +0300 ++++ b/apps/kate/main.cpp 2022-09-24 14:34:46.081798927 +0300 +@@ -37,31 +37,9 @@ + + #include "SingleApplication/SingleApplication" + +-#ifndef Q_OS_WIN +-#include +-#endif +-#include +- + int main(int argc, char **argv) + { +-#if !defined(Q_OS_WIN) && !defined(Q_OS_HAIKU) +- // Prohibit using sudo or kdesu-kf6 (but allow using the root user directly) +- if (getuid() == 0) { +- if (!qEnvironmentVariableIsEmpty("SUDO_USER")) { +- std::cout << "Running kate-kf6 with sudo can cause bugs and expose you to security vulnerabilities. " +- "Instead use kate-kf6 normally and you will be prompted for elevated privileges when " +- "saving documents if needed." +- << std::endl; +- return EXIT_FAILURE; +- } else if (!qEnvironmentVariableIsEmpty("kdesu-kf6_USER")) { +- std::cout << "Running kate-kf6 with kdesu-kf6 can cause bugs and expose you to security vulnerabilities. " +- "Instead use kate-kf6 normally and you will be prompted for elevated privileges when " +- "saving documents if needed." +- << std::endl; +- return EXIT_FAILURE; +- } +- } +-#endif ++ + /** + * init resources from our static lib + */ diff --git a/desktop/kde6/applications/kate-kf6/files/kwrite-17.04.0-allow-root.patch b/desktop/kde6/applications/kate-kf6/files/kwrite-17.04.0-allow-root.patch new file mode 100755 index 0000000000..24cbf07a88 --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/files/kwrite-17.04.0-allow-root.patch @@ -0,0 +1,36 @@ +diff -Nuar a/apps/kwrite/main.cpp b/apps/kwrite/main.cpp +--- a/apps/kwrite/main.cpp 2022-09-04 17:28:00.000000000 +0300 ++++ b/apps/kwrite/main.cpp 2022-09-24 14:35:55.673928905 +0300 +@@ -16,32 +16,9 @@ + #include + #include + +-#ifndef Q_OS_WIN +-#include +-#endif +- +-#include + + extern "C" Q_DECL_EXPORT int main(int argc, char **argv) + { +-#if !defined(Q_OS_WIN) && !defined(Q_OS_HAIKU) +- // Prohibit using sudo or kdesu-kf6 (but allow using the root user directly) +- if (getuid() == 0) { +- if (!qEnvironmentVariableIsEmpty("SUDO_USER")) { +- std::cout << "Running KWrite with sudo can cause bugs and expose you to security vulnerabilities. " +- "Instead use KWrite normally and you will be prompted for elevated privileges when " +- "saving documents if needed." +- << std::endl; +- return EXIT_FAILURE; +- } else if (!qEnvironmentVariableIsEmpty("kdesu-kf6_USER")) { +- std::cout << "Running KWrite with kdesu-kf6 can cause bugs and expose you to security vulnerabilities. " +- "Instead use KWrite normally and you will be prompted for elevated privileges when " +- "saving documents if needed." +- << std::endl; +- return EXIT_FAILURE; +- } +- } +-#endif + + #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) + /** diff --git a/desktop/kde6/applications/kate-kf6/files/org.kde.kate.desktop b/desktop/kde6/applications/kate-kf6/files/org.kde.kate.desktop new file mode 100755 index 0000000000..8837d34e85 --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/files/org.kde.kate.desktop @@ -0,0 +1,132 @@ +[Desktop Entry] +GenericName=Advanced Text Editor +GenericName[ar]=محرر نصوص متقدّم +GenericName[ast]=Editor de testu avanzáu +GenericName[bg]=Усъвършенстван текстов редактор +GenericName[bs]=Napredni uređivač teksta +GenericName[ca]=Editor de text avançat +GenericName[ca@valencia]=Editor de text avançat +GenericName[cs]=Pokročilý textový editor +GenericName[da]=Avanceret teksteditor +GenericName[de]=Erweiterter Texteditor +GenericName[el]=Προχωρημένος επεξεργαστής κειμένου +GenericName[en_GB]=Advanced Text Editor +GenericName[es]=Editor de texto avanzado +GenericName[et]=Täiustatud tekstiredaktor +GenericName[eu]=Testu-editore aurreratua +GenericName[fi]=Kehittynyt tekstimuokkain +GenericName[fr]=Éditeur de texte avancé +GenericName[ga]=Ardeagarthóir Téacs +GenericName[gl]=Editor avanzado de textos +GenericName[he]=עורך טקסט מתקדם +GenericName[hr]=Napredni uređivač teksta +GenericName[hu]=Speciális szövegszerkesztő +GenericName[ia]=Editor avantiate de texto +GenericName[is]=Þróaður textaritill +GenericName[it]=Editor di testi avanzato +GenericName[ja]=高度なテキストエディタ +GenericName[kk]=Үздік мәтін редакторы +GenericName[km]=កម្មវិធី​និពន្ធ​អត្ថបទ​កម្រិត​ខ្ពស់ +GenericName[ko]=고급 텍스트 편집기 +GenericName[lt]=Sudėtingesnis teksto redaktorius +GenericName[lv]=Jaudīgs teksta redaktors +GenericName[mr]=प्रगत पाठ्य संपादक +GenericName[nb]=Avansert skriveprogram +GenericName[nds]=Verwiedert Texteditor +GenericName[ne]=उन्नत पाठ सम्पादक +GenericName[nl]=Geavanceerde teksteditor +GenericName[nn]=Avansert skriveprogram +GenericName[pa]=ਤਕਨੀਕੀ ਟੈਕਸਟ ਐਡੀਟਰ +GenericName[pl]=Zaawansowany edytor tekstu +GenericName[pt]=Editor de Texto Avançado +GenericName[pt_BR]=Editor de textos avançado +GenericName[ro]=Redactor de text avansat +GenericName[ru]=Улучшенный текстовый редактор +GenericName[si]=උසස් පෙළ සකසනය +GenericName[sk]=Pokročilý textový editor +GenericName[sl]=Napreden urejevalnik besedil +GenericName[sr]=Напредни уређивач текста +GenericName[sr@ijekavian]=Напредни уређивач текста +GenericName[sr@ijekavianlatin]=Napredni uređivač teksta +GenericName[sr@latin]=Napredni uređivač teksta +GenericName[sv]=Avancerad texteditor +GenericName[tg]=Таҳриргари матнии беҳтаршуда +GenericName[tr]=Gelişmiş Metin Düzenleyici +GenericName[ug]=ئالىي تېكىست تەھرىرلىگۈچ +GenericName[uk]=Потужний текстовий редактор +GenericName[vi]=Trình biên tập văn bản nâng cao +GenericName[x-test]=xxAdvanced Text Editorxx +GenericName[zh_CN]=高级文本编辑器 +GenericName[zh_TW]=進階文字編輯器 +Name=kate-kf6 +Name[ar]=كيت +Name[ast]=kate-kf6 +Name[be]=kate-kf6 +Name[bg]=kate-kf6 +Name[bs]=kate-kf6 +Name[ca]=kate-kf6 +Name[ca@valencia]=kate-kf6 +Name[cs]=kate-kf6 +Name[da]=kate-kf6 +Name[de]=kate-kf6 +Name[el]=kate-kf6 +Name[en_GB]=kate-kf6 +Name[eo]=kate-kf6 +Name[es]=kate-kf6 +Name[et]=kate-kf6 +Name[eu]=kate-kf6 +Name[fi]=kate-kf6 +Name[fr]=kate-kf6 +Name[ga]=kate-kf6 +Name[gl]=kate-kf6 +Name[he]=kate-kf6 +Name[hu]=kate-kf6 +Name[ia]=kate-kf6 +Name[it]=kate-kf6 +Name[ja]=kate-kf6 +Name[kk]=kate-kf6 +Name[km]=kate-kf6 +Name[ko]=kate-kf6 +Name[lt]=kate-kf6 +Name[lv]=kate-kf6 +Name[mr]=केट +Name[ms]=kate-kf6 +Name[nb]=kate-kf6 +Name[nds]=kate-kf6 +Name[ne]=केट +Name[nl]=kate-kf6 +Name[nn]=kate-kf6 +Name[pa]=ਕੇਟ +Name[pl]=kate-kf6 +Name[pt]=kate-kf6 +Name[pt_BR]=kate-kf6 +Name[ro]=kate-kf6 +Name[ru]=kate-kf6 +Name[si]=kate-kf6 +Name[sk]=kate-kf6 +Name[sl]=kate-kf6 +Name[sr]=Кејт +Name[sr@ijekavian]=Кејт +Name[sr@ijekavianlatin]=kate-kf6 +Name[sr@latin]=kate-kf6 +Name[sv]=kate-kf6 +Name[tg]=Кейт +Name[tr]=kate-kf6 +Name[ug]=kate-kf6 +Name[uk]=kate-kf6 +Name[vi]=kate-kf6 +Name[wa]=kate-kf6 +Name[x-test]=xxkate-kf6xx +Name[zh_CN]=kate-kf6 +Name[zh_TW]=kate-kf6 +MimeType=text/plain; +Exec=kate-kf6 -b %U +X-KDE-StartupNotify=false +X-KDE-HasTempFileOption=true +Icon=kate-kf6 +X-DocPath=kate/index.html +Type=Application +Terminal=false +InitialPreference=9 +X-DBUS-ServiceName=org.kde.kate-kf6 +Categories=Qt;KDE;Utility;TextEditor; diff --git a/desktop/kde6/applications/kate-kf6/pspec.xml b/desktop/kde6/applications/kate-kf6/pspec.xml new file mode 100755 index 0000000000..4d7b973fad --- /dev/null +++ b/desktop/kde6/applications/kate-kf6/pspec.xml @@ -0,0 +1,114 @@ + + + + + + kate-kf6 + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + Advanced Text Editor + Plasma library and runtime components based upon KF5 and Qt5 + https://download.kde.org/stable/release-service/24.02.0/src/kate-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + qt6-sql-postgresql + qt6-sql-mysql + qt6-sql-sqlite + qt6-sql-odbc + + plasma-activities-kf6-devel + kconfig-kf6-devel + kcrash-kf6-devel + kdoctools-kf6-devel + ki18n-kf6-devel + kiconthemes-kf6-devel + kio-kf6-devel + kjobwidgets-kf6-devel + kparts-kf6-devel + ktexteditor-kf6-devel + kwindowsystem-kf6-devel + kxmlgui-kf6-devel + knewstuff-kf6-devel + threadweaver-kf6-devel + kitemmodels-kf6-devel + libplasma-kf6-devel + syntax-highlighting-kf6-devel + kuserfeedback-kf6-devel + kwallet-kf6-devel + kguiaddons-kf6-devel + kdbusaddons-kf6-devel + + + + + + + + + + + kate-kf6 + + qt6-base + libgcc + libgit2 + knewstuff-kf6 + ki18n-kf6 + kconfig-kf6 + kded + kguiaddons-kf6 + plasma-activities-kf6 + kjobwidgets-kf6 + kitemmodels-kf6 + kio-kf6 + kcrash-kf6 + kparts-kf6 + ktexteditor-kf6 + kwindowsystem-kf6 + kxmlgui-kf6 + libplasma-kf6 + kwallet-kf6 + kservice-kf6 + kbookmarks-kf6 + kcompletion-kf6 + kcoreaddons-kf6 + kdbusaddons-kf6 + kiconthemes-kf6 + ktextwidgets-kf6 + threadweaver-kf6 + kconfigwidgets-kf6 + knotifications-kf6 + kwidgetsaddons-kf6 + kuserfeedback-kf6 + syntax-highlighting-kf6 + kio-kf6 + kconfig-kf6 + kwallet-kf6 + + + /usr/share + /etc/xdg + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kblocks-kf6/actions.py b/desktop/kde6/applications/kblocks-kf6/actions.py new file mode 100755 index 0000000000..a2af670006 --- /dev/null +++ b/desktop/kde6/applications/kblocks-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("COPYING*", "README*") diff --git a/desktop/kde6/applications/kblocks-kf6/pspec.xml b/desktop/kde6/applications/kblocks-kf6/pspec.xml new file mode 100755 index 0000000000..4b5c2036ba --- /dev/null +++ b/desktop/kde6/applications/kblocks-kf6/pspec.xml @@ -0,0 +1,71 @@ + + + + + + kblocks-kf6 + https://www.kde.org/applications/games/kblocks/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kblocks-kf6 + app:gui + desktop.kde.games + Falling blocks game + kblocks-kf6 is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over. + mirrors://kde/stable/release-service/24.02.0/src/kblocks-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-svg-devel + qt6-base-devel + kdoctools-kf6-devel + ki18n-kf6-devel + kxmlgui-kf6-devel + libkdegames-kf6-devel + qt6-declarative-devel + + + + kitemmodels-kf6-devel + + kunitconversion-kf6-devel + + + + + + kblocks-kf6 + + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + qt6-svg + qt6-base + qt6-phonon + kcoreaddons-kf6 + libkdegames-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kblocks-kf6/translations.xml b/desktop/kde6/applications/kblocks-kf6/translations.xml new file mode 100755 index 0000000000..538bb76369 --- /dev/null +++ b/desktop/kde6/applications/kblocks-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kblocks-kf6 + Tetris + kblocks-kf6 klasikleşmiş tetrisin bir yeniden yapımıdır. Oyunun amacı düşen parçaları en uygun şekilde dizmektir. Bir satır tamamen dolduktan sonra silinmektedir ve daha fazla oyun alanı açılmaktadır. Yeni parçaları koyacak yeriniz kalmadığında oyun bitmektedir. + + diff --git a/desktop/kde6/applications/kbruch-kf6/actions.py b/desktop/kde6/applications/kbruch-kf6/actions.py new file mode 100755 index 0000000000..0374af291e --- /dev/null +++ b/desktop/kde6/applications/kbruch-kf6/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +NoStrip=["/usr/share/icons"] + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("LICENSES/*") diff --git a/desktop/kde6/applications/kbruch-kf6/pspec.xml b/desktop/kde6/applications/kbruch-kf6/pspec.xml new file mode 100755 index 0000000000..2f8d03200e --- /dev/null +++ b/desktop/kde6/applications/kbruch-kf6/pspec.xml @@ -0,0 +1,63 @@ + + + + + + kbruch-kf6 + https://www.kde.org/applications/education/kbruch/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kbruch-kf6 + app:gui + desktop.kde.edu + Practice calculating with fractions and percentages + kbruch-kf6 is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose-kf6 and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback. + mirrors://kde/stable/release-service/24.02.0/src/kbruch-24.02.0.tar.xz + + qt6-base + kdoctools-kf6-devel + kconfig-kf6-devel + kcrash-kf6-devel + ki18n-kf6-devel + kwidgetsaddons-kf6-devel + kxmlgui-kf6-devel + kcoreaddons-kf6-devel + kconfigwidgets-kf6-devel + extra-cmake-modules-kf6 + + + + + kbruch-kf6 + + qt6-base + kxmlgui-kf6 + kconfig-kf6 + kcrash-kf6 + ki18n-kf6 + libgcc + kwidgetsaddons-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + + + /usr/bin + /usr/share + /usr/share/man/man1 + /usr/share/doc + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kbruch-kf6/translations.xml b/desktop/kde6/applications/kbruch-kf6/translations.xml new file mode 100755 index 0000000000..700f11f0f1 --- /dev/null +++ b/desktop/kde6/applications/kbruch-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kbruch-kf6 + Ondalık ve kesirli sayılarla pratik yapın + kbruch-kf6, ondalık ve kesirli sayılar üzerine işlemleri öğrenmeye ve egzersiz yapmaya yarayan bir uygulamadır. + + diff --git a/desktop/kde6/applications/kcalc-kf6/actions.py b/desktop/kde6/applications/kcalc-kf6/actions.py new file mode 100755 index 0000000000..43c04d9cb8 --- /dev/null +++ b/desktop/kde6/applications/kcalc-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("LICENSES/*") diff --git a/desktop/kde6/applications/kcalc-kf6/pspec.xml b/desktop/kde6/applications/kcalc-kf6/pspec.xml new file mode 100755 index 0000000000..c0ea0d83b6 --- /dev/null +++ b/desktop/kde6/applications/kcalc-kf6/pspec.xml @@ -0,0 +1,69 @@ + + + + + + kcalc-kf6 + http://kde.org/applications/utilities/kcalc-kf6 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kcalc-kf6 + app:gui + desktop.kde.utils + A scientific calculator + kcalc-kf6 is a calculator which offers many more mathematical functions than meet the eye on a first glance. + mirrors://kde/stable/release-service/24.02.0/src/kcalc-24.02.0.tar.xz + + qt6-base-devel + kdoctools-kf6-devel + extra-cmake-modules-kf6 + gmp-devel + cmake + mpfr-devel + kconfig-kf6-devel + kconfigwidgets-kf6-devel + kguiaddons-kf6-devel + ki18n-kf6-devel + + knotifications-kf6-devel + kxmlgui-kf6-devel + mesa-devel + + + + + kcalc-kf6 + + qt6-base + gmp + ki18n-kf6 + kcrash-kf6 + kconfig-kf6 + kxmlgui-kf6 + kguiaddons-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + knotifications-kf6 + kwidgetsaddons-kf6 + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kcalc-kf6/translations.xml b/desktop/kde6/applications/kcalc-kf6/translations.xml new file mode 100755 index 0000000000..d7dfedeb22 --- /dev/null +++ b/desktop/kde6/applications/kcalc-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kcalc-kf6 + Bir bilimsel hesap makinesi + kcalc-kf6, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır. + + diff --git a/desktop/kde6/applications/kcharselect-kf6/actions.py b/desktop/kde6/applications/kcharselect-kf6/actions.py new file mode 100755 index 0000000000..e0676cd5b1 --- /dev/null +++ b/desktop/kde6/applications/kcharselect-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("COPYING*") diff --git a/desktop/kde6/applications/kcharselect-kf6/pspec.xml b/desktop/kde6/applications/kcharselect-kf6/pspec.xml new file mode 100755 index 0000000000..40515de698 --- /dev/null +++ b/desktop/kde6/applications/kcharselect-kf6/pspec.xml @@ -0,0 +1,62 @@ + + + + + + kcharselect-kf6 + http://utils.kde.org/projects/kcharselect-kf6 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kcharselect-kf6 + app:gui + desktop.kde.utils + A character selector + kcharselect-kf6 is a tool to select special characters from all installed fonts and copy them into the clipboard. + mirrors://kde/stable/release-service/24.02.0/src/kcharselect-24.02.0.tar.xz + + qt6-base-devel + kdoctools-kf6-devel + kbookmarks-kf6-devel + cmake + extra-cmake-modules-kf6 + ki18n-kf6-devel + kwidgetsaddons-kf6-devel + kxmlgui-kf6-devel + kcrash-kf6-devel + mesa-devel + + + + + kcharselect-kf6 + + qt6-base + kxmlgui-kf6 + ki18n-kf6 + libgcc + kconfig-kf6 + kcrash-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /usr/share/doc + /usr/bin + /usr/share + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kcharselect-kf6/translations.xml b/desktop/kde6/applications/kcharselect-kf6/translations.xml new file mode 100755 index 0000000000..8b15a0d042 --- /dev/null +++ b/desktop/kde6/applications/kcharselect-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kcharselect-kf6 + Bir karakter seçici + kcharselect-kf6, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır. + + diff --git a/desktop/kde6/applications/kcolorchooser-kf6/actions.py b/desktop/kde6/applications/kcolorchooser-kf6/actions.py new file mode 100755 index 0000000000..a29b3e347c --- /dev/null +++ b/desktop/kde6/applications/kcolorchooser-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde6/applications/kcolorchooser-kf6/pspec.xml b/desktop/kde6/applications/kcolorchooser-kf6/pspec.xml new file mode 100755 index 0000000000..f66cbddae1 --- /dev/null +++ b/desktop/kde6/applications/kcolorchooser-kf6/pspec.xml @@ -0,0 +1,57 @@ + + + + + + kcolorchooser-kf6 + http://www.kde.org/applications/graphics/kcolorchooser-kf6 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kcolorchooser-kf6 + app:gui + desktop.kde.graphics + A simple color chooser application + kcolorchooser-kf6 is a simple color chooser application. + mirrors://kde/stable/release-service/24.02.0/src/kcolorchooser-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + ki18n-kf6-devel + kwidgetsaddons-kf6-devel + kxmlgui-kf6-devel + kiconthemes-kf6-devel + + + + + kcolorchooser-kf6 + + ki18n-kf6 + libgcc + kxmlgui-kf6 + qt6-base + kcoreaddons-kf6 + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/metainfo + /usr/share/locale + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kcolorchooser-kf6/translations.xml b/desktop/kde6/applications/kcolorchooser-kf6/translations.xml new file mode 100755 index 0000000000..163a8a161c --- /dev/null +++ b/desktop/kde6/applications/kcolorchooser-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kcolorchooser-kf6 + Basit bir renk seçme uygulaması + kcolorchooser-kf6, basit bir renk seçme uygulamasıdır. + + diff --git a/desktop/kde6/applications/kcron-kf6/actions.py b/desktop/kde6/applications/kcron-kf6/actions.py new file mode 100755 index 0000000000..b29afbc032 --- /dev/null +++ b/desktop/kde6/applications/kcron-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("LICENSES/*") diff --git a/desktop/kde6/applications/kcron-kf6/pspec.xml b/desktop/kde6/applications/kcron-kf6/pspec.xml new file mode 100755 index 0000000000..020fe71676 --- /dev/null +++ b/desktop/kde6/applications/kcron-kf6/pspec.xml @@ -0,0 +1,67 @@ + + + + + + kcron-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kcron-kf6 + app:gui + Graphical task scheduler + kcron-kf6 is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system. + mirrors://kde/stable/release-service/24.02.0/src/kcron-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + ki18n-kf6-devel + kdoctools-kf6-devel + kiconthemes-kf6-devel + kio-kf6-devel + kcmutils-kf6-devel + kxmlgui-kf6-devel + kiconthemes-kf6-devel + + + + + kcron-kf6 + + kio-kf6 + ki18n-kf6 + libgcc + kcmutils-kf6 + qt6-base + kcoreaddons-kf6 + kiconthemes-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + kdeadmin + + + kdeadmin + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kcron-kf6/translations.xml b/desktop/kde6/applications/kcron-kf6/translations.xml new file mode 100755 index 0000000000..e8ce9fcb85 --- /dev/null +++ b/desktop/kde6/applications/kcron-kf6/translations.xml @@ -0,0 +1,8 @@ + + + + kcron-kf6 + Görev zamanlayıcı arayüzü. + kcron-kf6, cron görev zamanlayıcı altyapısının bir arayüzüdür. + + diff --git a/pisi-index.xml b/pisi-index.xml index 79666a61ad..9f0fe0dfa1 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -126108,6 +126108,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol signon-plugin-oauth2-devel xorg-input-synaptics-devel kdoctools-kf6-devel + plasma5-support-devel desktop/kde6/plasma/plasma-desktop-kf6/pspec.xml @@ -126174,6 +126175,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qqc2-desktop-style-kf6 ksvg-kf6 kdoctools-kf6 + plasma5-support /etc @@ -127206,6 +127208,72 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kcron-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde6.applications + Graphical task scheduler + Görev zamanlayıcı arayüzü. + kcron-kf6 is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system. + kcron-kf6, cron görev zamanlayıcı altyapısının bir arayüzüdür. + kcron-kf6 + mirrors://kde/stable/release-service/24.02.0/src/kcron-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + ki18n-kf6-devel + kdoctools-kf6-devel + kiconthemes-kf6-devel + kio-kf6-devel + kcmutils-kf6-devel + kxmlgui-kf6-devel + kiconthemes-kf6-devel + + desktop/kde6/applications/kcron-kf6/pspec.xml + + + kcron-kf6 + + kio-kf6 + ki18n-kf6 + libgcc + kcmutils-kf6 + qt6-base + kcoreaddons-kf6 + kiconthemes-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + + + kdeadmin + + + kdeadmin + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + baloo-widgets-kf6 @@ -127282,6 +127350,127 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kcharselect-kf6 + http://utils.kde.org/projects/kcharselect-kf6 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A character selector + Bir karakter seçici + kcharselect-kf6 is a tool to select special characters from all installed fonts and copy them into the clipboard. + kcharselect-kf6, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır. + kcharselect-kf6 + mirrors://kde/stable/release-service/24.02.0/src/kcharselect-24.02.0.tar.xz + + qt6-base-devel + kdoctools-kf6-devel + kbookmarks-kf6-devel + cmake + extra-cmake-modules-kf6 + ki18n-kf6-devel + kwidgetsaddons-kf6-devel + kxmlgui-kf6-devel + kcrash-kf6-devel + mesa-devel + + desktop/kde6/applications/kcharselect-kf6/pspec.xml + + + kcharselect-kf6 + + qt6-base + kxmlgui-kf6 + ki18n-kf6 + libgcc + kconfig-kf6 + kcrash-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kamera-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.graphics + Webcam support for KDE + KDE için web kamera-kf6 desteği + kamera-kf6 is a plugin for KDE to use webcam. + kamera-kf6, KDE için bir web kamera-kf6 eklentisidir. + mirrors://kde/stable/release-service/24.02.0/src/kamera-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + kconfigwidgets-kf6-devel + kxmlgui-kf6-devel + kio-kf6-devel + ki18n-kf6-devel + kconfig-kf6-devel + kcmutils-kf6-devel + kdoctools-kf6-devel + libgphoto2-devel + + desktop/kde6/applications/kamera-kf6/pspec.xml + + + kamera-kf6 + + kio-kf6 + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + kcmutils-kf6 + qt6-base + libgphoto2 + kcoreaddons-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + akonadi-kf6 @@ -127353,7 +127542,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mariadb-client mariadb-server postgresql-server - libaccounts-qt5 + libaccounts-qt6 kaccounts-integration-kf6 qt6-sql-mysql qt6-sql-sqlite @@ -127459,6 +127648,133 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kbruch-kf6 + https://www.kde.org/applications/education/kbruch/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.edu + Practice calculating with fractions and percentages + Ondalık ve kesirli sayılarla pratik yapın + kbruch-kf6 is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose-kf6 and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback. + kbruch-kf6, ondalık ve kesirli sayılar üzerine işlemleri öğrenmeye ve egzersiz yapmaya yarayan bir uygulamadır. + kbruch-kf6 + mirrors://kde/stable/release-service/24.02.0/src/kbruch-24.02.0.tar.xz + + qt6-base + kdoctools-kf6-devel + kconfig-kf6-devel + kcrash-kf6-devel + ki18n-kf6-devel + kwidgetsaddons-kf6-devel + kxmlgui-kf6-devel + kcoreaddons-kf6-devel + kconfigwidgets-kf6-devel + extra-cmake-modules-kf6 + + desktop/kde6/applications/kbruch-kf6/pspec.xml + + + kbruch-kf6 + + qt6-base + kxmlgui-kf6 + kconfig-kf6 + kcrash-kf6 + ki18n-kf6 + libgcc + kwidgetsaddons-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + + + /usr/bin + /usr/share + /usr/share/man/man1 + /usr/share/doc + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kcalc-kf6 + http://kde.org/applications/utilities/kcalc-kf6 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.utils + A scientific calculator + Bir bilimsel hesap makinesi + kcalc-kf6 is a calculator which offers many more mathematical functions than meet the eye on a first glance. + kcalc-kf6, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır. + kcalc-kf6 + mirrors://kde/stable/release-service/24.02.0/src/kcalc-24.02.0.tar.xz + + qt6-base-devel + kdoctools-kf6-devel + extra-cmake-modules-kf6 + gmp-devel + cmake + mpfr-devel + kconfig-kf6-devel + kconfigwidgets-kf6-devel + kguiaddons-kf6-devel + ki18n-kf6-devel + knotifications-kf6-devel + kxmlgui-kf6-devel + mesa-devel + + desktop/kde6/applications/kcalc-kf6/pspec.xml + + + kcalc-kf6 + + qt6-base + gmp + ki18n-kf6 + kcrash-kf6 + kconfig-kf6 + kxmlgui-kf6 + kguiaddons-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + knotifications-kf6 + kwidgetsaddons-kf6 + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + filelight-kf6 @@ -127639,6 +127955,61 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kcolorchooser-kf6 + http://www.kde.org/applications/graphics/kcolorchooser-kf6 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.graphics + A simple color chooser application + Basit bir renk seçme uygulaması + kcolorchooser-kf6 is a simple color chooser application. + kcolorchooser-kf6, basit bir renk seçme uygulamasıdır. + kcolorchooser-kf6 + mirrors://kde/stable/release-service/24.02.0/src/kcolorchooser-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + ki18n-kf6-devel + kwidgetsaddons-kf6-devel + kxmlgui-kf6-devel + kiconthemes-kf6-devel + + desktop/kde6/applications/kcolorchooser-kf6/pspec.xml + + + kcolorchooser-kf6 + + ki18n-kf6 + libgcc + kxmlgui-kf6 + qt6-base + kcoreaddons-kf6 + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/metainfo + /usr/share/locale + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + ffmpegthumbs-kf6 @@ -127853,6 +128224,130 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kblocks-kf6 + https://www.kde.org/applications/games/kblocks/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.games + Falling blocks game + Tetris + kblocks-kf6 is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over. + kblocks-kf6 klasikleşmiş tetrisin bir yeniden yapımıdır. Oyunun amacı düşen parçaları en uygun şekilde dizmektir. Bir satır tamamen dolduktan sonra silinmektedir ve daha fazla oyun alanı açılmaktadır. Yeni parçaları koyacak yeriniz kalmadığında oyun bitmektedir. + kblocks-kf6 + mirrors://kde/stable/release-service/24.02.0/src/kblocks-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-svg-devel + qt6-base-devel + kdoctools-kf6-devel + ki18n-kf6-devel + kxmlgui-kf6-devel + libkdegames-kf6-devel + qt6-declarative-devel + kitemmodels-kf6-devel + kunitconversion-kf6-devel + + desktop/kde6/applications/kblocks-kf6/pspec.xml + + + kblocks-kf6 + + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + qt6-svg + qt6-base + qt6-phonon + kcoreaddons-kf6 + libkdegames-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kapptemplate-kf6 + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + desktop.kde.sdk + Application template generator + Uygulama şablon oluşturucu. + kapptemplate-kf6 is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. + kapptemplate-kf6, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. + mirrors://kde/stable/release-service/24.02.0/src/kapptemplate-24.02.0.tar.xz + + qt6-base-devel + extra-cmake-modules-kf6 + gettext + kcoreaddons-kf6-devel + kconfigwidgets-kf6-devel + kcompletion-kf6-devel + karchive-kf6-devel + kio-kf6-devel + ki18n-kf6-devel + kdoctools-kf6-devel + + desktop/kde6/applications/kapptemplate-kf6/pspec.xml + + + kapptemplate-kf6 + + qt6-base + kio-kf6 + ki18n-kf6 + libgcc + kconfig-kf6 + karchive-kf6 + kcompletion-kf6 + kcoreaddons-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + artikulate-kf6 @@ -127988,7 +128483,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kdbusaddons-kf6 kdeclarative-kf6 kconfigwidgets-kf6 - libaccounts-qt5 + libaccounts-qt6 signon-plugin-oauth2 qt6-declarative kio-kf6 @@ -128026,6 +128521,110 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kate-kf6 + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde6.applications + Advanced Text Editor + Plasma library and runtime components based upon KF5 and Qt5 + https://download.kde.org/stable/release-service/24.02.0/src/kate-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + qt6-sql-postgresql + qt6-sql-mysql + qt6-sql-sqlite + qt6-sql-odbc + plasma-activities-kf6-devel + kconfig-kf6-devel + kcrash-kf6-devel + kdoctools-kf6-devel + ki18n-kf6-devel + kiconthemes-kf6-devel + kio-kf6-devel + kjobwidgets-kf6-devel + kparts-kf6-devel + ktexteditor-kf6-devel + kwindowsystem-kf6-devel + kxmlgui-kf6-devel + knewstuff-kf6-devel + threadweaver-kf6-devel + kitemmodels-kf6-devel + libplasma-kf6-devel + syntax-highlighting-kf6-devel + kuserfeedback-kf6-devel + kwallet-kf6-devel + kguiaddons-kf6-devel + kdbusaddons-kf6-devel + + desktop/kde6/applications/kate-kf6/pspec.xml + + + kate-kf6 + + qt6-base + libgcc + libgit2 + knewstuff-kf6 + ki18n-kf6 + kconfig-kf6 + kded + kguiaddons-kf6 + plasma-activities-kf6 + kjobwidgets-kf6 + kitemmodels-kf6 + kio-kf6 + kcrash-kf6 + kparts-kf6 + ktexteditor-kf6 + kwindowsystem-kf6 + kxmlgui-kf6 + libplasma-kf6 + kwallet-kf6 + kservice-kf6 + kbookmarks-kf6 + kcompletion-kf6 + kcoreaddons-kf6 + kdbusaddons-kf6 + kiconthemes-kf6 + ktextwidgets-kf6 + threadweaver-kf6 + kconfigwidgets-kf6 + knotifications-kf6 + kwidgetsaddons-kf6 + kuserfeedback-kf6 + syntax-highlighting-kf6 + kio-kf6 + kconfig-kf6 + kwallet-kf6 + + + /usr/share + /etc/xdg + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + dragonplayer-kf6 @@ -128117,7 +128716,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kiconthemes-kf6-devel extra-cmake-modules-kf6 kguiaddons-kf6-devel - grantlee-qt6-devel knewstuff-kf6-devel kcolorscheme-kf6-devel ktexttemplate-kf6-devel @@ -128136,7 +128734,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kguiaddons-kf6 kcoreaddons-kf6 kiconthemes-kf6 - grantlee-qt6 kwidgetsaddons-kf6 kcolorscheme-kf6 ktexttemplate-kf6 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 098b4a99dc..998c0acac1 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -1749e8ef580ff49d7e70fd6e0eeeda73794ecd44 \ No newline at end of file +398d2a5de11050d2238547ef6bc3e09afdea9ba4 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f55ae7906c..9bdcbdbe8d 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 51794d3bff..0b84fb5247 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -057084a0e7ab6b783791b882eb2c5a025aa3de00 \ No newline at end of file +a1a19efa9d084abfbffc4c83c0f9a1cbc9d28df0 \ No newline at end of file