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.xzmesondoxygen
@@ -93544,7 +93544,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gtkmm4-devel
Development files for gtkmm
- gtkmm4
+ gtkmm4pangomm-2.48-develglibmm-2.68-develgtk4-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-064.18.0
@@ -117849,7 +117856,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome2
C++ interface for glib2Glibmm 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.xzgitmeson
@@ -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.68glib2-devellibsigc++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-062.84.0
@@ -142042,7 +142056,7 @@ settings shared by various components of a desktop.
GNOME masaüstü ortamı için GSettings şemalarının koleksiyonugsettings-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.xzmesonglib2-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-1449.0
@@ -144718,6 +144739,7 @@ settings shared by various components of a desktop.
colord-develcolord-develupower-devel
+ glycin-develwayland-develgettext-develsysprof-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.xzmesonnss-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-1449.0
@@ -149277,12 +149306,12 @@ GNOME Session and the applications that run under it.
A framework for creating UPnP devices and control pointsUPnP cihazları ve kontrol noktaları oluşturmak için bir çerçevegupnp-logo
- mirrors://gnome/gupnp/1.6/gupnp-1.6.8.tar.xz
+ mirrors://gnome/gupnp/1.6/gupnp-1.6.9.tar.xzmesongtk-docvala-devel
- gssdp-devel
+ gssdp-devellibsoup3-devellibxml2-develgobject-introspection-devel
@@ -149311,7 +149340,7 @@ GNOME Session and the applications that run under it.
gupnp-develgupnp için geliştirme dosyaları
- gupnp
+ gupnpglib2-develgssdp-devellibsoup3-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-061.6.8
@@ -149805,19 +149841,19 @@ GNOME Session and the applications that run under it.
Character map application for GNOMEGNOME 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
+ mesongtk3-develgtk4-devel
- appstream-glib-devel
- libhandy-devel
- libunistring-devel
- meson
+ gettext-devellibadwaita-devel
+ desktop-file-utils
+ libunistring-devel
+ appstream-glib-devel
+ gobject-introspection-devel
+ gjs-devel
+ libhandy-develdesktop/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-0648.0
@@ -150012,25 +150055,25 @@ GNOME Session and the applications that run under it.
desktop.gnome.appsGNOME Maps applicationMaps 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-develmeson
- librsvg-devel
- clutter-gtk-devel
- geoclue-devel
- geocode-glib-devel
- libgee-develfolks-devel
- libshumate-devel
- gobject-introspection-devel
- gjs-devel
- appstream-glib-devel
- libhandy-devel
+ libgee-devel
+ librsvg-devel
+ geoclue-devellibrest-devel
+ libportal-devel
+ libshumate-devel
+ clutter-gtk-devel
+ libchamplain-devel
+ geocode-glib-devellibgweather4-develdesktop-file-utils
- libportal-devel
+ appstream-glib-devel
+ gobject-introspection-devel
+ gjs-devel
+ libhandy-develdesktop/gnome/apps/gnome-maps/pspec.xml
@@ -150047,10 +150090,10 @@ GNOME Session and the applications that run under it.
librsvglibxml2libportal
+ json-gliblibshumategeocode-gliblibchamplain
- 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-3148.7
@@ -150288,6 +150338,7 @@ GNOME Session and the applications that run under it.
gnome-system-monitor
+ https://gitlab.gnome.org/GNOME/gnome-system-monitorAyhan Yalçınsoyayhanyalcinsoy@pisilinux.org
@@ -150300,39 +150351,39 @@ GNOME Session and the applications that run under it.
Process and resource monitorSistem süreçleri ve kaynak izleyicignome-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
+ mesoncatch2
- libgtop-devel
+ itstoolgtk4-devel
- graphene-devel
- libsigc++3-develgtkmm4-devel
+ libgtop-devellibrsvg-devellibxml2-devel
- desktop-file-utilsgettext-devel
- itstool
- meson
+ graphene-devel
+ libsigc++3-devellibadwaita-develglibmm-2.68-devel
+ desktop-file-utilsdesktop/gnome/apps/gnome-system-monitor/pspec.xmlgnome-system-monitor
- cairo
- gdk-pixbufgtk4
+ cairoglib2
+ pangogtkmm4libgcclibgtoplibrsvggraphene
+ gdk-pixbuflibsigc++3
- pangolibadwaitaglibmm-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-3148.1
@@ -150557,7 +150615,7 @@ GNOME Session and the applications that run under it.
Movie player for GNOMEGNOME için film oynatıcıtotem
- mirrors://gnome/totem/43/totem-43.1.tar.xz
+ mirrors://gnome/totem/43/totem-43.2.tar.xzcairo-develclutter-devel
@@ -150636,7 +150694,7 @@ GNOME Session and the applications that run under it.
totem-develtotem için geliştirme dosyaları
- totem
+ totemgtk3-develglib2-develtotem-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-2243.1
@@ -150870,24 +150935,25 @@ GNOME Session and the applications that run under it.
desktop.gnome.appsA desktop calculator for GNOMEgnome-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
+ mesonitstoolgtk4-devel
- gettext-devel
- glib2-devel
- gtksourceview4-devel
- mesonmpfr-devel
+ vala-devel
+ glib2-devellibgee-devellibmpc-devel
- libsoup3-devel
- libhandy-devel
+ gettext-devellibxml2-devel
- vala-devel
+ libsoup3-devellibadwaita-devel
+ desktop-file-utils
+ blueprint-compiler
+ gtksourceview4-develgtksourceview5-devel
+ libhandy-develdesktop/gnome/apps/gnome-calculator/pspec.xml
@@ -150895,17 +150961,18 @@ GNOME Session and the applications that run under it.
gnome-calculatoratk
- glib2gtk4mpfr
+ glib2libgeelibmpc
- libsoup3libxml2
+ libsoup3libhandy
- gtksourceview4libadwaita
+ gtksourceview4gtksourceview5
+ blueprint-compiler/usr/bin
@@ -150929,10 +150996,10 @@ GNOME Session and the applications that run under it.
gnome-calculator-devel
- gnome-calculatorgtk3-develglib2-devellibgee-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-1548.1
@@ -151222,7 +151296,7 @@ GNOME Session and the applications that run under it.
Clock application designed for GNOME 3GNOME 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.xzappstream-glib-develdesktop-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-1248.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.xzmesonitstoolgtk4-devel
- libdex-devel
- graphene-devel
- libadwaita-devel
- yelp-toolsglib2-devel
+ libdex-develpolkit-develelogind-devel
+ graphene-devel
+ libpanel-devel
+ elfutils-devellibunwind-devellibdazzle-develjson-glib-devel
+ libadwaita-develdesktop-file-utils
- libpanel-devel
- elfutils-devel
+ yelp-toolsdesktop/gnome/apps/sysprof/pspec.xml
@@ -151380,18 +151461,18 @@ GNOME Session and the applications that run under it.
gtk4cairoglib2
- libdexpango
- elogind
+ libdexpolkitlibgcc
+ elogindlibpanelgraphene
- libadwaita
+ elfutilslibunwindlibdazzlejson-glib
- elfutils
+ libadwaita/usr/bin
@@ -151407,14 +151488,14 @@ GNOME Session and the applications that run under it.
sysprof-develDevelopment files for sysprof
- sysprofgtk4-develglib2-devellibdex-develpolkit-devel
- libadwaita-devellibdazzle-develjson-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-2848.1
@@ -151906,7 +151994,7 @@ GNOME Session and the applications that run under it.
Resource discovery and announcement over SSDPSSDP üzerinden kaynak keşfi ve duyurugssdp
- mirrors://gnome/gssdp/1.6/gssdp-1.6.3.tar.xz
+ mirrors://gnome/gssdp/1.6/gssdp-1.6.4.tar.xzglib2-develgobject-introspection-devel
@@ -151939,7 +152027,7 @@ GNOME Session and the applications that run under it.
gssdp-develgssdp için geliştirme dosyaları
- gssdp
+ gssdpglib2-devellibsoup3-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-031.6.3
@@ -152344,7 +152439,7 @@ GNOME Session and the applications that run under it.
A collection of UPnP/DLNA servicesUPnP/DLNA hizmetleri koleksiyonurygel
- mirrors://gnome/rygel/0.44/rygel-0.44.2.tar.xz
+ mirrors://gnome/rygel/45/rygel-45.0.tar.xzdesktop-file-utilsdbus-glib-devel
@@ -152405,7 +152500,7 @@ GNOME Session and the applications that run under it.
rygel-develrygel için geliştirme dosyaları
- rygel
+ rygellibgee-develgupnp-av-develgstreamer-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-060.44.2
@@ -152572,8 +152674,9 @@ GNOME Session and the applications that run under it.
desktop.gnome.appsAccess current weather conditions and forecasts for GNOMEA 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
+ gitglib2-develgjs-develgtk4-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-0648.0
@@ -152928,7 +153038,7 @@ GNOME Session and the applications that run under it.
Music player for GNOMEGNOME için müzik çalarGNOME için müzik çalar
- https://adishatz.org/lollypop/lollypop-1.4.42.tar.xz
+ https://adishatz.org/lollypop/lollypop-1.4.44.tar.xzmesonitstool
@@ -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-271.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.xzmesonitstool
@@ -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-3148.3
@@ -153686,25 +153810,26 @@ GNOME Session and the applications that run under it.
desktop.gnome.appsContacts Manager for GNOMEContacts 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-develfolks-develglib2-devel
- vala-devel
- cheese-devel
- geocode-glib-devel
- gnome-desktop-devel
- libchamplain-devel
+ qrencode-devellibnotify-devel
- libhandy-devel
- meson
- desktop-file-utils
- gnome-online-accounts-devel
- appstream-glib-devel
- gtk4-devellibportal-devellibadwaita-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-develdesktop/gnome/apps/gnome-contacts/pspec.xml
@@ -153720,12 +153845,13 @@ GNOME Session and the applications that run under it.
cheeselibgeelibhandy
+ qrencode
+ libportalgdk-pixbuf
+ libadwaitagnome-desktopwayland-server
- libportal
- libadwaita
- qrencode
+ blueprint-compilerevolution-data-servergnome-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-1248.0
@@ -153916,7 +154049,7 @@ GNOME Session and the applications that run under it.
A collection of helpers for building UPnP AV applicationsUPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonugupnp-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.xzmesonglib2-devel
@@ -153947,7 +154080,7 @@ GNOME Session and the applications that run under it.
gupnp-av-develgupnp-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-060.14.3
@@ -154400,7 +154540,7 @@ GNOME Session and the applications that run under it.
desktop.gnome.appsGui editor for dconf; simple low-level configuration systemdconf 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.xzmesondconf-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-2145.0.1
@@ -154530,7 +154677,7 @@ GNOME Session and the applications that run under it.
Simple scanning utilityBasit 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.xzmesonsane-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-1946.0
@@ -154644,7 +154798,7 @@ GNOME Session and the applications that run under it.
A graphical directory tree analyzerBir 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.xzmesonitstool
@@ -154660,7 +154814,7 @@ GNOME Session and the applications that run under it.
desktop-file-utilsappstream-glib-develgobject-introspection-devel
- gsettings-desktop-schemas-devel
+ gsettings-desktop-schemas-develdesktop/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-0648.0
@@ -154957,41 +155118,41 @@ GNOME Session and the applications that run under it.
Music player and management application for GNOMEGnome 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-develgit
- itstool
- gnome-online-accounts-devel
- python3-pygobject3-devel
- grilo-devel
- gtk4-devel
- libdazzle-devel
- libmediaart-devel
- libsoup3-develmeson
- python3-cairo-devel
- localsearch
- python3-devel
- avahi-ui-gtk3-devel
- avahi-devel
- avahi-glib-devel
- gstreamer-develgperf
- yelp-tools
+ itstoollua-devel
- libgdata-devel
- totem-pl-parser-devel
- liboauth-develgom-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-devellibhandy-devel
+ libdazzle-devel
+ gstreamer-devel
+ avahi-glib-devellibadwaita-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-develdesktop/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-1448.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.xzgitmeson
@@ -155155,13 +155331,13 @@ GNOME Session and the applications that run under it.
cairo-develglib2-develsqlite-devel
- sysprof-develgraphene-devellibsoup3-develvalgrind-develprotobuf-c-develgdk-pixbuf-develgobject-introspection-devel
+ sysprof-develdesktop/gnome/apps/libshumate/pspec.xml
@@ -155197,9 +155373,9 @@ GNOME Session and the applications that run under it.
sqlite-develsysprof-devellibsoup3-devel
- protobuf-c-develjson-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-061.4.0
@@ -155476,7 +155659,7 @@ GNOME Session and the applications that run under it.
Menu editor for gnomeGnome için menü düzenleyiciGnome 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.xzintltoolgtk3-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-263.56.0
@@ -155600,7 +155790,7 @@ GNOME Session and the applications that run under it.
Utility for previewing fonts for GNOMEGnome 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.xzappstream-glib-develdesktop-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-0648.0
@@ -156056,6 +156253,7 @@ GNOME Session and the applications that run under it.
gnote
+ https://github.com/GNOME/gnoteAyhan Yalçınsoyayhanyalcinsoy@pisilinux.org
@@ -156068,24 +156266,24 @@ GNOME Session and the applications that run under it.
Note-taking applicationNot 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.xzgitmeson
+ itstool
+ intltoolyelp-tools
+ gtk2-develboost-devel
- libadwaita-devel
- desktop-file-utils
- gettext-develgspell-develgtkmm4-devel
- gtk2-devel
- intltool
- itstool
- libsecret-devel
+ gettext-devellibxml2-devellibxslt-devellibpcre-devel
+ libsecret-devel
+ libadwaita-devel
+ desktop-file-utilsappstream-glib-develdesktop/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-2148.2
@@ -318221,7 +318426,7 @@ Gnome session.
Low-footprint RDF triple store library with SPARQL 1.1 interfaceSPARQL 1.1 arayüzüne sahip düşük ayak izli RDF üçlü depolama kütüphanesiSPARQL 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.xzmesonasciidoc
@@ -318280,7 +318485,7 @@ Gnome session.
libxml2-develjson-glib-develavahi-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-143.10.0
@@ -319039,7 +319251,7 @@ Gnome session.
Filesystem indexer and metadata extractorDosya 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.xzgitmeson
@@ -319113,6 +319325,13 @@ Gnome session.
+
+ 2025-10-13
+ 3.10.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2025-09-143.10.0
@@ -333039,7 +333258,7 @@ contacts, tasks, and calendar information.
Common build files of the C++ bindingsCommon build files of the C++ bindingsCommon 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.xzmesondoxygen
@@ -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-071.0.6
@@ -343205,7 +343431,7 @@ contacts, tasks, and calendar information.
accessibilityExtensible screen reader that provides access to the desktopExtensible 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.xzmesonitstool
@@ -343215,6 +343441,7 @@ contacts, tasks, and calendar information.
yelp-toolsdbus-python3python3-devel
+ python3-dasbuspython3-pyatspigst-plugins-goodgst-plugins-base-devel
@@ -343224,7 +343451,7 @@ contacts, tasks, and calendar information.
brltty-develliblouis-develat-spi2-core-devel
- gsettings-desktop-schemas-devel
+ gsettings-desktop-schemas-develaccessibility/orca/pspec.xml
@@ -343235,6 +343462,7 @@ contacts, tasks, and calendar information.
brlttyliblouisat-spi2-core
+ python3-dasbuspython3-pyatspigst-plugins-basepython3-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-1349.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