diff --git a/desktop/misc/at-spi2-atk/actions.py b/desktop/misc/at-spi2-atk/actions.py deleted file mode 100644 index b9287601c9..0000000000 --- a/desktop/misc/at-spi2-atk/actions.py +++ /dev/null @@ -1,30 +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 autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import mesontools -from pisi.actionsapi import get - -def setup(): - options = "--prefix=/usr --sysconfdir=/etc \ - " - - if get.buildTYPE() == "emul32": - options += " --libdir=lib32" - - mesontools.configure(options) - -def build(): - mesontools.build() - -def install(): - mesontools.install() - if get.buildTYPE() == "emul32": - return - - pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS") diff --git a/desktop/misc/at-spi2-atk/pspec.xml b/desktop/misc/at-spi2-atk/pspec.xml deleted file mode 100644 index 3195e04bb9..0000000000 --- a/desktop/misc/at-spi2-atk/pspec.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - at-spi2-atk - http://www.linuxfoundation.org/collaborate/workgroups/accessibility - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - service - Protocol definitions and daemons for D-Bus at-spi - at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. - mirrors://gnome/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz - - meson - at-spi2-core-devel - glib2-devel - atk-devel - libX11-devel - dbus-devel - libXtst-devel - libxml2-devel - - - - - at-spi2-atk - - atk - dbus - glib2 - at-spi2-core - - - /usr/lib - /usr/share/doc - - - - - at-spi2-atk-32bit - emul32 - 32-bit shared libraries for at-spi2-atk - emul32 - - at-spi2-core-32bit - atk-32bit - dbus-32bit - glib2-32bit - libxml2-32bit - - - atk-32bit - dbus-32bit - glib2-32bit - at-spi2-core-32bit - - - /usr/lib32 - - - - - at-spi2-atk-devel - at-spi2-atk için geliştirme dosyaları - - at-spi2-atk - glib2-devel - at-spi2-core-devel - - - /usr/lib32/pkgconfig - /usr/lib/pkgconfig - /usr/include - - - - - - 2022-04-27 - 2.38.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.38.0 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-02 - 2.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 2.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-21 - 2.30.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-26 - 2.26.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 2.26.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-19 - 2.26.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-17 - 2.26.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-28 - 2.22.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.18.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.18.1 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-01-26 - 2.18.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/desktop/misc/at-spi2-atk/translations.xml b/desktop/misc/at-spi2-atk/translations.xml deleted file mode 100644 index a5556d2f9c..0000000000 --- a/desktop/misc/at-spi2-atk/translations.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - at-spi2-core - D-Bus at-spi için protokol tanımları ve hizmetleri - at-spi2-atk, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar. - - - - at-spi2-atk-32bit - 32-bit shared libraries for at-spi2-atk - - - - at-spi2-atk-devel - at-spi2-atk için geliştirme dosyaları - - diff --git a/desktop/misc/at-spi2-core/actions.py b/desktop/misc/at-spi2-core/actions.py index 2d6ea90678..364459a188 100644 --- a/desktop/misc/at-spi2-core/actions.py +++ b/desktop/misc/at-spi2-core/actions.py @@ -48,4 +48,4 @@ def install(): return shelltools.cd("..") - pisitools.dodoc("COPYING", "NEWS", "README*") + pisitools.dodoc("NEWS", "README*") diff --git a/desktop/misc/at-spi2-core/pspec.xml b/desktop/misc/at-spi2-core/pspec.xml index 8e9e946bd2..d61112d64e 100644 --- a/desktop/misc/at-spi2-core/pspec.xml +++ b/desktop/misc/at-spi2-core/pspec.xml @@ -12,7 +12,7 @@ service Protocol definitions and daemons for D-Bus at-spi at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. - mirrors://gnome/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz + mirrors://gnome/at-spi2-core/2.46/at-spi2-core-2.46.0.tar.xz meson gtk-doc @@ -36,10 +36,11 @@ at-spi2-core - libXtst - libX11 dbus glib2 + libXi + libX11 + libXtst /etc @@ -56,9 +57,9 @@ at-spi2-core-32bit - emul32 --> - 32-bit shared libraries for at-spi2-core --> --> - emul32 --> --> + emul32 + 32-bit shared libraries for at-spi2-core + emul32 dbus-32bit glib2-32bit @@ -105,7 +106,118 @@ + + atk + + glib2 + + + /usr/lib/girepository-1.0/Atk-1.0.typelib + /usr/lib/libatk-1.0.so.0 + /usr/lib/libatk-1.0.so* + + + + + atk-devel + Development files for atk + + atk + glib2-devel + + + /usr/include/atk-1.0 + /usr/share/gir-1.0/Atk-1.0.gir + /usr/lib/pkgconfig/atk.pc + /usr/lib32/pkgconfig/atk.pc + + + + + atk-32bit + 32-bit shared libraries for atk + + glib2-32bit + + + atk + glib2-32bit + + + /usr/lib32/libatk-1.0.so* + + + + + at-spi2-atk + + atk + dbus + glib2 + at-spi2-core + + + /usr/lib/libatk-bridge-2.0.so* + /usr/lib/gtk-2.0/modules/libatk-bridge.so* + /usr/lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop + + + + + at-spi2-atk-32bit + 32-bit shared libraries for at-spi2-atk + + at-spi2-core-32bit + atk-32bit + dbus-32bit + glib2-32bit + libxml2-32bit + + + atk-32bit + dbus-32bit + glib2-32bit + at-spi2-core-32bit + + + /usr/lib32/libatk-bridge-2.0.so* + /usr/lib32/gtk-2.0/modules/libatk-bridge.so + /usr/lib32/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop + + + + + at-spi2-atk-devel + at-spi2-atk için geliştirme dosyaları + + at-spi2-atk + atk-devel + dbus-devel + glib2-devel + at-spi2-core-devel + + + /usr/lib32/pkgconfig/atk-bridge-2.0.pc + /usr/lib/pkgconfig/atk-bridge-2.0.pc + /usr/include/at-spi2-atk + + + + + 2022-09-17 + 2.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 2.45.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-04-22 2.44.1 diff --git a/desktop/toolkit/gtk/atk/actions.py b/desktop/toolkit/gtk/atk/actions.py deleted file mode 100644 index 3ba78e8a9b..0000000000 --- a/desktop/toolkit/gtk/atk/actions.py +++ /dev/null @@ -1,30 +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 pisitools -from pisi.actionsapi import mesontools -from pisi.actionsapi import get - - -def setup(): - - options = "-Ddocs=false" - - - if get.buildTYPE() == "emul32": - options += " -Dintrospection=false " - - - mesontools.configure(options) - -def build(): - - mesontools.build() - -def install(): - mesontools.install() - - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*") diff --git a/desktop/toolkit/gtk/atk/pspec.xml b/desktop/toolkit/gtk/atk/pspec.xml deleted file mode 100644 index 999508dd30..0000000000 --- a/desktop/toolkit/gtk/atk/pspec.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - - - atk - https://developer.gnome.org/atk/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - GTK+ and GNOME Accessibility Toolkit - These libraries provide tools for making software for people with disabilities. - mirrors://gnome/atk/2.38/atk-2.38.0.tar.xz - - gobject-introspection-devel - glib2-devel - - - meson - - - - - atk - - glib2 - - - /usr/lib/libatk* - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/doc - - - - - atk-devel - Development files for atk - - atk - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - atk-32bit - emul32 - 32-bit shared libraries for atk - emul32 - - glib2-32bit - - - atk - glib2-32bit - - - /usr/lib32 - - - - - - 2022-05-31 - 2.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-03 - 2.36.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-08 - 2.34.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-07-27 - 2.30.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 2.28.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-19 - 2.28.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-08 - 2.27.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 2.22.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.16.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.16.0 - release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-04-17 - 2.16.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - diff --git a/desktop/toolkit/gtk/atk/translations.xml b/desktop/toolkit/gtk/atk/translations.xml deleted file mode 100644 index 1c5014a9a5..0000000000 --- a/desktop/toolkit/gtk/atk/translations.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - atk - GTK+ ve GNOME erişilebilirlik kitaplığı - Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir. - Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées. - - - - atk-devel - atk için geliştirme dosyaları - - - - atk-32bit - atk için 32-bit paylaşımlı kitaplıklar - - diff --git a/pisi-index.xml b/pisi-index.xml index 9064cfc02c..2110c30b41 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -90883,7 +90883,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol GNOME panel is located in the edge of screen that provides contains widgets such as application launcher, cpu monitor and workspace switcher. Mate paneli ekranın kenarlarında bulunur ve programcıkları (işlemci yükü, program başlatıcısı, çalışma alanı değiştiricisi gibi) barındırmayı sağlar. mate-panel - http://pub.mate-desktop.org/releases/1.26/mate-panel-1.26.2.tar.xz + http://pub.mate-desktop.org/releases/1.27/mate-panel-1.27.0.tar.xz gtk3-devel libSM-devel @@ -90949,7 +90949,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gtk3-devel glib2-devel - mate-panel + mate-panel /usr/include @@ -90961,13 +90961,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mate-panel için döküman belgeleri. mate-panel için döküman belgeleri. - mate-panel + mate-panel /usr/share/gtk-doc + + 2022-11-01 + 1.27.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-01-28 1.26.2 @@ -94264,12 +94271,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.mate Display readings from hardware sensors in your MATE panel. MATE Sensors Applet is an applet for the MATE Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings under Linux.on. - http://pub.mate-desktop.org/releases/1.26/mate-sensors-applet-1.26.0.tar.xz + http://pub.mate-desktop.org/releases/1.27/mate-sensors-applet-1.27.0.tar.xz gtk3-devel mate-common libnotify-devel - mate-panel-devel + mate-panel-devel lm_sensors-devel libxslt-devel intltool @@ -94308,13 +94315,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mate-sensors-applet için geliştirme dosyaları mate-sensors-applet için geliştirme dosyaları - mate-sensors-applet + mate-sensors-applet /usr/include + + 2022-11-01 + 1.27.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-09-07 1.26.0 @@ -99259,7 +99273,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format Xfce4-appfinder, kullanıcının sisteminde yüklü, masastünde doğrudan çalışabilen her uygulamayı bulmasını sağlayan, kullanışlı bir uygulama bulucudur. Wyszukiwanie aplikacji dla środowiska graficznego Xfce4. Wyszukuje zainstalowane w systemie aplikacje. - https://archive.xfce.org/src/xfce/xfce4-appfinder/4.17/xfce4-appfinder-4.17.0.tar.bz2 + https://archive.xfce.org/src/xfce/xfce4-appfinder/4.17/xfce4-appfinder-4.17.1.tar.bz2 intltool gtk3-devel @@ -99290,6 +99304,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-10-31 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-09-23 4.17.0 @@ -99335,7 +99356,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce menü kitaplığı garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus. garcon, Xfce'nin eski menü kitaplığı olan libxfce4menu'nun freedesktop.org menü standartlarına uygun hale getirilmiş, Xfce'nin yeni menü kitaplığıdır. Sadece GLib/GIO kullanılarak yazılmıştır ve eski menüler hariç tüm özellikleri kapsamayı amaçlamaktadır. - https://archive.xfce.org/src/xfce/garcon/4.17/garcon-4.17.0.tar.bz2 + https://archive.xfce.org/src/xfce/garcon/4.17/garcon-4.17.2.tar.bz2 python3 intltool @@ -99343,8 +99364,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gtk3-devel glib2-devel freetype-devel - libxfce4ui-devel - libxfce4util-devel + libxfce4ui-devel + libxfce4util-devel gobject-introspection-devel desktop/xfce/base/garcon/pspec.xml @@ -99377,7 +99398,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gtk3-devel glib2-devel libxfce4ui-devel - garcon + garcon /usr/include @@ -99389,13 +99410,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol garcon documentation files garcon belgeleri - garcon + garcon /usr/share/gtk-doc + + 2022-10-31 + 4.17.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-05-15 4.17.0 @@ -99908,7 +99936,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce için basit yardımcı uygulama kitaplığı Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment. libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır. - https://archive.xfce.org/src/xfce/libxfce4util/4.17/libxfce4util-4.17.2.tar.bz2 + https://archive.xfce.org/src/xfce/libxfce4util/4.17/libxfce4util-4.17.3.tar.bz2 python3 gtk-doc @@ -99942,7 +99970,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol data:doc glib2-devel - libxfce4util + libxfce4util /usr/include @@ -99951,6 +99979,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-10-31 + 4.17.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-03-17 4.17.2 @@ -100003,7 +100038,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce arayüz kitaplığı libxfce4ui is a various GTK+ widgets for Xfce desktop environment. libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır. - https://archive.xfce.org/src/xfce/libxfce4ui/4.17/libxfce4ui-4.17.7.tar.bz2 + https://archive.xfce.org/src/xfce/libxfce4ui/4.17/libxfce4ui-4.17.8.tar.bz2 python3 intltool @@ -100012,7 +100047,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol glib2-devel libSM-devel xfconf-devel - libxfce4util-devel + libxfce4util-devel libX11-devel libgtop-devel desktop-file-utils @@ -100050,7 +100085,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libxfce4ui-devel libxfce4ui geliştirme dosyaları - libxfce4ui + libxfce4ui gtk2-devel gtk3-devel xfconf-devel @@ -100064,6 +100099,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-10-31 + 4.17.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-06 4.17.7 @@ -100148,7 +100190,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır. xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna. xfce - https://archive.xfce.org/src/xfce/xfdesktop/4.17/xfdesktop-4.17.0.tar.bz2 + https://archive.xfce.org/src/xfce/xfdesktop/4.17/xfdesktop-4.17.1.tar.bz2 intltool exo-devel @@ -100209,6 +100251,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-11-01 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-20 4.17.0 @@ -100268,7 +100317,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Bir önizleme servisi Tumbler is a thumbnail service for the filemanager of Xfce desktop environment. Tumbler Xfce masaüstü ortamının dosya yöneticisi için bir önizleme servisidir. - https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.2.tar.bz2 + https://archive.xfce.org/src/xfce/tumbler/4.17/tumbler-4.17.3.tar.bz2 intltool curl-devel @@ -100280,7 +100329,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libopenraw-devel gdk-pixbuf-devel poppler-glib-devel - libxfce4util-devel + libxfce4util-devel libjpeg-turbo-devel gst-plugins-base-devel ffmpegthumbnailer-devel @@ -100318,7 +100367,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Development files for tumbler tumbler için geliştirme dosyaları - tumbler + tumbler glib2-devel gobject-introspection-devel @@ -100335,6 +100384,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-10-31 + 4.17.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-19 4.17.2 @@ -100394,7 +100450,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Xfce geliştirme araçları Xfce4-dev-tools contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook. Xfce4-dev-tools paketi, Xfce geliştiricileri ve SVN'den Xfce inşa edecek kullanıcılar için gerekli temel araçları içine alır. Buna ek olarak pakette Xfce geliştiricileri için el kitabı da yer almaktadır. - https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.17/xfce4-dev-tools-4.17.0.tar.bz2 + https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.17/xfce4-dev-tools-4.17.1.tar.bz2 glib2-devel @@ -100412,6 +100468,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-11-01 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-07-26 4.17.0 @@ -100675,7 +100738,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels Xfce4 paneli, farklı pozisyon, görünüm ve davranış gibi ayarlara sahip birden fazla paneli destekleyebilmektedir. Uygulama başlatıcı tipinde ayrılabilir menüler, grafiksel sayfalayıcı, görev çubuğu, saat, sistem çekmecesi, masaüstünü gizleme / görüntüleme ve bir panelde olabilecek birçok şeyi içinde barındırır. Ayrıca, diyalog penceresi kullanarak kolayca panel öğesi eklemeye ve panelden panele öğe taşımaya izin verir. Jest to panel dostarczany przez projekt środowiska graficznego Xfce4. Jeśli użytkownik chce posiadać wielofunkcyjny panel, który może obsługiwać aplety i tym podobne programy, to Xfce4 Panel może być wart wypróbowania. - https://archive.xfce.org/src/xfce/xfce4-panel/4.17/xfce4-panel-4.17.3.tar.bz2 + https://archive.xfce.org/src/xfce/xfce4-panel/4.17/xfce4-panel-4.17.4.tar.bz2 gtk-doc intltool @@ -100702,10 +100765,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol startup-notification-devel gobject-introspection-devel exo-devel - garcon-devel + garcon-devel xfconf-devel - libxfce4ui-devel - libxfce4util-devel + libxfce4ui-devel + libxfce4util-devel desktop/xfce/base/xfce4-panel/pspec.xml @@ -100749,7 +100812,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol glib2-devel gtk3-devel libxfce4util-devel - xfce4-panel + xfce4-panel /usr/include @@ -100758,6 +100821,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-10-31 + 4.17.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-08-21 4.17.3 @@ -101061,7 +101131,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode Xfce4 pencere yöneticisi, uygulama pencerelerinin ekrana yerleştirmeyi sağlar, pencerelerin güzel görünmesini sağlar, çalışma alanlarını ve sanal masaüstlerini yönetir ve doğal olarak çoklu ekran kipini destekler. Pakiet zawiera xfwm4, który jest menedżerem okiem do Xfce4. Jest on zaprojektowany do uruchamiania z resztą środowiska Xfce4. - https://archive.xfce.org/src/xfce/xfwm4/4.16/xfwm4-4.16.1.tar.bz2 + https://archive.xfce.org/src/xfce/xfwm4/4.17/xfwm4-4.17.1.tar.bz2 intltool gtk3-devel @@ -101111,6 +101181,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2022-11-01 + 4.17.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-01-15 4.16.1 @@ -159680,6 +159757,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol ki18n-devel solid-devel + libcec-devel kconfig-devel kcmutils-devel wayland-devel @@ -159703,6 +159781,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol ki18n solid + libcec kconfig libevdev qt5-base @@ -260509,154 +260588,6 @@ components such as the Settings and gnome-shell. - - - atk - https://developer.gnome.org/atk/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.toolkit.gtk - GTK+ and GNOME Accessibility Toolkit - GTK+ ve GNOME erişilebilirlik kitaplığı - Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées. - These libraries provide tools for making software for people with disabilities. - Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir. - mirrors://gnome/atk/2.38/atk-2.38.0.tar.xz - - gobject-introspection-devel - glib2-devel - meson - - desktop/toolkit/gtk/atk/pspec.xml - - - atk - - glib2 - - - /usr/lib/libatk* - /usr/lib/girepository-1.0 - /usr/share/gir-1.0 - /usr/share/locale - /usr/share/doc - - - - atk-devel - Development files for atk - atk için geliştirme dosyaları - - atk - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - atk-32bit - 32-bit shared libraries for atk - atk için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glib2-32bit - - - atk - glib2-32bit - - - /usr/lib32 - - - - - 2022-05-31 - 2.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-03 - 2.36.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-01-08 - 2.34.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2018-07-27 - 2.30.0 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-07-27 - 2.28.1 - Rebuild with new toolchain - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-19 - 2.28.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-08 - 2.27.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-06 - 2.22.0 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.16.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.16.0 - release bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-04-17 - 2.16.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - libwnck3 @@ -276948,176 +276879,6 @@ components such as the Settings and gnome-shell. - - - at-spi2-atk - http://www.linuxfoundation.org/collaborate/workgroups/accessibility - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - service - desktop.misc - Protocol definitions and daemons for D-Bus at-spi - at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. - mirrors://gnome/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz - - meson - at-spi2-core-devel - glib2-devel - atk-devel - libX11-devel - dbus-devel - libXtst-devel - libxml2-devel - - desktop/misc/at-spi2-atk/pspec.xml - - - at-spi2-atk - - atk - dbus - glib2 - at-spi2-core - - - /usr/lib - /usr/share/doc - - - - at-spi2-atk-32bit - 32-bit shared libraries for at-spi2-atk - emul32 - emul32 - - at-spi2-core-32bit - atk-32bit - dbus-32bit - glib2-32bit - libxml2-32bit - - - atk-32bit - dbus-32bit - glib2-32bit - at-spi2-core-32bit - - - /usr/lib32 - - - - at-spi2-atk-devel - at-spi2-atk için geliştirme dosyaları - at-spi2-atk için geliştirme dosyaları - - at-spi2-atk - glib2-devel - at-spi2-core-devel - - - /usr/lib32/pkgconfig - /usr/lib/pkgconfig - /usr/include - - - - - 2022-04-27 - 2.38.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-25 - 2.38.0 - Rebuild py3. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-02 - 2.38.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-15 - 2.34.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-03-21 - 2.30.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2018-11-26 - 2.26.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-07-27 - 2.26.2 - Rebuild with new toolchain - Pisi Linux Community - admin@pisilinux.org - - - 2018-04-19 - 2.26.2 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2018-01-17 - 2.26.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-28 - 2.22.0 - Rebuild for new Toolchain. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2016-06-09 - 2.18.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-25 - 2.18.1 - Release bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-01-26 - 2.18.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - at-spi2-core @@ -277133,7 +276894,7 @@ components such as the Settings and gnome-shell. D-Bus at-spi için protokol tanımları ve hizmetleri at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation. at-spi2-core, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar. - mirrors://gnome/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz + mirrors://gnome/at-spi2-core/2.46/at-spi2-core-2.46.0.tar.xz meson gtk-doc @@ -277154,10 +276915,11 @@ components such as the Settings and gnome-shell. at-spi2-core - libXtst - libX11 dbus glib2 + libXi + libX11 + libXtst /etc @@ -277208,7 +276970,7 @@ components such as the Settings and gnome-shell. at-spi2-core için geliştirme dosyaları at-spi2-core için geliştirme dosyaları - at-spi2-core + at-spi2-core dbus-devel glib2-devel libXi-devel @@ -277221,7 +276983,112 @@ components such as the Settings and gnome-shell. /usr/lib32/pkgconfig + + atk + + glib2 + + + /usr/lib/girepository-1.0/Atk-1.0.typelib + /usr/lib/libatk-1.0.so.0 + /usr/lib/libatk-1.0.so* + + + + atk-devel + Development files for atk + + atk + glib2-devel + + + /usr/include/atk-1.0 + /usr/share/gir-1.0/Atk-1.0.gir + /usr/lib/pkgconfig/atk.pc + /usr/lib32/pkgconfig/atk.pc + + + + atk-32bit + 32-bit shared libraries for atk + + glib2-32bit + + + atk + glib2-32bit + + + /usr/lib32/libatk-1.0.so* + + + + at-spi2-atk + + atk + dbus + glib2 + at-spi2-core + + + /usr/lib/libatk-bridge-2.0.so* + /usr/lib/gtk-2.0/modules/libatk-bridge.so* + /usr/lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop + + + + at-spi2-atk-32bit + 32-bit shared libraries for at-spi2-atk + + at-spi2-core-32bit + atk-32bit + dbus-32bit + glib2-32bit + libxml2-32bit + + + atk-32bit + dbus-32bit + glib2-32bit + at-spi2-core-32bit + + + /usr/lib32/libatk-bridge-2.0.so* + /usr/lib32/gtk-2.0/modules/libatk-bridge.so + /usr/lib32/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop + + + + at-spi2-atk-devel + at-spi2-atk için geliştirme dosyaları + + at-spi2-atk + atk-devel + dbus-devel + glib2-devel + at-spi2-core-devel + + + /usr/lib32/pkgconfig/atk-bridge-2.0.pc + /usr/lib/pkgconfig/atk-bridge-2.0.pc + /usr/include/at-spi2-atk + + + + 2022-09-17 + 2.46.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-02 + 2.45.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-04-22 2.44.1 @@ -319505,7 +319372,7 @@ Konuk sanal makinede çalışan okuyucu. Gtk uygulamları için eylem, menü ve araç çubuğu kiti Actions, Menus and Toolbars Kit for GTK+ applications Gtk uygulamları için eylem, menü ve araç çubuğu kiti - mirrors://gnome/amtk/5.5/amtk-5.5.1.tar.xz + mirrors://gnome/amtk/5.5/amtk-5.5.2.tar.xz gettext-devel glib2-devel @@ -319532,7 +319399,7 @@ Konuk sanal makinede çalışan okuyucu. amtk-devel amtk için geliştirme dosyaları - amtk + amtk glib2-devel gtk3-devel @@ -319542,6 +319409,13 @@ Konuk sanal makinede çalışan okuyucu. + + 2022-10-25 + 5.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-11 5.5.1 @@ -354802,7 +354676,7 @@ from a wide variety of machine architectures. NTFS dosya sistemlerine okuma/yazma erişimi için bir sürücü ntfs-3g allows regular users read/write access to NTFS filesystems. ntfs-3g kullanıcıların NTFS biçimli disk bölümlerine hem okuma hem yazma erişimi yapabilmesine imkan veren bir sürücüdür. - https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.5.17.tar.gz + https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.10.3.tar.gz autoconf libgcrypt-devel @@ -354837,7 +354711,7 @@ from a wide variety of machine architectures. NTFS dosya sistemi için kullanıcı araçları içerir. Bu araçların amacı Linux çekirdeğine NTFS dosya sistemlerine güvenilir ve tam erişim sağlayacak NTFS araçlarını sağlamaktır. hardware.disk - ntfs-3g + ntfs-3g fuse libutil-linux @@ -354850,6 +354724,13 @@ from a wide variety of machine architectures. + + 2022-10-31 + 2022.10.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-06 2022.5.17 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index c4783538e0..9b58edf096 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -3ab8f65b3bf40be4a03f1dd6d94aed1a56758166 \ No newline at end of file +8e5f42bef94eb2a405bef0965e59731f27875464 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index fba49deaa8..bb20b10ec5 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 e974d1f987..96cf58b90f 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -e947e1144b302fc754dd7bd2ed5ab26302f2123f \ No newline at end of file +1da5e2c740a80836e1822d5e10d92a9558433f69 \ No newline at end of file diff --git a/programming/library/amtk/pspec.xml b/programming/library/amtk/pspec.xml index 4da7dcfbf4..7e5c050b4d 100644 --- a/programming/library/amtk/pspec.xml +++ b/programming/library/amtk/pspec.xml @@ -13,7 +13,7 @@ app:gui Actions, Menus and Toolbars Kit for GTK+ applications Actions, Menus and Toolbars Kit for GTK+ applications - mirrors://gnome/amtk/5.5/amtk-5.5.1.tar.xz + mirrors://gnome/amtk/5.5/amtk-5.5.2.tar.xz gettext-devel glib2-devel @@ -51,6 +51,13 @@ + + 2022-10-25 + 5.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-11 5.5.1