diff --git a/pisi-index.xml b/pisi-index.xml index 2fb989f21e..174ea5a6e9 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -132732,6 +132732,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kdbusaddons-kf6-devel kdoctools-kf6-devel kitemmodels-kf6-devel + kcompletion-kf6-devel kunitconversion-kf6-devel kcrash-kf6-devel @@ -132749,6 +132750,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt6-phonon kcoreaddons-kf6 kdbusaddons-kf6 + kcompletion-kf6 libkdegames-kf6 kconfigwidgets-kf6 kwidgetsaddons-kf6 @@ -396086,6 +396088,59 @@ to create header files and sources from protocol files. + + + kcolorpicker-qt6 + https://github.com/ksnip/kColorPicker + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + programming.library + Qt based Color Picker with popup menu + Açılır menü ile Qt tabanlı Renk Seçici + kcolorpicker + https://github.com/ksnip/kColorPicker/archive/refs/tags/v0.3.0.tar.gz + + cmake + qt6-base-devel + + programming/library/kcolorpicker-qt6/pspec.xml + + + kcolorpicker-qt6 + + qt6-base + + + /usr/lib + /usr/share/doc + + + + kcolorpicker-qt6-devel + Development files for kcolorpicker + + kcolorpicker-qt6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-03-04 + 0.3.0 + First release + PisiLinux Community + admins@pisilinux.org + + + libei @@ -397924,6 +397979,66 @@ yığın. Üç bölüm sağlar: + + + kimageannotator-qt6 + https://github.com/ksnip/kImageAnnotator + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + programming.library + Tool for annotating images + Görüntülere açıklama eklemek için araç + kimageannotator + https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v0.7.0.tar.gz + + cmake + qt6-linguist + libX11-devel + kcolorpicker-qt6-devel + qt6-svg-devel + qt6-base-devel + + programming/library/kimageannotator-qt6/pspec.xml + + + kimageannotator-qt6 + + libX11 + kcolorpicker-qt6 + qt6-svg + qt6-base + + + /usr/lib + /usr/share/kImageAnnotator + /usr/share/doc + + + + kimageannotator-qt6-devel + Development files for kimageannotator + + kimageannotator-qt6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-03-04 + 0.7.0 + PisiLinux Community + admins@pisilinux.org + + + qtutilities diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index e32081aed6..6315aa652b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -cd6d7271093be1af53a45bfa251f3f1c169eea2d \ No newline at end of file +4e68d0f15ae47749b8c4eee66a8464711defa103 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index fa5a999f6f..50df0eaf38 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 df7253cd54..cf39fd21b6 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -e759a76cab6a5626edc535e7376c7465eb3c2b53 \ No newline at end of file +1433d13455303f944eca2bdd2f4424088ad0e439 \ No newline at end of file diff --git a/programming/library/kcolorpicker-qt6/actions.py b/programming/library/kcolorpicker-qt6/actions.py new file mode 100644 index 0000000000..9e22156fd6 --- /dev/null +++ b/programming/library/kcolorpicker-qt6/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/env 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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DBUILD_SHARED_LIBS=ON \ + -DBUILD_WITH_QT6=ON") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE", "README*") diff --git a/programming/library/kcolorpicker-qt6/files/rename-qt5-version.patch b/programming/library/kcolorpicker-qt6/files/rename-qt5-version.patch new file mode 100644 index 0000000000..5ba2469f38 --- /dev/null +++ b/programming/library/kcolorpicker-qt6/files/rename-qt5-version.patch @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 1d15048..a96250d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -65,6 +65,7 @@ set_target_properties(kColorPicker + RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin + VERSION ${PROJECT_VERSION} + SOVERSION 0 ++ OUTPUT_NAME kColorPicker-Qt5 + ) + + install(TARGETS kColorPicker diff --git a/programming/library/kcolorpicker-qt6/pspec.xml b/programming/library/kcolorpicker-qt6/pspec.xml new file mode 100644 index 0000000000..7c55cd2718 --- /dev/null +++ b/programming/library/kcolorpicker-qt6/pspec.xml @@ -0,0 +1,59 @@ + + + + + kcolorpicker-qt6 + https://github.com/ksnip/kColorPicker + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + Qt based Color Picker with popup menu + kcolorpicker + Açılır menü ile Qt tabanlı Renk Seçici + https://github.com/ksnip/kColorPicker/archive/refs/tags/v0.3.0.tar.gz + + cmake + qt6-base-devel + + + + + + + + kcolorpicker-qt6 + + qt6-base + + + /usr/lib + /usr/share/doc + + + + + kcolorpicker-qt6-devel + Development files for kcolorpicker + + kcolorpicker-qt6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-03-04 + 0.3.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/library/kcolorpicker-qt6/translations.xml b/programming/library/kcolorpicker-qt6/translations.xml new file mode 100644 index 0000000000..902efe8b9b --- /dev/null +++ b/programming/library/kcolorpicker-qt6/translations.xml @@ -0,0 +1,8 @@ + + + + kcolorpicker + Qt based Color Picker with popup menu + Açılır menü ile Qt tabanlı Renk Seçici + + diff --git a/programming/library/kimageannotator-qt6/actions.py b/programming/library/kimageannotator-qt6/actions.py new file mode 100644 index 0000000000..06768da358 --- /dev/null +++ b/programming/library/kimageannotator-qt6/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/env 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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DBUILD_SHARED_LIBS=ON \ + -DBUILD_WITH_QT6=ON") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CHANGELOG*", "LICENSE", "README*") diff --git a/programming/library/kimageannotator-qt6/pspec.xml b/programming/library/kimageannotator-qt6/pspec.xml new file mode 100644 index 0000000000..b68c3ffe23 --- /dev/null +++ b/programming/library/kimageannotator-qt6/pspec.xml @@ -0,0 +1,69 @@ + + + + + kimageannotator-qt6 + https://github.com/ksnip/kImageAnnotator + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + Tool for annotating images + kimageannotator + Görüntülere açıklama eklemek için araç + https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v0.7.0.tar.gz + + cmake + qt6-linguist + libX11-devel + kcolorpicker-qt6-devel + qt6-svg-devel + qt6-base-devel + + + + + + kimageannotator-qt6 + + libX11 + kcolorpicker-qt6 + qt6-svg + qt6-base + + + /usr/lib + /usr/share/kImageAnnotator + /usr/share/doc + + + + + kimageannotator-qt6-devel + Development files for kimageannotator + + kimageannotator-qt6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-03-04 + 0.7.0 + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/library/kimageannotator-qt6/translations.xml b/programming/library/kimageannotator-qt6/translations.xml new file mode 100644 index 0000000000..df6ee51e3a --- /dev/null +++ b/programming/library/kimageannotator-qt6/translations.xml @@ -0,0 +1,8 @@ + + + + kimageannotator + Tool for annotating images + Görüntülere açıklama eklemek için araç + +