diff --git a/office/calligra/calligra/pspec.xml b/office/calligra/calligra/pspec.xml
index c4cce837c4..cf35242fdd 100644
--- a/office/calligra/calligra/pspec.xml
+++ b/office/calligra/calligra/pspec.xml
@@ -12,14 +12,14 @@
LGPLFDL1.2app:gui
- An integrated office suite for KDE
+ Office and graphic art suite by KDECalligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more.
- https://download.kde.org/stable/calligra/3.2.1/calligra-3.2.1.tar.xz
+ https://invent.kde.org/office/calligra/-/archive/master/calligra-master.tar.gzqt5-base-develqt5-declarative-devel
- qt5-svg
- qt5-x11extras
+ qt5-svg-devel
+ qt5-x11extras-develqt5-quickcontrols2-develqt5-sql-mysqlqt5-sql-odbc
@@ -94,6 +94,12 @@
libX11-devellibgit2-develzlib-devel
+ imath-devel
+ djvu-devel
+ cauchy-devel
+ libzip-devel
+ libspectre-devel
+ ebook-tools-devel
@@ -103,7 +109,7 @@
fontconfigfreetypegsl
- ilmbase
+ imathkactivitieskarchivekcmutils
@@ -157,6 +163,11 @@
libwpdlibwpslibgit2
+ djvu
+ cauchy
+ libzip
+ libspectre
+ ebook-tools/etc/xdg/braindump
@@ -340,6 +351,13 @@
+
+ 2021-11-30
+ 3.2.1
+ Fix build
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2021-03-053.2.1
diff --git a/office/calligra/calligra/translations.xml b/office/calligra/calligra/translations.xml
index d7aa1e466e..94b7f34df6 100644
--- a/office/calligra/calligra/translations.xml
+++ b/office/calligra/calligra/translations.xml
@@ -2,7 +2,7 @@
calligra
- An integrated office suite for KDE
- calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more.
+ KDE'den ofis ve grafik sanatı paketi
+ Calligra, KDE için ücretsiz, entegre bir ofis paketidir. Uygulama paketi, bir kelime işlemci, bir elektronik tablo uygulaması, bir sunum oluşturucu ve görüntüleyici uygulaması, bir düzenleyici ve daha fazlasını içerir.
diff --git a/office/misc/cauchy/actions.py b/office/misc/cauchy/actions.py
new file mode 100644
index 0000000000..ff889f4ebc
--- /dev/null
+++ b/office/misc/cauchy/actions.py
@@ -0,0 +1,33 @@
+#!/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 get
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
+
+def build():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+
+ cmaketools.make()
+
+def install():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+
+ cmaketools.rawInstall('DESTDIR="%s"' % get.installDIR())
+
+ shelltools.cd("..")
+
+ pisitools.dodoc("COPYING")
diff --git a/office/misc/cauchy/pspec.xml b/office/misc/cauchy/pspec.xml
new file mode 100644
index 0000000000..e417f524d8
--- /dev/null
+++ b/office/misc/cauchy/pspec.xml
@@ -0,0 +1,58 @@
+
+
+
+
+ cauchy
+ https://bitbucket.org/cyrille/cauchy
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ app:gui
+ library
+ A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab
+ A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab
+ https://sourceforge.net/projects/pisilinux/files/source/cauchy-0.9.0.tar.bz2
+
+ cmake
+ eigen3
+
+
+
+
+ cauchy
+
+ libgcc
+
+
+ /usr/lib/libCauchy.so*
+ /usr/share/doc
+ /usr/bin
+ /usr/lib/libm2mml.so*
+ /usr/lib/libCauchyXUnit.so*
+
+
+
+
+ cauchy-devel
+ Development files for cauchy
+
+ cauchy
+
+
+ /usr/include
+
+
+
+
+
+
+ 2021-11-30
+ 0.9.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/office/misc/cauchy/translations.xml b/office/misc/cauchy/translations.xml
new file mode 100644
index 0000000000..2b4d2b906b
--- /dev/null
+++ b/office/misc/cauchy/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ cauchy
+ Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık
+ Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık
+
+
+
+ cauchy-devel
+ cauchy için geliştirme başlıkları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index f9856592bf..d10c2c93e1 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -141088,6 +141088,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.xmlto
meson
+
+ shared-mime-info-2.1-itstool.patch
+ desktop/misc/shared-mime-info/pspec.xml
@@ -141119,6 +141122,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2021-11-28
+ 2.1
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-04-192.1
@@ -142334,9 +142344,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.
- 2021-11-27
+ 2021-11-283.1.2
- Version bump
+ Version bump.Ayhan Yalçınsoyayhanyalcinsoy@pisilinux.org
@@ -170805,7 +170815,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Gerçek kipte ekran BIOS değiştirme aracı (örn. ekran kartını yeniden başlatmak için)
vbetools is a real-mode video BIOS code to alter hardware state. Vbetool uses lrmi in order to run code from the video BIOS. It is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch.Donanım durumunu değiştiren gerçek kipli video BIOS kodudur. Video BIOS'undan gelen kodları çalıştırmak için lrmi kullanır. Video kartının DPMS ve kaydet/tekrar inşaa et durumunun değiştirilmesini sağlar ve video kartının hatalı durumdan başlatılmasına çalışır.
- http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.1.tar.gz
+ http://ftp.iij.ad.jp/pub/linux/gentoo/distfiles/32/vbetool-1.1.tar.gzlibx86-develpciutils-devel
@@ -170829,6 +170839,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2021-11-29
+ 1.1
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2020-02-021.1
@@ -175204,6 +175221,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2021-11-28
+ 2.14
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-07-282.14
@@ -175297,6 +175321,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2021-11-29
+ 1.0_p20200924
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-02-191.0_p20200924
@@ -220789,22 +220820,22 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
NetworkManager için OpenVPN desteğihttps://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/archive/1.8.16/NetworkManager-openvpn-1.8.16.tar.gz
- atk-devel
- cairo-devel
- pango-devel
- harfbuzz-devel
- gdk-pixbuf-develm4gitpoxmlgettextintltoolopenvpn
+ atk-develgtk3-devel
+ cairo-devel
+ pango-devellibnma-develgettext-develpython3-devel
+ harfbuzz-devellibsecret-devel
+ gdk-pixbuf-develNetworkManager-develnetwork/connection/networkmanager-openvpn/pspec.xml
@@ -227222,7 +227253,7 @@ complete albums that you have purchased from Amazon.
net-snmp için geliştirme dosyalarıPliki naglowkowe do net-snmp
- net-snmp
+ net-snmp/usr/include
@@ -227231,6 +227262,13 @@ complete albums that you have purchased from Amazon.
+
+ 2021-11-29
+ 5.9
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-03-275.9
@@ -230750,14 +230788,16 @@ complete albums that you have purchased from Amazon.
FDL1.2app:guioffice.calligra
- An integrated office suite for KDE
- calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more.
- https://download.kde.org/stable/calligra/3.2.1/calligra-3.2.1.tar.xz
+ Office and graphic art suite by KDE
+ KDE'den ofis ve grafik sanatı paketi
+ Calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more.
+ Calligra, KDE için ücretsiz, entegre bir ofis paketidir. Uygulama paketi, bir kelime işlemci, bir elektronik tablo uygulaması, bir sunum oluşturucu ve görüntüleyici uygulaması, bir düzenleyici ve daha fazlasını içerir.
+ https://invent.kde.org/office/calligra/-/archive/master/calligra-master.tar.gzqt5-base-develqt5-declarative-devel
- qt5-svg
- qt5-x11extras
+ qt5-svg-devel
+ qt5-x11extras-develqt5-quickcontrols2-develqt5-sql-mysqlqt5-sql-odbc
@@ -230832,6 +230872,12 @@ complete albums that you have purchased from Amazon.
libX11-devellibgit2-develzlib-devel
+ imath-devel
+ djvu-devel
+ cauchy-devel
+ libzip-devel
+ libspectre-devel
+ ebook-tools-develoffice/calligra/calligra/pspec.xml
@@ -230841,7 +230887,7 @@ complete albums that you have purchased from Amazon.
fontconfigfreetypegsl
- ilmbase
+ imathkactivitieskarchivekcmutils
@@ -230895,6 +230941,11 @@ complete albums that you have purchased from Amazon.
libwpdlibwpslibgit2
+ djvu
+ cauchy
+ libzip
+ libspectre
+ ebook-tools/etc/xdg/braindump
@@ -231077,6 +231128,13 @@ complete albums that you have purchased from Amazon.
+
+ 2021-11-30
+ 3.2.1
+ Fix build
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2021-03-053.2.1
@@ -236839,6 +236897,63 @@ complete albums that you have purchased from Amazon.
+
+
+ cauchy
+ https://bitbucket.org/cyrille/cauchy
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ app:gui
+ library
+ office.misc
+ A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab
+ Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık
+ A library for transforming Matlab/Octave files to C++ (with Eigen) and Matlab
+ Matlab/Octave dosyalarını C++ (Eigen ile) ve Matlab'a dönüştürmek için bir kitaplık
+ https://sourceforge.net/projects/pisilinux/files/source/cauchy-0.9.0.tar.bz2
+
+ cmake
+ eigen3
+
+ office/misc/cauchy/pspec.xml
+
+
+ cauchy
+
+ libgcc
+
+
+ /usr/lib/libCauchy.so*
+ /usr/share/doc
+ /usr/bin
+ /usr/lib/libm2mml.so*
+ /usr/lib/libCauchyXUnit.so*
+
+
+
+ cauchy-devel
+ Development files for cauchy
+ cauchy için geliştirme başlıkları
+
+ cauchy
+
+
+ /usr/include
+
+
+
+
+ 2021-11-30
+ 0.9.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ chmlib
@@ -243039,7 +243154,7 @@ complete albums that you have purchased from Amazon.
GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.GDB, GNU Proje hata ayıklama aracı, çalışır durumdaki başka bir programın `içinde' olan biteni görmenizi, veya başka bir programın çöktüğü anda ne yapıyor olduğunu bilmenizi sağlar.GDB, el depurador del proyecto GNU permite ver lo que está pasando 'en el interior de' otro programa mientras ejecuta -- o lo que estaba haciendo cuando quedó colgado.
- https://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz
+ https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xztexinfoxz-devel
@@ -243052,6 +243167,9 @@ complete albums that you have purchased from Amazon.
readline-develsource-highlight-devel
+
+ 0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch
+ programming/debug/gdb/pspec.xml
@@ -243084,13 +243202,20 @@ complete albums that you have purchased from Amazon.
gdb için geliştirme dosyalarıgdb-devel, provides development files for gdb.
- gdb
+ gdb/usr/include
+
+ 2021-11-30
+ 11.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-1510.2
@@ -244106,7 +244231,6 @@ complete albums that you have purchased from Amazon.
libXcomposite-develchrpathjre8-openjdk-headless
- pulseaudio-libs-develzipcpiounzip
@@ -277063,7 +277187,7 @@ complete albums that you have purchased from Amazon.
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.Vala, ek bir çalışma zamanı bağımlılığı olmayan ve C kitaplıklarının olduğu gibi kullanılabilmesini sağlayan modern bir programlama dilidir.Vala to nowy język programowania, którego celem jest udostępnienie cech nowoczesnych języków programowania programistom GNOME bez wymuszania dodatkowych wymagań co do środowiska uruchomieniowego i używania API innego niż w aplikacjach i bibliotekach napisanych w C.
- mirrors://gnome/vala/0.54/vala-0.54.3.tar.xz
+ mirrors://gnome/vala/0.54/vala-0.54.4.tar.xzhelp2manglib2-devel
@@ -277111,7 +277235,7 @@ complete albums that you have purchased from Amazon.
vala için geliştirme dosyalarıPliki nagłówkowe dla kompilatora vala
- vala
+ valaglib2-devel
@@ -277124,6 +277248,13 @@ complete albums that you have purchased from Amazon.
+
+ 2021-11-29
+ 0.54.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-10-300.54.3
@@ -283210,7 +283341,7 @@ to create header files and sources from protocol files.
Aşırı hızlı çırpı yordamları algoritmasıxxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).xxHash RAM hız sınırlarında aşırı hızlı çırpı yordamları koşabilen bir kitaplıktır.
- https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz
+ https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gzmake
@@ -283232,7 +283363,7 @@ to create header files and sources from protocol files.
xxhash için geliştirme dosyalarıxxhash-devel, xxhash için geliştirme dosyalarını içerir.
- xxhash
+ xxhash/usr/include
@@ -283240,6 +283371,13 @@ to create header files and sources from protocol files.
+
+ 2021-11-30
+ 0.8.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2020-09-070.8.0
@@ -301387,13 +301525,20 @@ contacts, tasks, and calendar information.
popt-develefivar-devel
- efibootmgr
+ efibootmgr/usr/include
+
+ 2021-11-29
+ 17
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-08-2217
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 4b6e508978..54c8e43791 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-de8dfd90c382f08fc9319b6f08dc032343c9857b
\ No newline at end of file
+5f1cae29b748bf953556b21172093f2d9df9a04d
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index f5e2d31a17..74dfd86c23 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 11dae0eafb..03940ea312 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-890bc1b3f95e02b635eef918fe143b4fc13a41f5
\ No newline at end of file
+75e5c3e7efb3963161a90662928291543d5bc8a1
\ No newline at end of file