diff --git a/editor/krita/pspec.xml b/editor/krita/pspec.xml
index 494955aa83..6b39ac7ea5 100644
--- a/editor/krita/pspec.xml
+++ b/editor/krita/pspec.xml
@@ -14,6 +14,7 @@
Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. https://download.kde.org/stable/krita/5.2.1/krita-5.2.1.tar.xz
+ zugimmereigen3kio-devel
@@ -55,7 +56,7 @@
kitemviews-developencolorio-develpoppler-qt5-devel
- kitemmodels-devel
+
python3-qt5-develpython3-pyqt5-sipkcoreaddons-devel
diff --git a/pisi-index.xml b/pisi-index.xml
index 67a1173f57..0d667b798c 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -226963,8 +226963,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.Krita ücretsiz bir dijital resim uygulamasıdır.
Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end.Krita, ücretsiz ve açık kaynaklı bir dijital resim uygulamasıdır. Baştan sona profesyonel işler yaratmak isteyen sanatçılar içindir.
- https://download.kde.org/stable/krita/5.2.0/krita-5.2.0.tar.xz
+ https://download.kde.org/stable/krita/5.2.1/krita-5.2.1.tar.xz
+ zugimmereigen3kio-devel
@@ -227006,7 +227007,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.kitemviews-devel
opencolorio-develpoppler-qt5-devel
- kitemmodels-develpython3-qt5-develpython3-pyqt5-sipkcoreaddons-devel
@@ -227084,7 +227084,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
2023-11-01
- 5.2.0
+ 5.2.1Version bump.Mustafa Cinasalmuscnsl@gmail.com
@@ -370660,6 +370660,55 @@ complete albums that you have purchased from Amazon.
+
+
+ lager
+ https://sinusoid.es/lager
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ boost
+ library
+ programming.library
+ C++ library for value-oriented design using the unidirectional data-flow architecture
+ Tek yönlü veri akışı mimarisini kullanan değer odaklı tasarım için C++ kitaplığı
+ lager is a C++ library to assist value-oriented design by implementing the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions.
+ lager, tek yönlü veri akışı mimarisini uygulayarak değer odaklı tasarıma yardımcı olan bir C++ kitaplığıdır. Büyük ölçüde Elm ve Redux'tan esinlenmiştir ve saf işlevler aracılığıyla basit değer türlerinin ve test edilebilir uygulama mantığının kullanımını teşvik ederek birleştirilebilir tasarımlara olanak tanır.
+ lager
+ https://github.com/arximboldi/lager/archive/refs/tags/v0.1.1.tar.gz
+
+ zug
+ immer
+ cmake
+ catch2
+ ccache
+ boost-devel
+ ncurses-devel
+ libglvnd-devel
+ sdl2-ttf-devel
+ qt5-quickcontrols2-devel
+
+ programming/library/lager/pspec.xml
+
+
+ lager
+
+ /usr/share/doc/lager
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2023-11-01
+ 0.1.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ libaccounts-glib
@@ -377775,6 +377824,47 @@ to create header files and sources from protocol files.
+
+
+ zug
+ https://sinusoid.es/zug
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ boost
+ library
+ programming.library
+ Transducers for C++
+ C++ için dönüştürücüler
+ Transducers for C++ — Clojure style higher order push/pull sequence transformations
+ C++ için dönüştürücüler — Clojure tarzı yüksek dereceli itme/çekme dizisi dönüşümleri
+ https://github.com/arximboldi/zug/archive/refs/tags/v0.1.1.tar.gz
+
+ cmake
+ catch2
+ ccache
+
+ programming/library/zug/pspec.xml
+
+
+ zug
+
+ /usr/share/doc/zug
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2023-11-01
+ 0.1.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ zxing-cpp
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index ba8f818352..9610305169 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-172348f367606e5668b00998c402f3e63aff456a
\ No newline at end of file
+f0a5d8fa358218b29c4c8c005802209c863dc96d
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 938a4490fe..19a997bcab 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 2094d78ec4..573bac9429 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-1c556de4db66f58d6b1c1a5bd79be007720c306a
\ No newline at end of file
+b4b1ca3e04f931e3b38405aa99c1efac79cee437
\ No newline at end of file
diff --git a/programming/library/lager/actions.py b/programming/library/lager/actions.py
new file mode 100644
index 0000000000..79e1ad57b4
--- /dev/null
+++ b/programming/library/lager/actions.py
@@ -0,0 +1,23 @@
+#!/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_INSTALL_PREFIX=/usr \
+ -Dlager_BUILD_EXAMPLES=OFF \
+ -Dlager_BUILD_TESTS=OFF")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("LICENSE", "README*")
+
+
diff --git a/programming/library/lager/pspec.xml b/programming/library/lager/pspec.xml
new file mode 100644
index 0000000000..3174c91363
--- /dev/null
+++ b/programming/library/lager/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ lager
+ https://sinusoid.es/lager
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ boost
+ lager
+ library
+ C++ library for value-oriented design using the unidirectional data-flow architecture
+ lager is a C++ library to assist value-oriented design by implementing the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions.
+ https://github.com/arximboldi/lager/archive/refs/tags/v0.1.1.tar.gz
+
+ zug
+ immer
+ cmake
+ catch2
+ ccache
+ boost-devel
+ ncurses-devel
+ libglvnd-devel
+ sdl2-ttf-devel
+ qt5-quickcontrols2-devel
+
+
+
+
+ lager
+
+
+
+
+ /usr/share/doc/lager
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2023-11-01
+ 0.1.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/programming/library/lager/translations.xml b/programming/library/lager/translations.xml
new file mode 100644
index 0000000000..a47a2a54b5
--- /dev/null
+++ b/programming/library/lager/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ lager
+ Tek yönlü veri akışı mimarisini kullanan değer odaklı tasarım için C++ kitaplığı
+ lager, tek yönlü veri akışı mimarisini uygulayarak değer odaklı tasarıma yardımcı olan bir C++ kitaplığıdır. Büyük ölçüde Elm ve Redux'tan esinlenmiştir ve saf işlevler aracılığıyla basit değer türlerinin ve test edilebilir uygulama mantığının kullanımını teşvik ederek birleştirilebilir tasarımlara olanak tanır.
+
+
diff --git a/programming/library/zug/actions.py b/programming/library/zug/actions.py
new file mode 100644
index 0000000000..63d9669241
--- /dev/null
+++ b/programming/library/zug/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("-DCMAKE_INSTALL_PREFIX=/usr")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("LICENSE", "README*")
+
+
diff --git a/programming/library/zug/pspec.xml b/programming/library/zug/pspec.xml
new file mode 100644
index 0000000000..77b1cdce3c
--- /dev/null
+++ b/programming/library/zug/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ zug
+ https://sinusoid.es/zug
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ boost
+
+ library
+ Transducers for C++
+ Transducers for C++ — Clojure style higher order push/pull sequence transformations
+ https://github.com/arximboldi/zug/archive/refs/tags/v0.1.1.tar.gz
+
+ cmake
+ catch2
+ ccache
+
+
+
+
+ zug
+
+
+
+
+ /usr/share/doc/zug
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2023-11-01
+ 0.1.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/programming/library/zug/translations.xml b/programming/library/zug/translations.xml
new file mode 100644
index 0000000000..bbb80315b3
--- /dev/null
+++ b/programming/library/zug/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ zug
+ C++ için dönüştürücüler
+ C++ için dönüştürücüler — Clojure tarzı yüksek dereceli itme/çekme dizisi dönüşümleri
+
+