diff --git a/network/library/typescript/actions.py b/network/library/typescript/actions.py new file mode 100644 index 0000000000..ea8bd91402 --- /dev/null +++ b/network/library/typescript/actions.py @@ -0,0 +1,54 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools +from pisi.actionsapi import get +import os + +pkgname = get.srcNAME() +work_dir = get.workDIR() +src_name = get.srcNAME() + +def setup(): + shelltools.system("/usr/bin/npm ci") + # mesontools.configure() + +def build(): + shelltools.system("/usr/bin/npx hereby LKG") + # mesontools.build() + +def install(): + mod_dir = "/usr/lib/node_modules/%s" % pkgname + + # Çalışma dizinini ayarla + # os.chdir(os.path.join(work_dir, src_name)) + + # Dizin yapısını oluştur + pisitools.dodir("/usr/bin") + pisitools.dodir(mod_dir) + + # Dosyaları kopyala + for item in ["bin", "lib", "package.json"]: + if os.path.exists(item): + if os.path.isdir(item): + pisitools.insinto("%s/%s" % (mod_dir, item), "%s/*" % item) + else: + pisitools.insinto(mod_dir, item) + + # Sembolik linkler + pisitools.dosym("%s/bin/tsc" % mod_dir, "/usr/bin/tsc") + pisitools.dosym("%s/bin/tsserver" % mod_dir, "/usr/bin/tsserver") + + # Dokümantasyon + # pisitools.dodoc("README.md", "SECURITY.md") + + # Lisans + pisitools.insinto("/usr/share/doc/licenses/%s" % pkgname, "ThirdPartyNoticeText.txt") + + pisitools.dodoc("SECURITY*", "SUPPORT*", "CONTRIBUTING*", "README*") diff --git a/network/library/typescript/pspec.xml b/network/library/typescript/pspec.xml new file mode 100644 index 0000000000..39756bfd49 --- /dev/null +++ b/network/library/typescript/pspec.xml @@ -0,0 +1,52 @@ + + + + + typescript + https://github.com/microsoft/TypeScript/ + + Pisi Linux Community + admin@pisilinux.org + + Apache-2.0 + library + JavaScript with syntax for types + Türler için sözdizimine sahip JavaScript + https://github.com/microsoft/TypeScript/archive/refs/tags/v5.9.3.tar.gz + + git + nodejs + rsync + + + + + + typescript + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + + 2025-10-14 + 5.9.3 + First release + Pisi Linux Community + admin@pisilinux.org + + + diff --git a/network/library/typescript/translations.xml b/network/library/typescript/translations.xml new file mode 100644 index 0000000000..c601548a74 --- /dev/null +++ b/network/library/typescript/translations.xml @@ -0,0 +1,8 @@ + + + + typescript + JavaScript with syntax for types + Türler için sözdizimine sahip JavaScript + + diff --git a/pisi-index.xml b/pisi-index.xml index ea38b96ca8..4bbc2b457d 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -93503,7 +93503,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.gtk C++ binding for GTK+ gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. - http://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.18/gtkmm-4.18.0.tar.xz + http://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.20/gtkmm-4.20.0.tar.xz meson doxygen @@ -93544,7 +93544,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gtkmm4-devel Development files for gtkmm - gtkmm4 + gtkmm4 pangomm-2.48-devel glibmm-2.68-devel gtk4-devel @@ -93557,6 +93557,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2025-10-14 + 4.20.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 4.18.0 @@ -117849,7 +117856,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome2 C++ interface for glib2 Glibmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks and a comprehensive set of widgets that are easily extensible via inheritance. - mirrors://gnome/glibmm/2.84/glibmm-2.84.0.tar.xz + mirrors://gnome/glibmm/2.86/glibmm-2.86.0.tar.xz git meson @@ -117880,7 +117887,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.glibmm-2.68-devel Development files for glibmm - glibmm-2.68 + glibmm-2.68 glib2-devel libsigc++3-devel @@ -117894,6 +117901,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2025-10-14 + 2.86.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 2.84.0 @@ -142042,7 +142056,7 @@ settings shared by various components of a desktop. GNOME masaüstü ortamı için GSettings şemalarının koleksiyonu gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. Gnome masaüstünün çeşitli bileşenleri tarafından paylaşılan ayarlar için GSettings şemalarının bir koleksiyonudur. - https://download.gnome.org/sources/gsettings-desktop-schemas/49/gsettings-desktop-schemas-49.0.tar.xz + https://download.gnome.org/sources/gsettings-desktop-schemas/49/gsettings-desktop-schemas-49.1.tar.xz meson glib2-devel @@ -142069,7 +142083,7 @@ settings shared by various components of a desktop. settings shared by various components of a desktop. gsettings-desktop-schemas için geliştirme dosyaları - gsettings-desktop-schemas + gsettings-desktop-schemas /usr/include @@ -142077,6 +142091,13 @@ settings shared by various components of a desktop. + + 2025-10-13 + 49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-14 49.0 @@ -144718,6 +144739,7 @@ settings shared by various components of a desktop. colord-devel colord-devel upower-devel + glycin-devel wayland-devel gettext-devel sysprof-devel @@ -144832,7 +144854,7 @@ settings shared by various components of a desktop. The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it. The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it. - https://download.gnome.org/sources/gnome-settings-daemon/49/gnome-settings-daemon-49.0.tar.xz + https://download.gnome.org/sources/gnome-settings-daemon/49/gnome-settings-daemon-49.1.tar.xz meson nss-devel @@ -144921,7 +144943,7 @@ GNOME Session and the applications that run under it. gnome-settings-daemon-devel - gnome-settings-daemon + gnome-settings-daemon /usr/include @@ -144929,6 +144951,13 @@ GNOME Session and the applications that run under it. + + 2025-10-13 + 49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-14 49.0 @@ -149277,12 +149306,12 @@ GNOME Session and the applications that run under it. A framework for creating UPnP devices and control points UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve gupnp-logo - mirrors://gnome/gupnp/1.6/gupnp-1.6.8.tar.xz + mirrors://gnome/gupnp/1.6/gupnp-1.6.9.tar.xz meson gtk-doc vala-devel - gssdp-devel + gssdp-devel libsoup3-devel libxml2-devel gobject-introspection-devel @@ -149311,7 +149340,7 @@ GNOME Session and the applications that run under it. gupnp-devel gupnp için geliştirme dosyaları - gupnp + gupnp glib2-devel gssdp-devel libsoup3-devel @@ -149325,6 +149354,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 1.6.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 1.6.8 @@ -149805,19 +149841,19 @@ GNOME Session and the applications that run under it. Character map application for GNOME GNOME için karakter haritası uygulaması gnome-characters - mirrors://gnome/gnome-characters/48/gnome-characters-48.0.tar.xz + mirrors://gnome/gnome-characters/49/gnome-characters-49.1.tar.xz - desktop-file-utils - gettext-devel - gjs-devel - gobject-introspection-devel + meson gtk3-devel gtk4-devel - appstream-glib-devel - libhandy-devel - libunistring-devel - meson + gettext-devel libadwaita-devel + desktop-file-utils + libunistring-devel + appstream-glib-devel + gobject-introspection-devel + gjs-devel + libhandy-devel desktop/gnome/apps/gnome-characters/pspec.xml @@ -149844,6 +149880,13 @@ GNOME Session and the applications that run under it. + + 2025-10-12 + 49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 48.0 @@ -150012,25 +150055,25 @@ GNOME Session and the applications that run under it. desktop.gnome.apps GNOME Maps application Maps is a map application for GNOME. - https://download.gnome.org/sources/gnome-maps/48/gnome-maps-48.7.tar.xz + https://download.gnome.org/sources/gnome-maps/49/gnome-maps-49.2.tar.xz - libchamplain-devel meson - librsvg-devel - clutter-gtk-devel - geoclue-devel - geocode-glib-devel - libgee-devel folks-devel - libshumate-devel - gobject-introspection-devel - gjs-devel - appstream-glib-devel - libhandy-devel + libgee-devel + librsvg-devel + geoclue-devel librest-devel + libportal-devel + libshumate-devel + clutter-gtk-devel + libchamplain-devel + geocode-glib-devel libgweather4-devel desktop-file-utils - libportal-devel + appstream-glib-devel + gobject-introspection-devel + gjs-devel + libhandy-devel desktop/gnome/apps/gnome-maps/pspec.xml @@ -150047,10 +150090,10 @@ GNOME Session and the applications that run under it. librsvg libxml2 libportal + json-glib libshumate geocode-glib libchamplain - json-glib /usr/bin @@ -150066,6 +150109,13 @@ GNOME Session and the applications that run under it. + + 2025-10-11 + 49.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-08-31 48.7 @@ -150288,6 +150338,7 @@ GNOME Session and the applications that run under it. gnome-system-monitor + https://gitlab.gnome.org/GNOME/gnome-system-monitor Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -150300,39 +150351,39 @@ GNOME Session and the applications that run under it. Process and resource monitor Sistem süreçleri ve kaynak izleyici gnome-system-monitor - mirrors://gnome/gnome-system-monitor/48/gnome-system-monitor-48.1.tar.xz + mirrors://gnome/gnome-system-monitor/49/gnome-system-monitor-49.1.tar.xz + meson catch2 - libgtop-devel + itstool gtk4-devel - graphene-devel - libsigc++3-devel gtkmm4-devel + libgtop-devel librsvg-devel libxml2-devel - desktop-file-utils gettext-devel - itstool - meson + graphene-devel + libsigc++3-devel libadwaita-devel glibmm-2.68-devel + desktop-file-utils desktop/gnome/apps/gnome-system-monitor/pspec.xml gnome-system-monitor - cairo - gdk-pixbuf gtk4 + cairo glib2 + pango gtkmm4 libgcc libgtop librsvg graphene + gdk-pixbuf libsigc++3 - pango libadwaita glibmm-2.68 @@ -150344,6 +150395,13 @@ GNOME Session and the applications that run under it. + + 2025-10-10 + 49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-08-31 48.1 @@ -150557,7 +150615,7 @@ GNOME Session and the applications that run under it. Movie player for GNOME GNOME için film oynatıcı totem - mirrors://gnome/totem/43/totem-43.1.tar.xz + mirrors://gnome/totem/43/totem-43.2.tar.xz cairo-devel clutter-devel @@ -150636,7 +150694,7 @@ GNOME Session and the applications that run under it. totem-devel totem için geliştirme dosyaları - totem + totem gtk3-devel glib2-devel totem-pl-parser-devel @@ -150648,6 +150706,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 43.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-22 43.1 @@ -150870,24 +150935,25 @@ GNOME Session and the applications that run under it. desktop.gnome.apps A desktop calculator for GNOME gnome-calculator is an application that solves mathematical equations. - mirrors://gnome/gnome-calculator/48/gnome-calculator-48.1.tar.xz + mirrors://gnome/gnome-calculator/49/gnome-calculator-49.1.tar.xz - desktop-file-utils + meson itstool gtk4-devel - gettext-devel - glib2-devel - gtksourceview4-devel - meson mpfr-devel + vala-devel + glib2-devel libgee-devel libmpc-devel - libsoup3-devel - libhandy-devel + gettext-devel libxml2-devel - vala-devel + libsoup3-devel libadwaita-devel + desktop-file-utils + blueprint-compiler + gtksourceview4-devel gtksourceview5-devel + libhandy-devel desktop/gnome/apps/gnome-calculator/pspec.xml @@ -150895,17 +150961,18 @@ GNOME Session and the applications that run under it. gnome-calculator atk - glib2 gtk4 mpfr + glib2 libgee libmpc - libsoup3 libxml2 + libsoup3 libhandy - gtksourceview4 libadwaita + gtksourceview4 gtksourceview5 + blueprint-compiler /usr/bin @@ -150929,10 +150996,10 @@ GNOME Session and the applications that run under it. gnome-calculator-devel - gnome-calculator gtk3-devel glib2-devel libgee-devel + gnome-calculator /usr/lib/pkgconfig @@ -150941,6 +151008,13 @@ GNOME Session and the applications that run under it. + + 2025-10-10 + 49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-15 48.1 @@ -151222,7 +151296,7 @@ GNOME Session and the applications that run under it. Clock application designed for GNOME 3 GNOME 3 için tasarlanmış saat uygulaması gnome-clocks - mirrors://gnome/gnome-clocks/48/gnome-clocks-48.0.tar.xz + mirrors://gnome/gnome-clocks/49/gnome-clocks-49.0.tar.xz appstream-glib-devel desktop-file-utils @@ -151273,6 +151347,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-08-12 48.0 @@ -151353,24 +151434,24 @@ GNOME Session and the applications that run under it. Kernel based performance profiler Çekirdek tabanlı performans profili oluşturucu Çekirdek tabanlı performans profili oluşturucu - https://download.gnome.org/sources/sysprof/48/sysprof-48.1.tar.xz + https://download.gnome.org/sources/sysprof/49/sysprof-49.0.tar.xz meson itstool gtk4-devel - libdex-devel - graphene-devel - libadwaita-devel - yelp-tools glib2-devel + libdex-devel polkit-devel elogind-devel + graphene-devel + libpanel-devel + elfutils-devel libunwind-devel libdazzle-devel json-glib-devel + libadwaita-devel desktop-file-utils - libpanel-devel - elfutils-devel + yelp-tools desktop/gnome/apps/sysprof/pspec.xml @@ -151380,18 +151461,18 @@ GNOME Session and the applications that run under it. gtk4 cairo glib2 - libdex pango - elogind + libdex polkit libgcc + elogind libpanel graphene - libadwaita + elfutils libunwind libdazzle json-glib - elfutils + libadwaita /usr/bin @@ -151407,14 +151488,14 @@ GNOME Session and the applications that run under it. sysprof-devel Development files for sysprof - sysprof gtk4-devel glib2-devel libdex-devel polkit-devel - libadwaita-devel libdazzle-devel json-glib-devel + libadwaita-devel + sysprof /usr/include @@ -151422,6 +151503,13 @@ GNOME Session and the applications that run under it. + + 2025-10-12 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-08-28 48.1 @@ -151906,7 +151994,7 @@ GNOME Session and the applications that run under it. Resource discovery and announcement over SSDP SSDP üzerinden kaynak keşfi ve duyuru gssdp - mirrors://gnome/gssdp/1.6/gssdp-1.6.3.tar.xz + mirrors://gnome/gssdp/1.6/gssdp-1.6.4.tar.xz glib2-devel gobject-introspection-devel @@ -151939,7 +152027,7 @@ GNOME Session and the applications that run under it. gssdp-devel gssdp için geliştirme dosyaları - gssdp + gssdp glib2-devel libsoup3-devel @@ -151950,6 +152038,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 1.6.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-11-03 1.6.3 @@ -152344,7 +152439,7 @@ GNOME Session and the applications that run under it. A collection of UPnP/DLNA services UPnP/DLNA hizmetleri koleksiyonu rygel - mirrors://gnome/rygel/0.44/rygel-0.44.2.tar.xz + mirrors://gnome/rygel/45/rygel-45.0.tar.xz desktop-file-utils dbus-glib-devel @@ -152405,7 +152500,7 @@ GNOME Session and the applications that run under it. rygel-devel rygel için geliştirme dosyaları - rygel + rygel libgee-devel gupnp-av-devel gstreamer-devel @@ -152417,6 +152512,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 45.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 0.44.2 @@ -152572,8 +152674,9 @@ GNOME Session and the applications that run under it. desktop.gnome.apps Access current weather conditions and forecasts for GNOME A small application that allows you to monitor the current weather conditions for your city, or anywhere in the world. - https://download.gnome.org/sources/gnome-weather/48/gnome-weather-48.0.tar.xz + https://download.gnome.org/sources/gnome-weather/49/gnome-weather-49.0.tar.xz + git glib2-devel gjs-devel gtk4-devel @@ -152606,6 +152709,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 48.0 @@ -152928,7 +153038,7 @@ GNOME Session and the applications that run under it. Music player for GNOME GNOME için müzik çalar GNOME için müzik çalar - https://adishatz.org/lollypop/lollypop-1.4.42.tar.xz + https://adishatz.org/lollypop/lollypop-1.4.44.tar.xz meson itstool @@ -152980,6 +153090,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 1.4.44 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-07-27 1.4.42 @@ -153175,7 +153292,7 @@ GNOME Session and the applications that run under it. Text Editor is a simple text editor that focus on session management. Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. - https://download.gnome.org/sources/gnome-text-editor/48/gnome-text-editor-48.3.tar.xz + https://download.gnome.org/sources/gnome-text-editor/49/gnome-text-editor-49.0.tar.xz meson itstool @@ -153216,6 +153333,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-08-31 48.3 @@ -153686,25 +153810,26 @@ GNOME Session and the applications that run under it. desktop.gnome.apps Contacts Manager for GNOME Contacts is GNOME's integrated address book. Contacts organizes your contacts information from all your online and offline sources, providing a centralized place for managing your contacts. - https://download.gnome.org/sources/gnome-contacts/48/gnome-contacts-48.0.tar.xz + https://download.gnome.org/sources/gnome-contacts/49/gnome-contacts-49.0.tar.xz + meson + vala-devel + gtk4-devel folks-devel glib2-devel - vala-devel - cheese-devel - geocode-glib-devel - gnome-desktop-devel - libchamplain-devel + qrencode-devel libnotify-devel - libhandy-devel - meson - desktop-file-utils - gnome-online-accounts-devel - appstream-glib-devel - gtk4-devel libportal-devel libadwaita-devel - qrencode-devel + geocode-glib-devel + libchamplain-devel + desktop-file-utils + blueprint-compiler + appstream-glib-devel + cheese-devel + libhandy-devel + gnome-desktop-devel + gnome-online-accounts-devel desktop/gnome/apps/gnome-contacts/pspec.xml @@ -153720,12 +153845,13 @@ GNOME Session and the applications that run under it. cheese libgee libhandy + qrencode + libportal gdk-pixbuf + libadwaita gnome-desktop wayland-server - libportal - libadwaita - qrencode + blueprint-compiler evolution-data-server gnome-online-accounts @@ -153744,6 +153870,13 @@ GNOME Session and the applications that run under it. + + 2025-09-17 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-08-12 48.0 @@ -153916,7 +154049,7 @@ GNOME Session and the applications that run under it. A collection of helpers for building UPnP AV applications UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu gupnp-av - mirrors://gnome/gupnp-av/0.14/gupnp-av-0.14.3.tar.xz + mirrors://gnome/gupnp-av/0.14/gupnp-av-0.14.4.tar.xz meson glib2-devel @@ -153947,7 +154080,7 @@ GNOME Session and the applications that run under it. gupnp-av-devel gupnp-av için geliştirme dosyaları - gupnp-av + gupnp-av /usr/include @@ -153956,6 +154089,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 0.14.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 0.14.3 @@ -154400,7 +154540,7 @@ GNOME Session and the applications that run under it. desktop.gnome.apps Gui editor for dconf; simple low-level configuration system dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. - https://download.gnome.org/sources/dconf-editor/45/dconf-editor-45.0.1.tar.xz + https://download.gnome.org/sources/dconf-editor/49/dconf-editor-49.0.tar.xz meson dconf-devel @@ -154442,6 +154582,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-09-21 45.0.1 @@ -154530,7 +154677,7 @@ GNOME Session and the applications that run under it. Simple scanning utility Basit tarayıcı (scanning) uygulması simple-scan - mirrors://gnome/simple-scan/46/simple-scan-46.0.tar.xz + mirrors://gnome/simple-scan/49/simple-scan-49.0.1.tar.xz meson sane-backends-devel @@ -154571,6 +154718,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-03-19 46.0 @@ -154644,7 +154798,7 @@ GNOME Session and the applications that run under it. A graphical directory tree analyzer Bir grafik dizin ağacı analizörü Bir grafik dizin ağacı analizörü - https://download.gnome.org/sources/baobab/48/baobab-48.0.tar.xz + https://download.gnome.org/sources/baobab/49/baobab-49.0.tar.xz meson itstool @@ -154660,7 +154814,7 @@ GNOME Session and the applications that run under it. desktop-file-utils appstream-glib-devel gobject-introspection-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel desktop/gnome/apps/baobab/pspec.xml @@ -154688,6 +154842,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 48.0 @@ -154957,41 +155118,41 @@ GNOME Session and the applications that run under it. Music player and management application for GNOME Gnome için müzik çalar uygulaması org.gnome.Music - mirrors://gnome/gnome-music/48/gnome-music-48.2.tar.xz + mirrors://gnome/gnome-music/49/gnome-music-49.1.tar.xz - appstream-glib-devel - desktop-file-utils - gettext-devel git - itstool - gnome-online-accounts-devel - python3-pygobject3-devel - grilo-devel - gtk4-devel - libdazzle-devel - libmediaart-devel - libsoup3-devel meson - python3-cairo-devel - localsearch - python3-devel - avahi-ui-gtk3-devel - avahi-devel - avahi-glib-devel - gstreamer-devel gperf - yelp-tools + itstool lua-devel - libgdata-devel - totem-pl-parser-devel - liboauth-devel gom-devel - libdmapsharing-devel - gst-plugins-base-devel - grilo-plugins-devel - tinysparql-devel + gtk4-devel + localsearch + avahi-devel + gettext-devel + python3-devel + libsoup3-devel + libgdata-devel + liboauth-devel libhandy-devel + libdazzle-devel + gstreamer-devel + avahi-glib-devel libadwaita-devel + libmediaart-devel + desktop-file-utils + python3-cairo-devel + avahi-ui-gtk3-devel + appstream-glib-devel + libdmapsharing-devel + totem-pl-parser-devel + gst-plugins-base-devel + python3-pygobject3-devel + yelp-tools + grilo-devel + tinysparql-devel + grilo-plugins-devel + gnome-online-accounts-devel desktop/gnome/apps/gnome-music/pspec.xml @@ -155015,12 +155176,27 @@ GNOME Session and the applications that run under it. /usr/share/glib-2.0 /usr/share/help /usr/share/icons + /usr/share/dbus-1 /usr/share/locale /usr/share/metainfo /usr/share/org.gnome.Music + + 2025-10-13 + 49.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-09-14 + 49.0.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-14 48.2 @@ -155144,7 +155320,7 @@ GNOME Session and the applications that run under it. libshumate is a C library providing a GtkWidget to display maps in GTK4 applications. It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. libshumate, GTK4 uygulamalarında haritaları görüntülemek için bir GtkWidget sağlayan bir C kütüphanesidir. OpenStreetMap, OpenCycleMap, OpenAerialMap ve Maps gibi çok sayıda ücretsiz harita kaynağını ücretsiz olarak destekler. libshumate - https://download.gnome.org/sources/libshumate/1.4/libshumate-1.4.0.tar.xz + https://download.gnome.org/sources/libshumate/1.5/libshumate-1.5.1.tar.xz git meson @@ -155155,13 +155331,13 @@ GNOME Session and the applications that run under it. cairo-devel glib2-devel sqlite-devel - sysprof-devel graphene-devel libsoup3-devel valgrind-devel protobuf-c-devel gdk-pixbuf-devel gobject-introspection-devel + sysprof-devel desktop/gnome/apps/libshumate/pspec.xml @@ -155197,9 +155373,9 @@ GNOME Session and the applications that run under it. sqlite-devel sysprof-devel libsoup3-devel - protobuf-c-devel json-glib-devel - libshumate + protobuf-c-devel + libshumate /usr/include @@ -155208,6 +155384,13 @@ GNOME Session and the applications that run under it. + + 2025-10-11 + 1.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 1.4.0 @@ -155476,7 +155659,7 @@ GNOME Session and the applications that run under it. Menu editor for gnome Gnome için menü düzenleyici Gnome için menü düzenleyici - https://download.gnome.org/sources/alacarte/3.56/alacarte-3.56.0.tar.xz + https://download.gnome.org/sources/alacarte/3.58/alacarte-3.58.0.tar.xz intltool gtk3-devel @@ -155505,6 +155688,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 3.58.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-26 3.56.0 @@ -155600,7 +155790,7 @@ GNOME Session and the applications that run under it. Utility for previewing fonts for GNOME Gnome için yazı tipi önizleme aracı gnome-font-viewer - mirrors://gnome/gnome-font-viewer/48/gnome-font-viewer-48.0.tar.xz + mirrors://gnome/gnome-font-viewer/49/gnome-font-viewer-49.0.tar.xz appstream-glib-devel desktop-file-utils @@ -155648,6 +155838,13 @@ GNOME Session and the applications that run under it. + + 2025-10-14 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-04-06 48.0 @@ -156056,6 +156253,7 @@ GNOME Session and the applications that run under it. gnote + https://github.com/GNOME/gnote Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -156068,24 +156266,24 @@ GNOME Session and the applications that run under it. Note-taking application Not alma uygulaması org.gnome.Gnote - https://download.gnome.org/sources/gnote/48/gnote-48.2.tar.xz + https://download.gnome.org/sources/gnote/49/gnote-49.0.tar.xz git meson + itstool + intltool yelp-tools + gtk2-devel boost-devel - libadwaita-devel - desktop-file-utils - gettext-devel gspell-devel gtkmm4-devel - gtk2-devel - intltool - itstool - libsecret-devel + gettext-devel libxml2-devel libxslt-devel libpcre-devel + libsecret-devel + libadwaita-devel + desktop-file-utils appstream-glib-devel desktop/gnome/apps/gnote/pspec.xml @@ -156133,6 +156331,13 @@ GNOME Session and the applications that run under it. + + 2025-09-28 + 49.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-21 48.2 @@ -318221,7 +318426,7 @@ Gnome session. Low-footprint RDF triple store library with SPARQL 1.1 interface SPARQL 1.1 arayüzüne sahip düşük ayak izli RDF üçlü depolama kütüphanesi SPARQL 1.1 arayüzüne sahip düşük ayak izli RDF üçlü depolama kütüphanesi - https://download.gnome.org/sources/tinysparql/3.10/tinysparql-3.10.0.tar.xz + https://download.gnome.org/sources/tinysparql/3.10/tinysparql-3.10.1.tar.xz meson asciidoc @@ -318280,7 +318485,7 @@ Gnome session. libxml2-devel json-glib-devel avahi-glib-devel - tinysparql + tinysparql /usr/include @@ -318291,6 +318496,13 @@ Gnome session. + + 2025-10-13 + 3.10.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-14 3.10.0 @@ -319039,7 +319251,7 @@ Gnome session. Filesystem indexer and metadata extractor Dosya sistemi dizinleyici ve meta veri çıkarıcı Dosya sistemi dizinleyici ve meta veri çıkarıcı - https://download.gnome.org/sources/localsearch/3.10/localsearch-3.10.0.tar.xz + https://download.gnome.org/sources/localsearch/3.10/localsearch-3.10.1.tar.xz git meson @@ -319113,6 +319325,13 @@ Gnome session. + + 2025-10-13 + 3.10.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-09-14 3.10.0 @@ -333039,7 +333258,7 @@ contacts, tasks, and calendar information. Common build files of the C++ bindings Common build files of the C++ bindings Common build files of the C++ bindings - https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.6.tar.xz + https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.7.tar.xz meson doxygen @@ -333063,6 +333282,13 @@ contacts, tasks, and calendar information. + + 2025-10-14 + 1.0.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-01-07 1.0.6 @@ -343205,7 +343431,7 @@ contacts, tasks, and calendar information. accessibility Extensible screen reader that provides access to the desktop Extensible screen reader that provides access to the desktop. - https://download.gnome.org/sources/orca/49/orca-49.2.tar.xz + https://download.gnome.org/sources/orca/49/orca-49.3.tar.xz meson itstool @@ -343215,6 +343441,7 @@ contacts, tasks, and calendar information. yelp-tools dbus-python3 python3-devel + python3-dasbus python3-pyatspi gst-plugins-good gst-plugins-base-devel @@ -343224,7 +343451,7 @@ contacts, tasks, and calendar information. brltty-devel liblouis-devel at-spi2-core-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel accessibility/orca/pspec.xml @@ -343235,6 +343462,7 @@ contacts, tasks, and calendar information. brltty liblouis at-spi2-core + python3-dasbus python3-pyatspi gst-plugins-base python3-speech-dispatcher @@ -343249,6 +343477,13 @@ contacts, tasks, and calendar information. + + 2025-10-13 + 49.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-10-13 49.2 @@ -354088,6 +354323,47 @@ functionality to build high-performing, platform-independent programs. + + + typescript + https://github.com/microsoft/TypeScript/ + + Pisi Linux Community + admin@pisilinux.org + + Apache-2.0 + library + network.library + JavaScript with syntax for types + JavaScript with syntax for types + Türler için sözdizimine sahip JavaScript + Türler için sözdizimine sahip JavaScript + https://github.com/microsoft/TypeScript/archive/refs/tags/v5.9.3.tar.gz + + git + nodejs + rsync + + network/library/typescript/pspec.xml + + + typescript + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2025-10-14 + 5.9.3 + First release + Pisi Linux Community + admin@pisilinux.org + + + libmnl diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f189534bcf..e5b2fd4e61 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -548e78616077011e7b56edf1d5b60a63512499b3 \ No newline at end of file +d36f9511b32a5b0d8136861a57bf805a6ca3e555 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index b527d70bc3..cf2200ac1a 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 3c8d07cecb..b5836f7323 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -3fb7913061cda0e9051d3d62264ba1ab081c4a76 \ No newline at end of file +351b4729c04914217d26cdfe06fe7697dad4b846 \ No newline at end of file