diff --git a/desktop/toolkit/qt5/qt5-configuration/actions.py b/desktop/toolkit/qt5/qt5-configuration/actions.py deleted file mode 100755 index 8090a2a019..0000000000 --- a/desktop/toolkit/qt5/qt5-configuration/actions.py +++ /dev/null @@ -1,27 +0,0 @@ -#!/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 cmaketools -from pisi.actionsapi import get -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools - -def setup(): - shelltools.makedirs("build") - shelltools.cd("build") - cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..") - -def build(): - shelltools.cd("build") - cmaketools.make() - -def install(): - shelltools.cd("build") - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - #pisitools.domove("/usr/lib64/*", "/usr/lib") - #pisitools.removeDir("/usr/lib64") - shelltools.cd("..") - pisitools.dodoc("LICENSE.FDL", "LICENSE.GPL", "LICENSE.LGPL", "README.md") diff --git a/desktop/toolkit/qt5/qt5-configuration/pspec.xml b/desktop/toolkit/qt5/qt5-configuration/pspec.xml deleted file mode 100755 index 5adfd121c9..0000000000 --- a/desktop/toolkit/qt5/qt5-configuration/pspec.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - - qt5-configuration - https://github.com/hawaii-desktop/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - Settings API with change notifications for Qt - Settings API with change notifications for Qt - LGPLv2.1-linking-exception - https://github.com/hawaii-desktop/qtconfiguration/archive/v0.3.1.tar.gz - - cmake - dconf-devel - glib2-devel - qt5-declarative-devel - qt5-base-devel - - - - - qt5-configuration - - dconf - libgcc - glib2 - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/share/doc - /usr/lib/qt5/bin/ - /usr/bin - - - - - qt5-configuration-devel - - /usr/lib/pkgconfig - /usr/include - - - qt5-configuration - qt5-base-devel - - - - - - 2022-12-21 - 0.3.1 - Rebuild qt5-5.15.7 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-05 - 0.3.1 - Rebuild qt5-5.15.5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-18 - 0.3.1 - Rebuild qt5-5.15.3 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 0.3.1 - Rebuild qt5-5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 0.3.1 - Rebuild qt5-5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.3.1 - Rebuild qt5-5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.3.1 - Rebuild qt5-5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-02 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 0.3.1 - Rebuild for qt5.11.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 0.3.1 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 0.3.1 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 0.3.1 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 0.3.1 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 0.3.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 0.3.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 0.3.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 0.3.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/desktop/toolkit/qt5/qt5-configuration/translations.xml b/desktop/toolkit/qt5/qt5-configuration/translations.xml deleted file mode 100755 index 0c17199926..0000000000 --- a/desktop/toolkit/qt5/qt5-configuration/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - qt5-configuration - Settings API with change notifications for Qt - Settings API with change notifications for Qt - - diff --git a/desktop/toolkit/qt5/qt5-enginio/actions.py b/desktop/toolkit/qt5/qt5-enginio/actions.py deleted file mode 100755 index 765d063cc2..0000000000 --- a/desktop/toolkit/qt5/qt5-enginio/actions.py +++ /dev/null @@ -1,27 +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 shelltools -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import qt5 -from pisi.actionsapi import get - -def setup(): - qt5.configure() - -def build(): - qt5.make() - qt5.make("docs") - -def install(): - qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) - - #I hope qtchooser will manage this issue - #for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): - #pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin) - - pisitools.insinto("/usr/share/licenses/qt5-enginio/", "LGPL_EXCEPTION.txt") diff --git a/desktop/toolkit/qt5/qt5-enginio/files/qtenginio-1.6.3-Qt-5.14.patch b/desktop/toolkit/qt5/qt5-enginio/files/qtenginio-1.6.3-Qt-5.14.patch deleted file mode 100644 index 75adc0cde7..0000000000 --- a/desktop/toolkit/qt5/qt5-enginio/files/qtenginio-1.6.3-Qt-5.14.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nrup a/src/enginio_client/enginioclient_p.h b/src/enginio_client/enginioclient_p.h ---- a/src/enginio_client/enginioclient_p.h 2016-11-28 16:36:23.000000000 +0100 -+++ b/src/enginio_client/enginioclient_p.h 2020-01-30 09:16:08.088599338 +0100 -@@ -58,6 +58,7 @@ - #include - #include - #include -+#include - - #include - diff --git a/desktop/toolkit/qt5/qt5-enginio/pspec.xml b/desktop/toolkit/qt5/qt5-enginio/pspec.xml deleted file mode 100755 index 086ad4b5c4..0000000000 --- a/desktop/toolkit/qt5/qt5-enginio/pspec.xml +++ /dev/null @@ -1,201 +0,0 @@ - - - - - qt5-enginio - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - A Backend-as-a-Service solution to ease the backend development for connected and data-driven application - A Backend-as-a-Service solution to ease the backend development for connected and data-driven application - LGPLv2.1-linking-exception - https://github.com/qt/qtenginio/archive/v5.6.3.tar.gz - - libgcc - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite - - - qtenginio-1.6.3-Qt-5.14.patch - - - - - qt5-enginio - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5/ - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin/ - - - - - - qt5-enginio-devel - - /usr/lib/pkgconfig - /usr/include/qt5/ - - - qt5-base-devel - qt5-enginio - - - - - qt5-enginio-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - - 2020-12-21 - 5.6.3 - Rebuild for qt5.15.7 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 5.6.3 - Rebuild for qt5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.6.3 - Rebuild for qt5.14.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.6.3 - Rebuild for qt5.13.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.6.3 - Rebuild for qt5.13.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.6.3 - Rebuild for qt5.13.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.6.3 - Rebuild for qt5.12.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.6.3 - Rebuild for qt5.12.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.6.3 - Rebuild for qt5.12.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.6.3 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.6.3 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 5.6.3 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-22 - 5.6.3 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-20 - 5.6.2 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/desktop/toolkit/qt5/qt5-enginio/translations.xml b/desktop/toolkit/qt5/qt5-enginio/translations.xml deleted file mode 100755 index 8d9d97a1b4..0000000000 --- a/desktop/toolkit/qt5/qt5-enginio/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - qt5-enginio - Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - - - - qt5-enginio-devel - qt5-enginio için geliştirme dosyaları - - diff --git a/desktop/toolkit/qt5/qt5-quick1/actions.py b/desktop/toolkit/qt5/qt5-quick1/actions.py deleted file mode 100644 index 8a85f14247..0000000000 --- a/desktop/toolkit/qt5/qt5-quick1/actions.py +++ /dev/null @@ -1,27 +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 shelltools -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import qt5 -from pisi.actionsapi import get - -def setup(): - qt5.configure() - -def build(): - qt5.make() - #qt5.make("docs") - -def install(): - qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) - - #I hope qtchooser will manage this issue - for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): - pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin) - - pisitools.insinto("/usr/share/licenses/qt5-quic1/", "LGPL_EXCEPTION.txt") diff --git a/desktop/toolkit/qt5/qt5-quick1/pspec.xml b/desktop/toolkit/qt5/qt5-quick1/pspec.xml deleted file mode 100644 index 8b65faa8a0..0000000000 --- a/desktop/toolkit/qt5/qt5-quick1/pspec.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - qt5-quick1 - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. - Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices. - LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz - - mesa-devel - qt5-base-devel - qt5-script-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-declarative-devel - qt5-xmlpatterns-devel - - - - - qt5-quick1 - - mesa - libgcc - qt5-base - qt5-xmlpatterns - qt5-script - qt5-declarative - qt5-xmlpatterns - - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin - - - - - qt5-quick1-devel - Development file for qt5-quick1 - Development file for qt5-quick1 - - qt5-base-devel - qt5-script-devel - qt5-quick1 - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - - - - 2017-03-19 - 5.5.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 5.5.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.5.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.5.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.5.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2015-10-16 - 5.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/desktop/toolkit/qt5/qt5-quick1/translations.xml b/desktop/toolkit/qt5/qt5-quick1/translations.xml deleted file mode 100644 index 5a585820ba..0000000000 --- a/desktop/toolkit/qt5/qt5-quick1/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - qt5-quick1 - Qt4 uyumluluğu için Qt Declarative sunar - Qt4 uyumluluğu için Qt Declarative sunar - - diff --git a/pisi-index.xml b/pisi-index.xml index 91c21b0dbe..5a64d4049f 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -4422,7 +4422,7 @@ Wireless daemon for Linux Linux için kablosuz arka plan programı Linux için kablosuz arka plan programı - https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.0.tar.xz + https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.1.tar.xz asciidoc ell-devel @@ -4449,6 +4449,13 @@ + + 2022-12-21 + 2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-19 2.0 @@ -14029,7 +14036,7 @@ functionality to build high-performing, platform-independent programs.Embedded Linux library Gömülü Linux kitaplığı Gömülü Linux kitaplığı - https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.54.tar.xz + https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.55.tar.xz network/misc/ell/pspec.xml @@ -14043,7 +14050,7 @@ functionality to build high-performing, platform-independent programs.ell-devel Development files for ell - ell + ell /usr/include @@ -14051,6 +14058,13 @@ functionality to build high-performing, platform-independent programs. + + 2022-12-21 + 0.55 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-19 0.54 @@ -22274,7 +22288,7 @@ complete albums that you have purchased from Amazon. X sunucu, grafiksel arayüz için gerekli ana uygulamadır. X serwer to główna aplikacja, która umożliwia interfejs graficzny. xorg - mirrors://xorg/individual/xserver/xorg-server-21.1.5.tar.xz + mirrors://xorg/individual/xserver/xorg-server-21.1.6.tar.xz valgrind xorg-proto @@ -22501,6 +22515,13 @@ complete albums that you have purchased from Amazon. + + 2022-12-19 + 21.1.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-14 21.1.5 @@ -23782,7 +23803,7 @@ Gnome session. Run X clients under wayland Run X clients under wayland Run X clients under wayland - https://xorg.freedesktop.org/archive/individual/xserver/xwayland-22.1.6.tar.xz + https://xorg.freedesktop.org/archive/individual/xserver/xwayland-22.1.7.tar.xz meson xtrans @@ -23843,7 +23864,7 @@ Gnome session. xorg-xwayland-devel Development files for xorg-xwayland - xorg-xwayland + xorg-xwayland /usr/include @@ -23854,6 +23875,13 @@ Gnome session. + + 2022-12-19 + 22.1.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-14 22.1.6 @@ -27411,7 +27439,7 @@ Gnome session. X.Org SM kitaplığı. X.Org SM Bibliothek libSM is the X Session Management library. - mirrors://xorg/individual/lib/libSM-1.2.3.tar.bz2 + mirrors://xorg/individual/lib/libSM-1.2.4.tar.xz libICE-devel libutil-linux-devel @@ -27439,7 +27467,7 @@ Gnome session. libSM için geliştirme dosyaları libICE-devel - libSM + libSM /usr/include/X11 @@ -27461,13 +27489,20 @@ Gnome session. libICE-32bit libutil-linux-32bit - libSM + libSM /usr/lib32 + + 2022-12-20 + 1.2.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-03-14 1.2.3 @@ -33849,7 +33884,7 @@ Gnome session. libxcb temelli birtakım kitaplıklar The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. xcb-util modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir. - http://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2 + http://xcb.freedesktop.org/dist/xcb-util-0.4.1.tar.xz util-macros libxcb-devel @@ -33871,7 +33906,7 @@ Gnome session. Development files for xcb-util xcb-util için geliştirme dosyaları - xcb-util + xcb-util libxcb-devel @@ -33890,7 +33925,7 @@ Gnome session. libxcb-32bit - xcb-util + xcb-util libxcb-32bit @@ -33898,6 +33933,13 @@ Gnome session. + + 2022-12-20 + 0.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-05-22 0.4.0 @@ -35108,9 +35150,9 @@ Gnome session. mirrors://xorg/individual/app/xfwp-1.0.3.tar.bz2 mirrors://xorg/individual/app/xgamma-1.0.7.tar.xz mirrors://xorg/individual/app/xgc-1.0.6.tar.xz - mirrors://xorg/individual/app/xhost-1.0.8.tar.bz2 + mirrors://xorg/individual/app/xhost-1.0.9.tar.xz mirrors://xorg/individual/app/xinput-1.6.3.tar.bz2 - mirrors://xorg/individual/app/xkbcomp-1.4.5.tar.bz2 + mirrors://xorg/individual/app/xkbcomp-1.4.6.tar.xz mirrors://xorg/individual/app/xkbevd-1.1.5.tar.xz mirrors://xorg/individual/app/xkbprint-1.0.6.tar.xz mirrors://xorg/individual/app/xkbutils-1.0.5.tar.xz @@ -35143,6 +35185,7 @@ Gnome session. mirrors://xorg/individual/app/xwd-1.0.8.tar.bz2 mirrors://xorg/individual/app/xwininfo-1.1.5.tar.bz2 mirrors://xorg/individual/app/xwud-1.0.6.tar.xz + mirrors://xorg/individual/app/xdriinfo-1.0.7.tar.xz fontconfig-devel libdmx-devel @@ -35152,6 +35195,7 @@ Gnome session. libpng-devel libSM-devel libXaw-devel + libglvnd-devel libXcomposite-devel libXcursor-devel libXdamage-devel @@ -45737,13 +45781,12 @@ Gnome session. GNU Gizlilik Koruması GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories. GnuPG verilerinizin ve iletişimlerinizin şifrelenmesi ve imzalanmmasını sağlar, her tür genel anahtar dizinleri için modullere erişiminde olduğu gibi çok yönlü anahtar yönetim sistemi avantajı vardır. - https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.8.tar.bz2 + https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.0.tar.bz2 openldap-client pinentry npth-devel libassuan-devel - libksba-devel zlib-devel bzip2 texinfo @@ -45751,7 +45794,8 @@ Gnome session. gnutls-devel readline-devel libgcrypt-devel - libgpg-error-devel + libksba-devel + libgpg-error-devel libusb-compat-devel tpm2-tss-devel @@ -45805,7 +45849,7 @@ Gnome session. Documentation files for GnuPG GnuPG paketine ait API dokümantasyonu - gnupg + gnupg /usr/share/doc/gnupg/html @@ -45814,6 +45858,13 @@ Gnome session. + + 2022-12-20 + 2.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-06 2.3.8 @@ -46760,9 +46811,9 @@ Gnome session. Çeşitli uygulamaların X.509 sertifikaları ve CMS verilerine kolay erişebilmesini sağlayan bir kitaplık libksba is a library designed to build software based on the X.509 and CMS protocols. libksba, X.509 ve CMS protokollerini kullanan yazılımlar üretmek için kullanılan bir kitaplıktır. - https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.5.1.tar.bz2 + https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.3.tar.bz2 - libgpg-error-devel + libgpg-error-devel util/crypt/libksba/pspec.xml @@ -46783,14 +46834,23 @@ Gnome session. Development files for libksba libksba için geliştirme dosyaları - libksba + libksba + libgpg-error-devel /usr/include + /usr/lib/pkgconfig /usr/share/aclocal + + 2022-12-20 + 1.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-05-28 1.5.1 @@ -49125,7 +49185,7 @@ Gnome session. util.misc Intelligent Input Bus for Linux / Unix OS IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. - https://github.com/ibus/ibus/releases/download/1.5.25/ibus-1.5.25.tar.gz + https://github.com/ibus/ibus/releases/download/1.5.27/ibus-1.5.27.tar.gz gtk2-devel gtk3-devel @@ -49149,6 +49209,9 @@ Gnome session. gobject-introspection-devel docbook-xsl libXtst-devel + wayland-devel + wayland-client + libXfixes-devel util/misc/ibus/pspec.xml @@ -49171,7 +49234,7 @@ Gnome session. libxkbcommon gobject-introspection python3-pygobject3 - wayland-client + libXfixes /etc/bash_completion.d/ @@ -49186,7 +49249,7 @@ Gnome session. ibus-gtk2 ibus için gtk2 desteği - ibus + ibus glib2 gtk2 pango @@ -49199,7 +49262,7 @@ Gnome session. ibus-gtk3 ibus için gtk3 desteği - ibus + ibus glib2 gtk3 pango @@ -49212,7 +49275,7 @@ Gnome session. ibus-gtk4 ibus için gtk4 desteği - ibus + ibus glib2 gtk4 pango @@ -49221,12 +49284,26 @@ Gnome session. /usr/lib/gtk-4.0/4.0.0/immodules/ + + ibus-wayland + ibus için wayland desteği + + ibus + glib2 + wayland-client + libxkbcommon + + + /etc/xdg/Xwayland-session.d/10-ibus-x11 + /usr/lib/ibus/ibus-wayland + + ibus-devel ibus için geliştirme dosyaları ibus için geliştirme dosyaları - ibus + ibus glib2-devel @@ -49235,6 +49312,13 @@ Gnome session. + + 2022-12-23 + 1.5.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-08-24 1.5.25 @@ -98649,16 +98733,16 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol This application allows you to capture the entire screen, the active window or a selected region. xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar. org.xfce.screenshooter - https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-1.10.0.tar.bz2 + https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-1.10.1.tar.bz2 python3 intltool - exo-devel libSM-devel libX11-devel - libsoup-devel - libxfce4ui-devel - xfce4-panel-devel + libsoup3-devel + exo-devel + libxfce4ui-devel + xfce4-panel-devel desktop/xfce/addon/xfce4-screenshooter/pspec.xml @@ -98675,7 +98759,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libX11 libxml2 libXext - libsoup + libsoup3 libXfixes gdk-pixbuf libxfce4ui @@ -98693,6 +98777,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-12-22 + 1.10.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-16 1.10.0 @@ -102049,7 +102140,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.xfce.base Xfce file manager Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant - https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.0.tar.bz2 + https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.1.tar.bz2 python3-devel intltool @@ -102124,7 +102215,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gtk3-devel glib2-devel - thunar + thunar /usr/include @@ -102136,13 +102227,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Thunar reference documents data:doc - thunar + thunar /usr/share/gtk-doc + + 2022-12-22 + 4.18.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-14 4.18.0 @@ -103710,7 +103808,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce4-settings is a configuration manager for Xfce desktop environment Xfce4-settings, Xfce masaüstü yöneticisi için yazılmış ayar yöneticisidir. Xfce4-settings jest interfejsem menedżera ustawień Xfce4. Wywodzi się z kilku różnych komponentów do konfiguracji niezależnych od aplikacji, ustawień wewnątrz xfconf. - https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.0.tar.bz2 + https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.1.tar.bz2 intltool exo-devel @@ -103780,6 +103878,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-12-22 + 4.18.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-14 4.18.0 @@ -109564,6 +109669,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-12-21 + 0.12.0 + Rebuild qt5.15.7. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-14 0.12.0 @@ -252244,6 +252356,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2022-12-25 + 3.46.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-02 3.46.0 @@ -252771,7 +252890,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Panel of GNOME Flashback Panel of GNOME Flashback Panel of GNOME Flashback - https://download.gnome.org/sources/gnome-panel/3.46/gnome-panel-3.46.0.tar.xz + https://download.gnome.org/sources/gnome-panel/3.47/gnome-panel-3.47.1.tar.xz itstool gtk-doc @@ -252844,7 +252963,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-panel-devel Development files for gnome-panel - gnome-panel + gnome-panel gtk3-devel glib2-devel @@ -252857,13 +252976,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-panel-docs Development files for gnome-panel - gnome-panel + gnome-panel /usr/share/gtk-doc + + 2022-12-24 + 3.47.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-02 3.46.0 @@ -256112,7 +256238,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.GNOME's main interface to configure various aspects of the desktop GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop. gnome-control-center - https://download.gnome.org/sources/gnome-control-center/43/gnome-control-center-43.1.tar.xz + https://download.gnome.org/sources/gnome-control-center/43/gnome-control-center-43.2.tar.xz gcr-devel glib2-devel @@ -256245,13 +256371,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. gnome-control-center-devel - gnome-control-center + gnome-control-center /usr/share/pkgconfig + + 2022-12-23 + 43.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-05 43.1 @@ -264068,7 +264201,7 @@ components such as the Settings and gnome-shell. qtermwidget5 için geliştirme dosyaları qt5-base-devel - qtermwidget5 + qtermwidget5 /usr/share/cmake/qtermwidget5 @@ -264077,6 +264210,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 1.2.0 + Rebuild qt5-15.7. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-14 1.2.0 @@ -271624,8 +271764,9 @@ components such as the Settings and gnome-shell. GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. Wersja 3 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. gtk - mirrors://gnome/gtk+/3.24/gtk+-3.24.35.tar.xz + mirrors://gnome/gtk+/3.24/gtk+-3.24.36.tar.xz + meson atk-devel cups-devel at-spi2-atk-devel @@ -271648,6 +271789,7 @@ components such as the Settings and gnome-shell. gtk-doc python-six graphite2-devel + libcloudproviders-devel fribidi-devel harfbuzz-devel iso-codes-devel @@ -271684,6 +271826,7 @@ components such as the Settings and gnome-shell. libXcomposite dejavu-fonts graphite2 + libcloudproviders icon-theme-adwaita fribidi freetype @@ -271720,7 +271863,7 @@ components such as the Settings and gnome-shell. GTK demo uyulaması app:gui - gtk3 + gtk3 /usr/bin/gtk3-demo @@ -271742,7 +271885,7 @@ components such as the Settings and gnome-shell. gtk3 için geliştirme dosyaları Pliki nagłówkowe do gtk3 - gtk3 + gtk3 atk-devel pango-devel libX11-devel @@ -271762,6 +271905,7 @@ components such as the Settings and gnome-shell. libXcomposite-devel fribidi-devel wayland-devel + libcloudproviders-devel libxkbcommon-devel wayland-protocols-devel @@ -271774,6 +271918,13 @@ components such as the Settings and gnome-shell. + + 2022-12-22 + 3.24.36 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-23 3.24.35 @@ -273068,20 +273219,20 @@ components such as the Settings and gnome-shell. Qt Quick2 ile kullanım için grafiksel efektler Graphical effects for use with Qt Quick 2 Qt Quick2 ile kullanım için grafiksel efektler - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtgraphicaleffects-everywhere-opensource-src-5.15.7.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml qt5-graphicaleffects - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -273094,13 +273245,20 @@ components such as the Settings and gnome-shell. qt5-graphicaleffects-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -273278,12 +273436,12 @@ components such as the Settings and gnome-shell. Qt için işlemler-arası iletişim modülü. qt5-remoteobjects, Inter-process communication (IPC) module developed for Qt qt5-remoteobjects, Qt için işlemler-arası iletişim modülü sağlar. - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtremoteobjects-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-sql-sqlite - qt5-assistant-devel - qt5-declarative-devel + qt5-base-devel + qt5-sql-sqlite + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml @@ -273291,9 +273449,9 @@ components such as the Settings and gnome-shell. qt5-remoteobjects Inter-process communication (IPC) module developed for Qt - qt5-base - qt5-assistant - qt5-declarative + qt5-base + qt5-assistant + qt5-declarative /usr/lib @@ -273308,9 +273466,9 @@ components such as the Settings and gnome-shell. qt5-remoteobjects için geliştirme dosyaları qt5-remoteobjects-devel, qt5-remoteobjects için geliştirme dosyalarını içerir. - qt5-remoteobjects - qt5-base-devel - qt5-declarative-devel + qt5-remoteobjects + qt5-base-devel + qt5-declarative-devel /usr/include/qt5 @@ -273323,13 +273481,20 @@ components such as the Settings and gnome-shell. qt5-remoteobjects için belgelendirme dosyaları qt5-remoteobjects-docs, qt5-remoteobjects için belgelendirme dosyalarını içerir. - qt5-remoteobjects + qt5-remoteobjects /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -273408,7 +273573,7 @@ components such as the Settings and gnome-shell. qt5-keychain-devel Development support for qt5-keychain - qt5-keychain + qt5-keychain /usr/lib/cmake @@ -273416,6 +273581,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 0.13.2 + Rebuild qt5.15.7 + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 0.13.2 @@ -273565,12 +273737,12 @@ components such as the Settings and gnome-shell. SVG dosyalarının içeriğini görüntüleme için sınıflar Classes for displaying the contents of SVG files SVG dosyalarının içeriğini görüntüleme için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtsvg-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtsvg-everywhere-opensource-src-5.15.7.tar.xz mesa-devel - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite zlib-devel @@ -273582,7 +273754,7 @@ components such as the Settings and gnome-shell. qt5-svg libgcc - qt5-base + qt5-base zlib @@ -273596,8 +273768,8 @@ components such as the Settings and gnome-shell. Development files for qt5-svg qt5-svg için geliştirme dosyaları - qt5-base-devel - qt5-svg + qt5-base-devel + qt5-svg /usr/include/qt5/ @@ -273607,7 +273779,7 @@ components such as the Settings and gnome-shell. qt5-svg-docs - qt5-base + qt5-base /usr/share/doc @@ -273615,6 +273787,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-24 5.15.5 @@ -273825,13 +274004,13 @@ components such as the Settings and gnome-shell. desktop.toolkit.qt5 Qt module for general purpose serial bus access Virtual keyboard framework - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtvirtualkeyboard-everywhere-opensource-src-5.15.7.tar.xz libxcb-devel hunspell-devel - qt5-svg-devel - qt5-base-devel - qt5-declarative-devel + qt5-svg-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-virtualkeyboard/pspec.xml @@ -273839,9 +274018,9 @@ components such as the Settings and gnome-shell. qt5-virtualkeyboard Virtual keyboard framework - qt5-svg - qt5-base - qt5-declarative + qt5-svg + qt5-base + qt5-declarative libgcc libxcb hunspell @@ -273857,7 +274036,7 @@ components such as the Settings and gnome-shell. qt5-virtualkeyboard-devel Development headers for qt5-virtualkeyboard - qt5-virtualkeyboard + qt5-virtualkeyboard /usr/include/qt5 @@ -273866,6 +274045,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -274008,7 +274194,7 @@ components such as the Settings and gnome-shell. Wayland için API'ler sağlar Provides APIs for Wayland Wayland için API'ler sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwayland-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtwayland-everywhere-opensource-src-5.15.7.tar.xz libgcc libX11-devel @@ -274024,8 +274210,8 @@ components such as the Settings and gnome-shell. mesa-devel glib2-devel freetype-devel - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel qt_kde.patch @@ -274047,8 +274233,8 @@ components such as the Settings and gnome-shell. mesa glib2 freetype - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -274061,8 +274247,8 @@ components such as the Settings and gnome-shell. qt5-wayland-devel qt5-wayland için geliştirme dosyaları - qt5-wayland - qt5-base-devel + qt5-wayland + qt5-base-devel /usr/lib/pkgconfig @@ -274072,13 +274258,20 @@ components such as the Settings and gnome-shell. qt5-wayland-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-24 5.15.5 @@ -274306,12 +274499,12 @@ components such as the Settings and gnome-shell. desktop A JavaScript 3D rendering API for Qt Quick Adds support for getting events from gamepad devices - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtgamepad-everywhere-opensource-src-5.15.7.tar.xz eudev-devel libsdl2-devel - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-gamepad/pspec.xml @@ -274322,8 +274515,8 @@ components such as the Settings and gnome-shell. eudev libgcc libsdl2 - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -274336,8 +274529,8 @@ components such as the Settings and gnome-shell. qt5-gamepad-devel Development files for qt5-gamepad - qt5-base-devel - qt5-gamepad + qt5-base-devel + qt5-gamepad /usr/include/qt5 @@ -274346,6 +274539,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -274486,10 +274686,10 @@ components such as the Settings and gnome-shell. desktop Provides a set of easy to use chart components Qt Data Visualization module - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdatavis3d-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtdatavis3d-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-datavis3d/pspec.xml @@ -274497,8 +274697,8 @@ components such as the Settings and gnome-shell. qt5-datavis3d Qt Data Visualization module - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -274511,9 +274711,9 @@ components such as the Settings and gnome-shell. qt5-datavis3d-devel Development files for qt5-datavis3d - qt5-base-devel - qt5-declarative-devel - qt5-datavis3d + qt5-base-devel + qt5-declarative-devel + qt5-datavis3d /usr/include/qt5 @@ -274522,6 +274722,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -274664,15 +274871,15 @@ components such as the Settings and gnome-shell. Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). A cross-platform application and UI framework (Development Tools, QtHelp) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qttools-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qttools-everywhere-opensource-src-5.15.7.tar.xz llvm mesa-devel llvm-clang-devel lld-devel - qt5-base-devel + qt5-base-devel icon-theme-hicolor - qt5-declarative-devel + qt5-declarative-devel qt_kde.patch @@ -274685,8 +274892,8 @@ components such as the Settings and gnome-shell. libgcc llvm-libs llvm-clang - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/bin/qdistancefieldgenerator @@ -274720,8 +274927,8 @@ components such as the Settings and gnome-shell. qt5-assistant-devel - qt5-base-devel - qt5-assistant + qt5-base-devel + qt5-assistant llvm-clang-devel @@ -274735,8 +274942,8 @@ components such as the Settings and gnome-shell. qt5-designer libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/bin/designer @@ -274770,7 +274977,7 @@ components such as the Settings and gnome-shell. qt5-designer-devel qt5-base-devel - qt5-designer + qt5-designer /usr/include/qt5/QtDesigner* @@ -274829,6 +275036,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-24 5.15.5 @@ -275091,7 +275305,7 @@ components such as the Settings and gnome-shell. A library that allows developers to access PolicyKit API with a nice Qt-style API https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.114.0.tar.xz - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel mesa-devel @@ -275102,7 +275316,7 @@ components such as the Settings and gnome-shell. polkit-qt - qt5-base + qt5-base glib2 polkit libgcc @@ -275115,8 +275329,8 @@ components such as the Settings and gnome-shell. polkit-qt-devel - polkit-qt - qt5-base-devel + polkit-qt + qt5-base-devel glib2-devel polkit-devel @@ -275126,6 +275340,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 0.114.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 0.114.0 @@ -275318,10 +275539,10 @@ components such as the Settings and gnome-shell. desktop.toolkit.qt5 Qt module to make text to speech and speech recognition easy Qt module to make text to speech and speech recognition easy - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtspeech-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtspeech-everywhere-opensource-src-5.15.7.tar.xz flite-devel - qt5-base-devel + qt5-base-devel speech-dispatcher-devel desktop/toolkit/qt5/qt5-speech/pspec.xml @@ -275331,7 +275552,7 @@ components such as the Settings and gnome-shell. Qt module to make text to speech and speech recognition easy flite - qt5-base + qt5-base libgcc speech-dispatcher @@ -275345,7 +275566,7 @@ components such as the Settings and gnome-shell. qt5-speech-devel Development headers for qt5-speech - qt5-speech + qt5-speech /usr/lib/cmake @@ -275354,6 +275575,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -275542,17 +275770,17 @@ components such as the Settings and gnome-shell. glib2-devel sqlite-devel python-devel - qt5-linguist - qt5-base-devel - qt5-sql-sqlite - qt5-qdbusviewer - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-assistant-devel - qt5-multimedia-devel - qt5-webchannel-devel - qt5-declarative-devel + qt5-linguist + qt5-base-devel + qt5-sql-sqlite + qt5-qdbusviewer + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-assistant-devel + qt5-multimedia-devel + qt5-webchannel-devel + qt5-declarative-devel gst-plugins-base-devel @@ -275584,11 +275812,11 @@ components such as the Settings and gnome-shell. gstreamer gst-plugins-base gst-plugins-base - qt5-base - qt5-location - qt5-sensors - qt5-webchannel - qt5-declarative + qt5-base + qt5-location + qt5-sensors + qt5-webchannel + qt5-declarative /usr/lib @@ -275618,10 +275846,10 @@ components such as the Settings and gnome-shell. libjpeg-turbo-devel gstreamer-devel gst-plugins-base-devel - qt5-webkit - qt5-base-devel - qt5-sensors-devel - qt5-declarative-devel + qt5-webkit + qt5-base-devel + qt5-sensors-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -275629,6 +275857,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.212.0 + Rebuild qt5-5.15.7 + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.212.0 @@ -275829,7 +276064,7 @@ components such as the Settings and gnome-shell. Cross platform application and UI development framework Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır. Qt es un toolkit para GUI multiplataforma. - https://invent.kde.org/qt/qt/qtbase/-/archive/kde/5.15/qtbase-kde-5.15.tar.bz2 + https://invent.kde.org/qt/qt/qtbase/-/archive/kde/5.15/qtbase-kde-5.15.tar.bz2 zstd-devel at-spi2-core-devel @@ -275965,7 +276200,7 @@ components such as the Settings and gnome-shell. Qt5 için geliştirme dosyaları Development files for Qt 5 - qt5-base + qt5-base libglvnd-devel vulkan-headers libxkbcommon-devel @@ -275981,7 +276216,7 @@ components such as the Settings and gnome-shell. qt5-sql-mysql Qt5'in SQL sınıfları için MySQL sürücüsü - qt5-base + qt5-base libgcc mariadb-lib @@ -275993,7 +276228,7 @@ components such as the Settings and gnome-shell. qt5-sql-postgresql Qt5'in SQL sınıfları için PostgreSQL sürücüsü - qt5-base + qt5-base libgcc postgresql-lib @@ -276005,7 +276240,7 @@ components such as the Settings and gnome-shell. qt5-sql-sqlite Qt5'in SQL sınıfları için SQLite sürücüsü - qt5-base + qt5-base libgcc sqlite @@ -276017,7 +276252,7 @@ components such as the Settings and gnome-shell. qt5-sql-odbc Qt5'in SQL sınıfları için ODBC sürücüsü - qt5-base + qt5-base libgcc unixODBC @@ -276026,6 +276261,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-25 5.15.5 @@ -276356,13 +276598,13 @@ components such as the Settings and gnome-shell. qtwebengine-everywhere-src-5.15.5-TRUE.patch - qt5-base-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-location-devel - qt5-sensors-devel - qt5-webchannel-devel - qt5-designer-devel + qt5-base-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-location-devel + qt5-sensors-devel + qt5-webchannel-devel + qt5-designer-devel bison wget nodejs @@ -276453,7 +276695,7 @@ components such as the Settings and gnome-shell. libopus libxml2 libvpx - qt5-base + qt5-base alsa-lib harfbuzz libevent @@ -276464,11 +276706,11 @@ components such as the Settings and gnome-shell. libXScrnSaver libXdamage libXrender - qt5-location + qt5-location libXcomposite libjpeg-turbo - qt5-webchannel - qt5-declarative + qt5-webchannel + qt5-declarative zlib minizip protobuf @@ -276491,11 +276733,11 @@ components such as the Settings and gnome-shell. qt5-webengine-devel - qt5-webengine - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel + qt5-webengine + qt5-base-devel + qt5-declarative-devel + qt5-location-devel + qt5-webchannel-devel /usr/lib/pkgconfig @@ -276506,13 +276748,20 @@ components such as the Settings and gnome-shell. qt5-webengine-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -276718,21 +276967,21 @@ components such as the Settings and gnome-shell. Bluetooth donanımlarına bağlantı sağlar Provides access to Bluetooth hardware Bluetooth donanımlarına bağlantı sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtconnectivity-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtconnectivity-everywhere-opensource-src-5.15.7.tar.xz bluez-libs-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-connectivity/pspec.xml qt5-connectivity - qt5-base - qt5-declarative + qt5-base + qt5-declarative bluez-libs libgcc @@ -276748,8 +276997,8 @@ components such as the Settings and gnome-shell. qt5-connectivity-devel qt5-connectivity için geliştirme dosyaları - qt5-connectivity - qt5-base-devel + qt5-connectivity + qt5-base-devel /usr/lib/pkgconfig @@ -276766,6 +277015,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -276943,14 +277199,14 @@ components such as the Settings and gnome-shell. QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri Next generation user interface controls based on Qt Quick QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.5.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.7.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-graphicaleffects - qt5-xmlpatterns-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-graphicaleffects + qt5-xmlpatterns-devel + qt5-declarative-devel qt_kde.patch @@ -276961,9 +277217,9 @@ components such as the Settings and gnome-shell. qt5-quickcontrols2 libgcc - qt5-base - qt5-declarative - qt5-graphicaleffects + qt5-base + qt5-declarative + qt5-graphicaleffects /usr/lib @@ -276974,9 +277230,9 @@ components such as the Settings and gnome-shell. qt5-quickcontrols2-devel - qt5-quickcontrols2 - qt5-base-devel - qt5-declarative-devel + qt5-quickcontrols2 + qt5-base-devel + qt5-declarative-devel /usr/include @@ -276986,13 +277242,20 @@ components such as the Settings and gnome-shell. qt5-quickcontrols2-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-24 5.15.5 @@ -277212,22 +277475,19 @@ components such as the Settings and gnome-shell. Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) A cross-platform application and UI framework (Translations) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qttranslations-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qttranslations-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-linguist + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-linguist - - qt_kde.patch - desktop/toolkit/qt5/qt5-translations/pspec.xml qt5-translations - qt5-base + qt5-base /usr/share/qt5 @@ -277235,6 +277495,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-24 5.15.5 @@ -277428,8 +277695,8 @@ components such as the Settings and gnome-shell. liri-cmake-shared extra-cmake-modules - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-accountsservice/pspec.xml @@ -277437,8 +277704,8 @@ components such as the Settings and gnome-shell. qt5-accountsservice libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -277452,8 +277719,8 @@ components such as the Settings and gnome-shell. qt5-accountsservice-devel - qt5-base-devel - qt5-accountsservice + qt5-base-devel + qt5-accountsservice /usr/include @@ -277462,6 +277729,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 1.3.0 + Rebuild qt5-5.15.7 + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 1.3.0 @@ -277646,20 +277920,20 @@ components such as the Settings and gnome-shell. XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar Support for XPath, XQuery, XSLT and XML schema validation XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtxmlpatterns-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-declarative-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-declarative-devel desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml qt5-xmlpatterns - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -277674,8 +277948,8 @@ components such as the Settings and gnome-shell. qt5-xmlpatterns-devel qt5-xmlpatterns için geliştirme dosyaları - qt5-xmlpatterns - qt5-base-devel + qt5-xmlpatterns + qt5-base-devel /usr/lib/pkgconfig @@ -277685,13 +277959,20 @@ components such as the Settings and gnome-shell. qt5-xmlpatterns-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -277862,302 +278143,6 @@ components such as the Settings and gnome-shell. - - - qt5-enginio - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - A Backend-as-a-Service solution to ease the backend development for connected and data-driven application - Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - A Backend-as-a-Service solution to ease the backend development for connected and data-driven application - Bağlı ve veritabanlı uygulamlar için arka uç geliştirmeyi kolaylaştıran bir sevice çözümü - https://github.com/qt/qtenginio/archive/v5.6.3.tar.gz - - libgcc - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite - - - qtenginio-1.6.3-Qt-5.14.patch - - desktop/toolkit/qt5/qt5-enginio/pspec.xml - - - qt5-enginio - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5/ - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin/ - - - - qt5-enginio-devel - qt5-enginio için geliştirme dosyaları - - qt5-base-devel - qt5-enginio - - - /usr/lib/pkgconfig - /usr/include/qt5/ - - - - qt5-enginio-docs - - qt5-base - - - /usr/share/doc/qt5 - - - - - 2020-02-27 - 5.6.3 - Rebuild for qt5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 5.6.3 - Rebuild for qt5.14.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 5.6.3 - Rebuild for qt5.13.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 5.6.3 - Rebuild for qt5.13.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 5.6.3 - Rebuild for qt5.13.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 5.6.3 - Rebuild for qt5.12.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 5.6.3 - Rebuild for qt5.12.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 5.6.3 - Rebuild for qt5.12.0 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 5.6.3 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 5.6.3 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 5.6.3 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-22 - 5.6.3 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-20 - 5.6.2 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 5.6.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.6.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.6.0 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 5.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - qt5-quick1 - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. - Qt4 uyumluluğu için Qt Declarative sunar - Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices. - Qt4 uyumluluğu için Qt Declarative sunar - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz - - mesa-devel - qt5-base-devel - qt5-script-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-declarative-devel - qt5-xmlpatterns-devel - - desktop/toolkit/qt5/qt5-quick1/pspec.xml - - - qt5-quick1 - - mesa - libgcc - qt5-base - qt5-xmlpatterns - qt5-script - qt5-declarative - qt5-xmlpatterns - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/lib/qt5/bin/ - /usr/bin - - - - qt5-quick1-devel - Development file for qt5-quick1 - Development file for qt5-quick1 - - qt5-base-devel - qt5-script-devel - qt5-quick1 - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - - 2017-03-19 - 5.5.1 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 5.5.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 5.5.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 5.5.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 5.5.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2015-10-16 - 5.5.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - qt5-x11extras @@ -278172,11 +278157,11 @@ components such as the Settings and gnome-shell. X11 için platforma özgü API'ler sağlar Provides platform-specific APIs for X11 X11 için platforma özgü API'ler sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtx11extras-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel desktop/toolkit/qt5/qt5-x11extras/pspec.xml @@ -278184,7 +278169,7 @@ components such as the Settings and gnome-shell. qt5-x11extras - qt5-base + qt5-base /usr/lib @@ -278196,8 +278181,8 @@ components such as the Settings and gnome-shell. qt5-x11extras-devel qt5-x11extras için geliştirme dosyaları - qt5-x11extras - qt5-base-devel + qt5-x11extras + qt5-base-devel /usr/lib/pkgconfig @@ -278207,7 +278192,7 @@ components such as the Settings and gnome-shell. qt5-x11extras-docs - qt5-x11extras + qt5-x11extras qt5-base @@ -278215,6 +278200,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -278393,10 +278385,10 @@ components such as the Settings and gnome-shell. desktop.toolkit.qt5 Qt module for general purpose serial bus access Qt module for general purpose serial bus access - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtserialbus-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-serialport-devel + qt5-base-devel + qt5-serialport-devel desktop/toolkit/qt5/qt5-serialbus/pspec.xml @@ -278404,8 +278396,8 @@ components such as the Settings and gnome-shell. qt5-serialbus Qt module for general purpose serial bus access - qt5-base - qt5-serialport + qt5-base + qt5-serialport libgcc @@ -278419,8 +278411,8 @@ components such as the Settings and gnome-shell. qt5-serialbus-devel Development files for qt5-serialbus - qt5-base-devel - qt5-serialbus + qt5-base-devel + qt5-serialbus /usr/include/qt5 @@ -278429,6 +278421,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -278572,20 +278571,20 @@ components such as the Settings and gnome-shell. Provides a way to display web content in a QML application Bir QML uygulamasında web içeriğini görüntülemenin bir yolunu sağlar Bir QML uygulamasında web içeriğini görüntülemenin bir yolunu sağlar - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebview-everywhere-opensource-src-5.15.5.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtwebview-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-webengine-devel - qt5-declarative-devel + qt5-base-devel + qt5-webengine-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-webview/pspec.xml qt5-webview - qt5-base - qt5-webengine - qt5-declarative + qt5-base + qt5-webengine + qt5-declarative /usr/lib @@ -278596,8 +278595,8 @@ components such as the Settings and gnome-shell. qt5-webview-devel Development files for qt5-webview - qt5-webview - qt5-base-devel + qt5-webview + qt5-base-devel /usr/include @@ -278606,6 +278605,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-30 5.15.5 @@ -278629,12 +278635,12 @@ components such as the Settings and gnome-shell. RFC 6455 ile yumuşak WebSocket iletişimi sağlar Provides WebSocket communication compliant with RFC 6455 RFC 6455 ile yumuşak WebSocket iletişimi sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtwebsockets-everywhere-opensource-src-5.15.7.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-websockets/pspec.xml @@ -278642,8 +278648,8 @@ components such as the Settings and gnome-shell. qt5-websockets libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -278654,8 +278660,8 @@ components such as the Settings and gnome-shell. qt5-websockets-devel qt5-websockets için geliştirme dosyaları - qt5-websockets - qt5-base-devel + qt5-websockets + qt5-base-devel /usr/lib/pkgconfig @@ -278665,13 +278671,20 @@ components such as the Settings and gnome-shell. qt5-websockets-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -278847,10 +278860,10 @@ components such as the Settings and gnome-shell. desktop.toolkit.qt5 Provides a set of easy to use chart components Provides a set of easy to use chart components - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtcharts-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtcharts-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-charts/pspec.xml @@ -278858,8 +278871,8 @@ components such as the Settings and gnome-shell. qt5-charts Provides a set of easy to use chart components - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -278872,8 +278885,8 @@ components such as the Settings and gnome-shell. qt5-charts-devel Development files for qt5-charts - qt5-base-devel - qt5-charts + qt5-base-devel + qt5-charts /usr/include/qt5 @@ -278882,6 +278895,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -279025,10 +279045,10 @@ components such as the Settings and gnome-shell. desktop C++ and QML APIs for easy inclusion of 3D graphics C++ and QML APIs for easy inclusion of 3D graphics - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qt3d-everywhere-opensource-src-5.15.5.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qt3d-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel assimp-devel vulkan-headers zlib-devel @@ -279039,8 +279059,8 @@ components such as the Settings and gnome-shell. qt5-3d C++ and QML APIs for easy inclusion of 3D graphics - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc assimp @@ -279055,9 +279075,9 @@ components such as the Settings and gnome-shell. qt5-3d-devel Development files for qt5-3d - qt5-base-devel - qt5-declarative-devel - qt5-3d + qt5-base-devel + qt5-declarative-devel + qt5-3d /usr/include/qt5 @@ -279066,6 +279086,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -279216,40 +279243,40 @@ components such as the Settings and gnome-shell. A cross-platform application and UI framework (Documentation) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) assistant5 - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdoc-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtdoc-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-sql-sqlite - qt5-assistant - qt5-multimedia-docs - qt5-quickcontrols-docs - qt5-quickcontrols2-docs - qt5-x11extras-docs - qt5-webchannel-docs + qt5-base-devel + qt5-sql-sqlite + qt5-assistant + qt5-multimedia-docs + qt5-quickcontrols-docs + qt5-quickcontrols2-docs + qt5-x11extras-docs + qt5-webchannel-docs qt5-webkit-docs - qt5-xmlpatterns-docs - qt5-svg-docs - qt5-script-docs - qt5-sensors-docs - qt5-translations - qt5-graphicaleffects-docs - qt5-imageformats-docs - qt5-websockets-docs - qt5-serialport-docs - qt5-location-docs - qt5-connectivity-docs + qt5-xmlpatterns-docs + qt5-svg-docs + qt5-script-docs + qt5-sensors-docs + qt5-translations + qt5-graphicaleffects-docs + qt5-imageformats-docs + qt5-websockets-docs + qt5-serialport-docs + qt5-location-docs + qt5-connectivity-docs desktop/toolkit/qt5/qt5-doc/pspec.xml qt5-doc - qt5-base - qt5-script - qt5-svg - qt5-xmlpatterns - qt5-assistant - qt5-declarative + qt5-base + qt5-script + qt5-svg + qt5-xmlpatterns + qt5-assistant + qt5-declarative /usr/share/licenses @@ -279257,6 +279284,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -279437,8 +279471,8 @@ components such as the Settings and gnome-shell. A JavaScript 3D rendering API for Qt Quick https://github.com/qt/qtcanvas3d/archive/refs/tags/v5.12.12.tar.gz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-canvas3d/pspec.xml @@ -279446,8 +279480,8 @@ components such as the Settings and gnome-shell. qt5-canvas3d A JavaScript 3D rendering API for Qt Quick - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -279456,6 +279490,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.12.12 + Rebuild qt-5.15.7. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.12.12 @@ -279599,16 +279640,16 @@ components such as the Settings and gnome-shell. Ağ kimlik doğrulama modülü Ağ kimlik doğrulama modülü Ağ kimlik doğrulama modülü - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtnetworkauth-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel + qt5-base-devel desktop/toolkit/qt5/qt5-networkauth/pspec.xml qt5-networkauth - qt5-base + qt5-base /usr/lib @@ -279619,8 +279660,8 @@ components such as the Settings and gnome-shell. qt5-networkauth-devel Development files for qt5-networkauth - qt5-networkauth - qt5-base-devel + qt5-networkauth + qt5-base-devel /usr/include @@ -279629,6 +279670,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -279722,12 +279770,12 @@ components such as the Settings and gnome-shell. Donanım ve hareket algılama sensörüne erişim sağlar Provides access to sensor hardware and motion gesture recognition Donanım ve hareket algılama sensörüne erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtsensors-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtsensors-everywhere-opensource-src-5.15.7.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-sensors/pspec.xml @@ -279735,8 +279783,8 @@ components such as the Settings and gnome-shell. qt5-sensors libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -279748,8 +279796,8 @@ components such as the Settings and gnome-shell. qt5-sensors-devel qt5-sensors için geliştirme dosyaları - qt5-sensors - qt5-base-devel + qt5-sensors + qt5-base-devel /usr/lib/pkgconfig @@ -279759,7 +279807,7 @@ components such as the Settings and gnome-shell. qt5-sensors-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -279767,6 +279815,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -279944,7 +279999,7 @@ components such as the Settings and gnome-shell. Konum, uydu ve alan izleme sınıflarına erişim sağlar Provides access to position, satellite and area monitoring classes Konum, uydu ve alan izleme sınıflarına erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtlocation-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtlocation-everywhere-opensource-src-5.15.7.tar.xz mesa-devel zlib-devel @@ -279953,10 +280008,10 @@ components such as the Settings and gnome-shell. gconf-devel glib2-devel geoclue-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-location/pspec.xml @@ -279970,8 +280025,8 @@ components such as the Settings and gnome-shell. gypsy libgcc geoclue - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -279983,9 +280038,9 @@ components such as the Settings and gnome-shell. qt5-location-devel qt5-location için geliştirme dosyaları - qt5-location - qt5-base-devel - qt5-declarative-devel + qt5-location + qt5-base-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -279995,13 +280050,20 @@ components such as the Settings and gnome-shell. qt5-location-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -280186,13 +280248,13 @@ components such as the Settings and gnome-shell. QML ve JavaScript dilleri için sınıflar Classes for QML and JavaScript languages QML ve JavaScript dilleri için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtdeclarative-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtdeclarative-everywhere-opensource-src-5.15.7.tar.xz python3 - qt5-base-devel + qt5-base-devel libxkbcommon-devel mesa-devel - qt5-sql-sqlite + qt5-sql-sqlite qt_kde.patch @@ -280203,7 +280265,7 @@ components such as the Settings and gnome-shell. qt5-declarative libgcc - qt5-base + qt5-base libglvnd @@ -280218,8 +280280,8 @@ components such as the Settings and gnome-shell. qt5-declarative-devel qt5-declarative için geliştirme dosyaları - qt5-base-devel - qt5-declarative + qt5-base-devel + qt5-declarative /usr/lib/pkgconfig @@ -280228,6 +280290,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-24 5.15.5 @@ -280482,11 +280551,11 @@ components such as the Settings and gnome-shell. Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar. - https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtscript-everywhere-opensource-src-5.15.5.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtscript-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel libgcc @@ -280495,7 +280564,7 @@ components such as the Settings and gnome-shell. qt5-script - qt5-base + qt5-base libgcc @@ -280508,8 +280577,8 @@ components such as the Settings and gnome-shell. qt5-script-devel qt5-script için geliştirme dosyaları - qt5-base-devel - qt5-script + qt5-base-devel + qt5-script /usr/lib/pkgconfig @@ -280519,13 +280588,20 @@ components such as the Settings and gnome-shell. qt5-script-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -280717,7 +280793,7 @@ components such as the Settings and gnome-shell. Ses, video, radyo ve kamera işlevsellikleri için sınıflar Classes for audio, video, radio and camera functionality Ses, video, radyo ve kamera işlevsellikleri için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtmultimedia-everywhere-opensource-src-5.15.7.tar.xz icu4c-devel openal-devel @@ -280726,10 +280802,10 @@ components such as the Settings and gnome-shell. pulseaudio-libs-devel gst-plugins-bad-devel mesa-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel gst-plugins-base-devel desktop/toolkit/qt5/qt5-multimedia/pspec.xml @@ -280745,8 +280821,8 @@ components such as the Settings and gnome-shell. gst-plugins-bad pulseaudio-libs mesa - qt5-base - qt5-declarative + qt5-base + qt5-declarative gst-plugins-base @@ -280759,9 +280835,9 @@ components such as the Settings and gnome-shell. qt5-multimedia-devel qt5-multimedia için geliştirme dosyaları - qt5-multimedia - qt5-base-devel - qt5-declarative-devel + qt5-multimedia + qt5-base-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -280771,13 +280847,20 @@ components such as the Settings and gnome-shell. qt5-multimedia-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -280955,12 +281038,12 @@ components such as the Settings and gnome-shell. HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtwebchannel-everywhere-opensource-src-5.15.7.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-webchannel/pspec.xml @@ -280968,8 +281051,8 @@ components such as the Settings and gnome-shell. qt5-webchannel libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -280981,9 +281064,9 @@ components such as the Settings and gnome-shell. qt5-webchannel-devel qt5-webchannel için geliştirme dosyaları - qt5-webchannel - qt5-base-devel - qt5-declarative-devel + qt5-webchannel + qt5-base-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -280994,14 +281077,21 @@ components such as the Settings and gnome-shell. qt5-webchannel-docs libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -281179,11 +281269,11 @@ components such as the Settings and gnome-shell. Donanım ve sanal seri portlara erişim sağlar Provides access to hardware and virtual serial ports Donanım ve sanal seri portlara erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtserialport-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtserialport-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite eudev-devel desktop/toolkit/qt5/qt5-serialport/pspec.xml @@ -281191,7 +281281,7 @@ components such as the Settings and gnome-shell. qt5-serialport - qt5-base + qt5-base eudev libgcc @@ -281205,8 +281295,8 @@ components such as the Settings and gnome-shell. qt5-serialport-devel qt5-serialport için geliştirme dosyaları - qt5-base-devel - qt5-serialport + qt5-base-devel + qt5-serialport /usr/lib/pkgconfig @@ -281216,13 +281306,20 @@ components such as the Settings and gnome-shell. qt5-serialport-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -281386,230 +281483,6 @@ components such as the Settings and gnome-shell. - - - qt5-configuration - https://github.com/hawaii-desktop/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - desktop.toolkit.qt5 - Settings API with change notifications for Qt - Settings API with change notifications for Qt - Settings API with change notifications for Qt - Settings API with change notifications for Qt - https://github.com/hawaii-desktop/qtconfiguration/archive/v0.3.1.tar.gz - - cmake - dconf-devel - glib2-devel - qt5-declarative-devel - qt5-base-devel - - desktop/toolkit/qt5/qt5-configuration/pspec.xml - - - qt5-configuration - - dconf - libgcc - glib2 - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/share/doc - /usr/lib/qt5/bin/ - /usr/bin - - - - qt5-configuration-devel - - qt5-configuration - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2022-07-05 - 0.3.1 - Rebuild qt5-5.15.5 - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-03-18 - 0.3.1 - Rebuild qt5-5.15.3 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-14 - 0.3.1 - Rebuild qt5-5.15.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-09 - 0.3.1 - Rebuild qt5-5.15.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 0.3.1 - Rebuild qt5-5.14.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-27 - 0.3.1 - Rebuild qt5-5.14.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-22 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-11-02 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-09-05 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-06-20 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-14 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-02-01 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-12-05 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-11-02 - 0.3.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-10-15 - 0.3.1 - Rebuild for qt5.11.2 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-09-03 - 0.3.1 - Rebuild for qt5.10.1 - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-05-01 - 0.3.1 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2018-02-01 - 0.3.1 - Rebuild for qt5.9.3 - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2017-02-20 - 0.3.1 - Rebuild for new Toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2016-10-22 - 0.3.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.3.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-16 - 0.3.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-05-01 - 0.3.1 - Release Bump - PisiLinux Community - admin@pisilinux.org - - - 2016-04-17 - 0.3.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - qt5ct @@ -281628,9 +281501,9 @@ components such as the Settings and gnome-shell. cmake dconf-devel - qt5-linguist - qt5-svg-devel - qt5-base-devel + qt5-linguist + qt5-svg-devel + qt5-base-devel desktop/toolkit/qt5/qt5ct/pspec.xml @@ -281640,7 +281513,7 @@ components such as the Settings and gnome-shell. dconf libgcc qt5-svg - qt5-base + qt5-base /usr/share/qt5ct @@ -281651,6 +281524,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 1.5 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + 2022-07-05 1.5 @@ -281682,10 +281562,10 @@ components such as the Settings and gnome-shell. desktop.toolkit.qt5 Provides a set of easy to use chart components Provides a set of easy to use chart components - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtscxml-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtscxml-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-scxml/pspec.xml @@ -281693,8 +281573,8 @@ components such as the Settings and gnome-shell. qt5-scxml Provides a set of easy to use chart components - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -281708,9 +281588,9 @@ components such as the Settings and gnome-shell. qt5-scxml-devel Development files for qt5-scxml - qt5-scxml - qt5-base-devel - qt5-declarative-devel + qt5-scxml + qt5-base-devel + qt5-declarative-devel /usr/include/qt5 @@ -281719,6 +281599,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -281870,10 +281757,10 @@ components such as the Settings and gnome-shell. gobject-introspection-devel mesa-devel glib2-devel - qt5-base-devel + qt5-base-devel gst-plugins-base-devel - qt5-declarative-devel - qt5-quickcontrols2-devel + qt5-declarative-devel + qt5-quickcontrols2-devel qt-gstreamer-1.6.patch @@ -281889,8 +281776,8 @@ components such as the Settings and gnome-shell. gstreamer libglvnd glib2 - qt5-base - qt5-declarative + qt5-base + qt5-declarative gst-plugins-base @@ -281906,9 +281793,9 @@ components such as the Settings and gnome-shell. glib2-devel gstreamer-devel - qt5-gstreamer - qt5-base-devel - qt5-declarative-devel + qt5-gstreamer + qt5-base-devel + qt5-declarative-devel gst-plugins-base-devel @@ -281918,6 +281805,13 @@ components such as the Settings and gnome-shell. + + 2022-12-21 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2022-07-05 1.2.0 @@ -282109,11 +282003,11 @@ components such as the Settings and gnome-shell. İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP Plugins for additional image formats: TIFF, MNG, TGA, WBMP İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtimageformats-everywhere-opensource-src-5.15.7.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite jasper-devel libmng-devel libjpeg-turbo-devel @@ -282126,7 +282020,7 @@ components such as the Settings and gnome-shell. qt5-imageformats - qt5-base + qt5-base libgcc libmng tiff @@ -282142,13 +282036,20 @@ components such as the Settings and gnome-shell. qt5-imageformats-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -282326,13 +282227,13 @@ components such as the Settings and gnome-shell. Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri Reusable Qt Quick based UI controls to create classic desktop-style user interfaces Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri - http://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtquickcontrols-everywhere-opensource-src-5.15.5.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.7/submodules/qtquickcontrols-everywhere-opensource-src-5.15.7.tar.xz mesa-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -282340,8 +282241,8 @@ components such as the Settings and gnome-shell. qt5-quickcontrols libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -282352,13 +282253,20 @@ components such as the Settings and gnome-shell. qt5-quickcontrols-docs - qt5-base + qt5-base /usr/share/doc + + 2022-12-21 + 5.15.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.5 @@ -283771,7 +283679,7 @@ components such as the Settings and gnome-shell. OpenType text shaping engine The Harfbuzz package contains an OpenType text shaping engine. harfbuzz - https://github.com/harfbuzz/harfbuzz/archive/5.3.1.tar.gz + https://github.com/harfbuzz/harfbuzz/archive/6.0.0.tar.gz git meson @@ -283812,7 +283720,7 @@ components such as the Settings and gnome-shell. icu4c-devel graphite2-devel freetype-devel - harfbuzz + harfbuzz /usr/include/harfbuzz @@ -283851,6 +283759,13 @@ components such as the Settings and gnome-shell. + + 2022-12-17 + 6.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-20 5.3.1 @@ -288187,28 +288102,30 @@ components such as the Settings and gnome-shell. dbus-devel dbus-python3 + pyqt-builder + python3-setuptools dbus-python-common python3-devel python3-sip - qt5-svg-devel - qt5-base-devel - qt5-script-devel + qt5-svg-devel + qt5-base-devel + qt5-script-devel qt5-webkit-devel - qt5-sensors-devel - qt5-location-devel - qt5-designer-devel + qt5-sensors-devel + qt5-location-devel + qt5-designer-devel python3-pyqt5-sip - qt5-x11extras-devel - qt5-webengine-devel - qt5-multimedia-devel - qt5-serialport-devel - qt5-webchannel-devel - qt5-websockets-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-networkauth-devel - qt5-connectivity-devel - qt5-quickcontrols2-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-multimedia-devel + qt5-serialport-devel + qt5-webchannel-devel + qt5-websockets-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-networkauth-devel + qt5-connectivity-devel + qt5-quickcontrols2-devel restore-sip4-support.patch @@ -288223,22 +288140,22 @@ components such as the Settings and gnome-shell. dbus python3 python3-sip - qt5-designer - qt5-webengine - qt5-svg - qt5-base - qt5-sensors - qt5-location + qt5-designer + qt5-webengine + qt5-svg + qt5-base + qt5-sensors + qt5-location qt5-webkit - qt5-x11extras - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity - qt5-networkauth + qt5-x11extras + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity + qt5-networkauth python3-pyqt5-sip @@ -288247,7 +288164,7 @@ components such as the Settings and gnome-shell. /usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so /usr/lib/qt5/plugins/designer/libpyqt5.so /usr/share/doc - /usr/share/qt5/qsci/api/python/PyQt5.api + /usr/share/qt5/qsci/api/python*/PyQt5.api /usr/bin/pyrcc5 /usr/bin/pylupdate5 @@ -288257,14 +288174,21 @@ components such as the Settings and gnome-shell. Development files for python3-qt5 libgcc - qt5-base - python3-qt5 + qt5-base + python3-qt5 - /usr/share/sip/PyQt5 + /usr/lib/python3*/site-packages/PyQt5/bindings/ + + 2022-12-21 + 5.15.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.7 @@ -305556,7 +305480,7 @@ components such as the Settings and gnome-shell. rust-bindgen https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.63.0.tar.gz - rust + rust llvm-clang-devel programming/language/rust-bindgen/pspec.xml @@ -305572,6 +305496,13 @@ components such as the Settings and gnome-shell. + + 2022-12-24 + 0.63.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + 2022-12-05 0.63.0 @@ -309673,25 +309604,25 @@ components such as the Settings and gnome-shell. python-enum34 dbus-python-common python-sip - qt5-svg-devel - qt5-base-devel + qt5-svg-devel + qt5-base-devel python-pyqt5-sip - qt5-script-devel + qt5-script-devel qt5-webkit-devel - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-x11extras-devel - qt5-webengine-devel - qt5-websockets-devel - qt5-multimedia-devel - qt5-serialport-devel - qt5-webchannel-devel - qt5-declarative-devel - qt5-networkauth-devel - qt5-xmlpatterns-devel - qt5-connectivity-devel - qt5-quickcontrols2-devel + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-websockets-devel + qt5-multimedia-devel + qt5-serialport-devel + qt5-webchannel-devel + qt5-declarative-devel + qt5-networkauth-devel + qt5-xmlpatterns-devel + qt5-connectivity-devel + qt5-quickcontrols2-devel restore-sip4-support.patch @@ -309708,22 +309639,22 @@ components such as the Settings and gnome-shell. python-enum34 python-sip qt5-webengine - qt5-svg - qt5-base - qt5-sensors + qt5-svg + qt5-base + qt5-sensors qt5-webkit - qt5-location - qt5-designer - qt5-x11extras - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity + qt5-location + qt5-designer + qt5-x11extras + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity python-pyqt5-sip - qt5-networkauth + qt5-networkauth /usr/bin/py2uic5 @@ -309740,14 +309671,21 @@ components such as the Settings and gnome-shell. Development files for python-qt5 libgcc - qt5-base - python-qt5 + qt5-base + python-qt5 /usr/share/sip/Py2Qt5 + + 2022-12-21 + 5.15.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-05 5.15.7 @@ -324391,13 +324329,12 @@ components such as the Settings and gnome-shell. Systems programming language focused on safety, speed and concurrency Rust inanılmaz hızlı ve bellek tasarrufludur. Çöp toplayıcısı veya çalışma zamanı olmadan performans açısından kritik öneme sahip servisleri çalıştırabilir, gömülü cihazlarda çalışabilir ve diğer dillerle kolayca entegre olabilir. Rust jest niesamowicie szybki i wydajny w pamięci. Może uruchamiać usługi krytyczne pod względem wydajności bez modułu odśmiecania pamięci lub środowiska wykonawczego, działać na urządzeniach osadzonych i łatwo integrować się z innymi językami. - https://static.rust-lang.org/dist/rustc-1.64.0-src.tar.gz - https://static.rust-lang.org/dist/rust-1.64.0-x86_64-unknown-linux-gnu.tar.gz + https://static.rust-lang.org/dist/rustc-1.66.0-src.tar.gz bootstrap-config.toml - rust + rust perl llvm cmake @@ -324441,13 +324378,20 @@ components such as the Settings and gnome-shell. rust-docs Development files for rust - rust + rust /usr/share/doc/rust/html + + 2022-12-24 + 1.66.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-23 1.64.0 @@ -329892,7 +329836,7 @@ Konuk sanal makinede çalışan okuyucu. TCG TPM2 (Trusted Platform Module) Yazılım yığınının (TSS2) açık kaynak kodlu uygulanması Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2) tpm2-tss, TCG TPM2 (Trusted Platform Module) Yazılım yığınının (TSS2) açık kaynak kodlu uygulanmasını içeren kitaplıkları sunar. - https://github.com/tpm2-software/tpm2-tss/archive/3.2.0.tar.gz + https://github.com/tpm2-software/tpm2-tss/releases/download/3.2.1/tpm2-tss-3.2.1.tar.gz doxygen iproute2 @@ -329931,7 +329875,7 @@ Konuk sanal makinede çalışan okuyucu. curl-devel json-c-devel openssl-devel - tpm2-tss + tpm2-tss /usr/include @@ -329939,6 +329883,13 @@ Konuk sanal makinede çalışan okuyucu. + + 2022-12-20 + 3.2.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-10 3.2.0 @@ -332836,7 +332787,7 @@ to create header files and sources from protocol files. Rust koduna C bağlamaları oluşturmak için bir araç https://github.com/eqrion/cbindgen/archive/v0.24.3.tar.gz - rust + rust llvm curl-devel @@ -332850,6 +332801,13 @@ to create header files and sources from protocol files. + + 2022-12-23 + 0.24.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-01 0.24.3 @@ -337580,9 +337538,10 @@ contacts, tasks, and calendar information. C++ için sinyal altyapısı libsigc++ is a library which implements a full callback system for use in widget libraries, abstract interfaces, and general programming. libsigc++, widget kitaplıkları, soyut arabirimlerde ve genel programlama esnasında kullanılmak üzere tasarlanmış bir sinyal ve callback altyapısıdır. - mirrors://gnome/libsigc++/2.10/libsigc++-2.10.8.tar.xz + mirrors://gnome/libsigc++/2.12/libsigc++-2.12.0.tar.xz mm-common + docbook-xsl programming/misc/libsigc++/pspec.xml @@ -337601,7 +337560,7 @@ contacts, tasks, and calendar information. Development files for libsigc++ libsigc++ için geliştirme dosyaları - libsigc++ + libsigc++ /usr/include @@ -337618,6 +337577,13 @@ contacts, tasks, and calendar information. + + 2022-12-24 + 2.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-01 2.10.8 @@ -341140,9 +341106,10 @@ contacts, tasks, and calendar information. programming.misc Typesafe signal framework for C++ libsigc++ is a library which implements a full callback system for use in widget libraries, abstract interfaces, and general programming. - mirrors://gnome/libsigc++/3.0/libsigc++-3.0.7.tar.xz + mirrors://gnome/libsigc++/3.4/libsigc++-3.4.0.tar.xz mm-common + docbook-xsl programming/misc/libsigc++3/pspec.xml @@ -341160,7 +341127,7 @@ contacts, tasks, and calendar information. libsigc++3-devel Development files for libsigc++3 - libsigc++3 + libsigc++3 /usr/include @@ -341176,6 +341143,13 @@ contacts, tasks, and calendar information. + + 2022-12-24 + 3.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-07-25 3.0.7 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index a51f0445a9..505e6ad502 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -73557408ddd36d6cfee119f2636188870b27064b \ No newline at end of file +35f3d6e9267f0eed858e5ef49360469707e177ca \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index db2cd67423..dc3a9e9f21 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 9e0ab0cebf..c8e2db81a0 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -5abf0a0698290d8e9d256509928fee78d91aa867 \ No newline at end of file +191983718f98fc77a14fc60d03dd2a948e8a7856 \ No newline at end of file