diff --git a/desktop/kde6/applications/kipi-kf6/actions.py b/desktop/kde6/applications/kipi-kf6/actions.py
deleted file mode 100755
index 82d912bfd6..0000000000
--- a/desktop/kde6/applications/kipi-kf6/actions.py
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/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("-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF")
-
-def build():
- cmaketools.make()
-
-def install():
- cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
-
-
diff --git a/desktop/kde6/applications/kipi-kf6/pspec.xml b/desktop/kde6/applications/kipi-kf6/pspec.xml
deleted file mode 100755
index d1dafaec85..0000000000
--- a/desktop/kde6/applications/kipi-kf6/pspec.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
- kipi-kf6
- https://github.com/KDE/kipi-kf6-plugins
-
- Ali Algul
- aligulle3801@gmail.com
-
- GPLv1
- app
- A collection of plugins extending the KDE graphics and image applications
- A collection of plugins extending the KDE graphics and image applications
- https://download.kde.org/stable/release-service/24.05.2/src/kipi-plugins-24.05.2.tar.xz
-
-
- extra-cmake-modules-kf6
-
- libkipi-kf6-devel
- kcompletion-devel
- libmediawiki-devel
- libkvkontakte-devel
- karchive-devel
- kconfig-devel
- ki18n-devel
- kio-devel
- kwindowsystem-devel
- kxmlgui-devel
- qt5-base-devel
- qt5-svg-devel
- qt5-xmlpatterns-devel
- qt5-webengine-devel
-
-
-
-
- kipi-kf6
-
-
-
- kio
- libgcc
- kconfig
- kxmlgui
- libkipi-kf6
- kcompletion
- libmediawiki
- qt5-base
- kcoreaddons
- kwindowsystem
- kconfigwidgets
- qt5-xmlpatterns
- ki18n
-
-
- /usr/lib
- /usr/share
-
-
- kipi
-
-
-
-
- 2024-07-04
- 24.05.2
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-06-27
- 24.05.1
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-05-23
- 24.05.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-04-13
- 24.02.2
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-21
- 24.02.1
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-03
- 24.02.0
- First release
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
-
diff --git a/desktop/kde6/applications/kipi-kf6/translations.xml b/desktop/kde6/applications/kipi-kf6/translations.xml
deleted file mode 100755
index eac409dd9d..0000000000
--- a/desktop/kde6/applications/kipi-kf6/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- kipi-kf6
- A collection of plugins extending the KDE graphics and image applications
- A collection of plugins extending the KDE graphics and image applications
-
-
diff --git a/desktop/kde6/applications/libkipi-kf6/actions.py b/desktop/kde6/applications/libkipi-kf6/actions.py
deleted file mode 100755
index a0ec343c78..0000000000
--- a/desktop/kde6/applications/libkipi-kf6/actions.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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 kde5
-
-
-def setup():
- # kde6.configure("-DBUILD_TESTING=OFF")
- kde5.configure("-DBUILD_TESTING=OFF")
-
-def build():
- kde6.make()
-
-def install():
- kde6.install()
diff --git a/desktop/kde6/applications/libkipi-kf6/pspec.xml b/desktop/kde6/applications/libkipi-kf6/pspec.xml
deleted file mode 100755
index b9f5de578c..0000000000
--- a/desktop/kde6/applications/libkipi-kf6/pspec.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
- libkipi-kf6
- https://www.kde.org
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- library
- desktop.kde.graphics
- Common plugin infrastructure for KDE image applications
- kipi-kf6 (KDE Image Plugin Interface) is an effort to develop a common plugin structure (for Digikam, gwenview-kf6, etc.). Its aim is to share image plugins among graphic applications.
- mirrors://kde/stable/release-service/24.05.2/src/libkipi-24.05.2.tar.xz
-
-
- extra-cmake-modules-kf6
-
-
- qt5-base-devel
- kdoctools-devel
- ki18n-devel
- kconfig-devel
- kservice-devel
- kxmlgui-devel
-
-
-
-
- libkipi-kf6
-
-
-
-
- qt5-base
- kxmlgui
- libgcc
- kconfig
- kservice
- kcoreaddons
-
-
- /usr/lib
- /usr/bin
- /usr/share
- /usr/share/icons
-
-
- libkipi
-
-
-
-
- libkipi-kf6-devel
- Development files for libkipi-kf6
-
-
-
- libkipi-kf6
-
-
- /usr/include
- /usr/lib/pkgconfig
-
-
- libkipi-devel
-
-
-
-
-
- 2024-07-04
- 24.05.2
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-06-27
- 24.05.1
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-05-23
- 24.05.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-04-13
- 24.02.2
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-21
- 24.02.1
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-03
- 24.02.0
- First release
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
-
diff --git a/desktop/kde6/applications/libkipi-kf6/translations.xml b/desktop/kde6/applications/libkipi-kf6/translations.xml
deleted file mode 100755
index de0692731f..0000000000
--- a/desktop/kde6/applications/libkipi-kf6/translations.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- libkipi-kf6
- KDE resim uygulamaları için ortak eklenti yapısı
- kipi-kf6, ortak bir eklenti yapısı ortaya koymak için gerekli bir kitaplıktır.
-
-
-
- libkipi-kf6-devel
- libkipi-kf6 için geliştirme dosyaları
-
-
diff --git a/pisi-index.xml b/pisi-index.xml
index aa80f73fc7..0f876c1b09 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -13124,7 +13124,7 @@
Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır.
Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki.
mesa
- https://archive.mesa3d.org/mesa-24.2.6.tar.xz
+ https://archive.mesa3d.org/mesa-24.2.7.tar.xz
crossfile.ini
@@ -13282,7 +13282,7 @@
libXdamage-devel
libXxf86vm-devel
libxshmfence-devel
- mesa
+ mesa
/usr/include
@@ -13361,7 +13361,7 @@
libclc-32bit
libunwind-32bit
xcb-util-keysyms-32bit
- mesa
+ mesa
llvm-32bit
@@ -13370,6 +13370,13 @@
+
+ 2024-11-14
+ 24.2.7
+ Version bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-10-30
24.2.6
@@ -116904,111 +116911,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.
-
-
- kipi-kf6
- https://github.com/KDE/kipi-kf6-plugins
-
- Ali Algul
- aligulle3801@gmail.com
-
- GPLv1
- app
- desktop.kde6.applications
- A collection of plugins extending the KDE graphics and image applications
- A collection of plugins extending the KDE graphics and image applications
- A collection of plugins extending the KDE graphics and image applications
- A collection of plugins extending the KDE graphics and image applications
- https://download.kde.org/stable/release-service/24.05.2/src/kipi-plugins-24.05.2.tar.xz
-
- extra-cmake-modules-kf6
- libkipi-kf6-devel
- kcompletion-devel
- libmediawiki-devel
- libkvkontakte-devel
- karchive-devel
- kconfig-devel
- ki18n-devel
- kio-devel
- kwindowsystem-devel
- kxmlgui-devel
- qt5-base-devel
- qt5-svg-devel
- qt5-xmlpatterns-devel
- qt5-webengine-devel
-
- desktop/kde6/applications/kipi-kf6/pspec.xml
-
-
- kipi-kf6
-
- kio
- libgcc
- kconfig
- kxmlgui
- libkipi-kf6
- kcompletion
- libmediawiki
- qt5-base
- kcoreaddons
- kwindowsystem
- kconfigwidgets
- qt5-xmlpatterns
- ki18n
-
-
- /usr/lib
- /usr/share
-
-
- kipi
-
-
-
-
- 2024-07-04
- 24.05.2
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-06-27
- 24.05.1
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-05-23
- 24.05.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-04-13
- 24.02.2
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-21
- 24.02.1
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-03
- 24.02.0
- First release
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
-
konversation-kf6
@@ -120586,113 +120488,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.
-
-
- libkipi-kf6
- https://www.kde.org
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- library
- desktop.kde.graphics
- Common plugin infrastructure for KDE image applications
- KDE resim uygulamaları için ortak eklenti yapısı
- kipi-kf6 (KDE Image Plugin Interface) is an effort to develop a common plugin structure (for Digikam, gwenview-kf6, etc.). Its aim is to share image plugins among graphic applications.
- kipi-kf6, ortak bir eklenti yapısı ortaya koymak için gerekli bir kitaplıktır.
- mirrors://kde/stable/release-service/24.05.2/src/libkipi-24.05.2.tar.xz
-
- extra-cmake-modules-kf6
- qt5-base-devel
- kdoctools-devel
- ki18n-devel
- kconfig-devel
- kservice-devel
- kxmlgui-devel
-
- desktop/kde6/applications/libkipi-kf6/pspec.xml
-
-
- libkipi-kf6
-
- qt5-base
- kxmlgui
- libgcc
- kconfig
- kservice
- kcoreaddons
-
-
- /usr/lib
- /usr/bin
- /usr/share
- /usr/share/icons
-
-
- libkipi
-
-
-
- libkipi-kf6-devel
- Development files for libkipi-kf6
- libkipi-kf6 için geliştirme dosyaları
-
- libkipi-kf6
-
-
- /usr/include
- /usr/lib/pkgconfig
-
-
- libkipi-devel
-
-
-
-
- 2024-07-04
- 24.05.2
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-06-27
- 24.05.1
- Version bump.
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2024-05-23
- 24.05.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-04-13
- 24.02.2
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-21
- 24.02.1
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2024-03-03
- 24.02.0
- First release
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
-
libgravatar-kf6
@@ -127399,7 +127194,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
GPLv2
library
- desktop.kde.graphics
+ desktop.kde6.applications
An Exiv2 wrapper library
Exiv2 sarmalayıcı kitaplığı
libkexiv2-kf6 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP.
@@ -327536,6 +327331,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2024-11-13
+ 1.2.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-09-21
1.2.4
@@ -382920,7 +382722,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
HEIF file format decoder and encoder
HEIF file format decoder and encoder
HEIF file format decoder and encoder
- https://github.com/strukturag/libheif/archive/v1.19.2.tar.gz
+ https://github.com/strukturag/libheif/archive/v1.19.3.tar.gz
cmake
aom-devel
@@ -382969,7 +382771,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
webp-devel
dav1d-devel
libde265-devel
- libheif
+ libheif
/usr/include
@@ -382978,6 +382780,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+ 2024-11-12
+ 1.19.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-11-07
1.19.2
@@ -423442,7 +423251,7 @@ functionality to build high-performing, platform-independent programs.Http ve ftp gibi internet protokollerini kullanarak dosya indirebilen bir yazılım
GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.
GNU Wget, HTTP, HTTPS ve FTP gibi en çok kullanılan Internet protokollerini kullanarak dosyalara ulaşmak icin kullanılan bir özgür yazılım paketidir. Etkileşimsiz bir komutsatırı aracıdır, böylece X-Windows desteği olmadan, betikler, işlemler, terminal kullanımı gerçekleştirilebilir.
- http://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz
+ http://ftp.gnu.org/gnu/wget/wget-1.25.0.tar.gz
openssl-devel
zlib-devel
@@ -423467,6 +423276,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2024-11-12
+ 1.25.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-05-14
1.21.4
@@ -424269,7 +424085,7 @@ functionality to build high-performing, platform-independent programs.GTK Remmina Uzak Masaüstü İstemcisi
El cliente de escritorio remoto GTK Remmina
remmina
- https://gitlab.com/Remmina/Remmina/-/archive/v1.4.35/Remmina-v1.4.35.tar.gz
+ https://gitlab.com/Remmina/Remmina/-/archive/v1.4.36/Remmina-v1.4.36.tar.gz
cmake
ninja
@@ -424346,7 +424162,7 @@ functionality to build high-performing, platform-independent programs.remmina-devel
Development files for remmina
- remmina
+ remmina
/usr/include
@@ -424354,6 +424170,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2024-11-13
+ 1.4.36
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2024-03-17
1.4.35
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 64f7bb69ec..3b591d87e8 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-81a1cce2e4754d969679f2c5ab383773739956d3
\ No newline at end of file
+864f385bfe2bfb16b52b11fbbe8e7bccacdc662a
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 5f56ef419a..eec49b6239 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 4c9f6051bd..84c5c3f869 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-7f713687d66caf8d0927c4372357dcedef906ca6
\ No newline at end of file
+54200b9186f89066c24291c409300aa462b76f23
\ No newline at end of file