diff --git a/network/misc/webkit2gtk-6.0/actions.py b/network/misc/webkit2gtk-6.0/actions.py new file mode 100644 index 0000000000..fdf5ea7fe5 --- /dev/null +++ b/network/misc/webkit2gtk-6.0/actions.py @@ -0,0 +1,58 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + +paths = ["JavaScriptCore", "WebCore", "WebKit", "WebKit2"] +docs = ["AUTHORS", "COPYING.LIB", \ + "LICENSE-LGPL-2", "LICENSE-LGPL-2.1", "LICENSE"] + +def setup(): + shelltools.system("mkdir build") + shelltools.cd("build") + cmaketools.configure("-DPORT=GTK \ + -DUSE_GTK4=ON \ + -DUSE_AVIF=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=/usr/lib \ + -DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-6.0 \ + -DENABLE_CREDENTIAL_STORAGE=ON \ + -DENABLE_GEOLOCATION=ON \ + -DENABLE_VIDEO=ON \ + -DENABLE_WEB_AUDIO=ON \ + -DENABLE_WEBGL=ON \ + -DUSE_LIBHYPHEN=OFF \ + -DUSE_SOUP2=OFF \ + -DUSE_WOFF2=OFF \ + -DUSE_SYSTEMD=OFF \ + -DPYTHON_EXECUTABLE=/usr/bin/python3 \ + -DJPEG_INCLUDE_DIR=/usr/include/openjpeg-2.5 \ + -DSHOULD_INSTALL_JS_SHELL=ON \ + -DUSE_WPE_RENDERER=OFF \ + -DENABLE_MINIBROWSER=ON", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.remove("/usr/bin/WebKitWebDriver") + + pisitools.dodoc("../NEWS") + shelltools.cd("../Source") + for path in paths: + for doc in docs: + if shelltools.isFile("%s/%s" % (path, doc)): + pisitools.insinto("%s/%s/%s" % (get.docDIR(), get.srcNAME(), path), + "%s/%s" % (path, doc)) diff --git a/network/misc/webkit2gtk-6.0/files/install-minibrowser.patch b/network/misc/webkit2gtk-6.0/files/install-minibrowser.patch new file mode 100644 index 0000000000..1ac5e72b0c --- /dev/null +++ b/network/misc/webkit2gtk-6.0/files/install-minibrowser.patch @@ -0,0 +1,37 @@ +From: Alberto Garcia +Subject: Install the MiniBrowser binary +Forwarded: not-needed +Index: webkitgtk/Tools/MiniBrowser/gtk/main.c +=================================================================== +--- webkitgtk.orig/Tools/MiniBrowser/gtk/main.c ++++ webkitgtk/Tools/MiniBrowser/gtk/main.c +@@ -265,8 +265,6 @@ int main(int argc, char *argv[]) + } + g_option_context_free (context); + +- g_setenv("WEBKIT_INJECTED_BUNDLE_PATH", WEBKIT_INJECTED_BUNDLE_PATH, FALSE); +- + // Enable the favicon database, by specifying the default directory. + webkit_web_context_set_favicon_database_directory(webkit_web_context_get_default(), NULL); + +Index: webkitgtk/Tools/MiniBrowser/gtk/GNUmakefile.am +=================================================================== +--- webkitgtk.orig/Tools/MiniBrowser/gtk/GNUmakefile.am ++++ webkitgtk/Tools/MiniBrowser/gtk/GNUmakefile.am +@@ -1,5 +1,5 @@ + if ENABLE_WEBKIT2 +-noinst_PROGRAMS += \ ++libexec_PROGRAMS += \ + Programs/MiniBrowser + endif + +@@ -44,9 +44,6 @@ Programs_MiniBrowser_LDADD = \ + $(GTK_LIBS) \ + $(LIBSOUP_LIBS) + +-Programs_MiniBrowser_LDFLAGS = \ +- -no-install +- + CLEANFILES += \ + $(top_builddir)/Programs/MiniBrowser \ + $(minibrowser_built_sources) \ diff --git a/network/misc/webkit2gtk-6.0/pspec.xml b/network/misc/webkit2gtk-6.0/pspec.xml new file mode 100644 index 0000000000..2c1fb3f001 --- /dev/null +++ b/network/misc/webkit2gtk-6.0/pspec.xml @@ -0,0 +1,163 @@ + + + + + webkit2gtk-6.0 + http://webkitgtk.org + + Alihan Öztürk + admins@pisilinux.org + + LGPLv2 + LGPLv2.1 + BSD + library + An opensource web browser engine for GTK+ applications + The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. + https://www.webkitgtk.org/releases/webkitgtk-2.40.0.tar.xz + + cmake + which + gperf + gtk-doc + unifdef + gi-docgen + bubblewrap + ruby-devel + mesa-devel + gtk3-devel + gtk2-devel + gtk4-devel + libavif-devel + webp-devel + libwpe-devel + cairo-devel + icu4c-devel + libXt-devel + lcms2-devel + sqlite-devel + python3-devel + libsoup3-devel + wayland-devel + libxslt-devel + geoclue-devel + elogind-devel + libgudev-devel + harfbuzz-devel + enchant2-devel + xdg-dbus-proxy + libtasn1-devel + libglvnd-devel + libnotify-devel + openjpeg2-devel + libsecret-devel + libgcrypt-devel + libseccomp-devel + libmanette-devel + icon-theme-hicolor + libjpeg-turbo-devel + wpebackend-fdo-devel + gst-plugins-bad-devel + gst-plugins-base-devel + gobject-introspection-devel + + + + + + + + webkit2gtk-6.0 + + atk + zlib + gtk3 + gtk4 + mesa + webp + lcms2 + cairo + icu4c + libXt + glib2 + pango + libdrm + libavif + libepoxy + libwpe + libX11 + libgcc + libpng + sqlite + libxml2 + wayland + enchant + geoclue + libsoup3 + libxslt + elogind + enchant2 + libtasn1 + harfbuzz + freetype + libglvnd + libsecret + openjpeg2 + libnotify + libgcrypt + gstreamer + gst-libav + fontconfig + gdk-pixbuf + libXdamage + libXrender + libseccomp + libmanette + libXcomposite + libjpeg-turbo + wpebackend-fdo + wayland-client + wayland-server + gst-plugins-bad + gst-plugins-base + gst-plugins-good + gobject-introspection + + + /usr/lib + /usr/share + /usr/share/doc + + + + + webkit2gtk-6.0-devel + library + data:doc + Development files for GTK+ port of WebKit + + gtk4-devel + glib2-devel + libsoup3-devel + webkit2gtk-6.0 + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/webkit-gtk/Web* + /usr/share/doc/webkit2gtk/html + /usr/share/doc/webkit-gtk/JavaScriptCore + + + + + + 2023-04-22 + 2.40.0 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/pisi-index.xml b/pisi-index.xml index abb8a294dd..b0059dde37 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -14601,6 +14601,163 @@ functionality to build high-performing, platform-independent programs. + + + webkit2gtk-6.0 + http://webkitgtk.org + + Alihan Öztürk + admins@pisilinux.org + + LGPLv2 + LGPLv2.1 + BSD + library + network.misc + An opensource web browser engine for GTK+ applications + The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. + https://www.webkitgtk.org/releases/webkitgtk-2.40.0.tar.xz + + cmake + which + gperf + gtk-doc + unifdef + gi-docgen + bubblewrap + ruby-devel + mesa-devel + gtk3-devel + gtk2-devel + gtk4-devel + libavif-devel + webp-devel + libwpe-devel + cairo-devel + icu4c-devel + libXt-devel + lcms2-devel + sqlite-devel + python3-devel + libsoup3-devel + wayland-devel + libxslt-devel + geoclue-devel + elogind-devel + libgudev-devel + harfbuzz-devel + enchant2-devel + xdg-dbus-proxy + libtasn1-devel + libglvnd-devel + libnotify-devel + openjpeg2-devel + libsecret-devel + libgcrypt-devel + libseccomp-devel + libmanette-devel + icon-theme-hicolor + libjpeg-turbo-devel + wpebackend-fdo-devel + gst-plugins-bad-devel + gst-plugins-base-devel + gobject-introspection-devel + + network/misc/webkit2gtk-6.0/pspec.xml + + + webkit2gtk-6.0 + + atk + zlib + gtk3 + gtk4 + mesa + webp + lcms2 + cairo + icu4c + libXt + glib2 + pango + libdrm + libavif + libepoxy + libwpe + libX11 + libgcc + libpng + sqlite + libxml2 + wayland + enchant + geoclue + libsoup3 + libxslt + elogind + enchant2 + libtasn1 + harfbuzz + freetype + libglvnd + libsecret + openjpeg2 + libnotify + libgcrypt + gstreamer + gst-libav + fontconfig + gdk-pixbuf + libXdamage + libXrender + libseccomp + libmanette + libXcomposite + libjpeg-turbo + wpebackend-fdo + wayland-client + wayland-server + gst-plugins-bad + gst-plugins-base + gst-plugins-good + gobject-introspection + + + /usr/lib + /usr/share + /usr/share/doc + + + + webkit2gtk-6.0-devel + Development files for GTK+ port of WebKit + library + data:doc + + gtk4-devel + glib2-devel + libsoup3-devel + webkit2gtk-6.0 + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/webkit-gtk/Web* + /usr/share/doc/webkit2gtk/html + /usr/share/doc/webkit-gtk/JavaScriptCore + + + + + 2023-04-22 + 2.40.0 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + + xdg-dbus-proxy @@ -42280,7 +42437,7 @@ Gnome session. 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/43/orca-43.1.tar.xz + https://download.gnome.org/sources/orca/44/orca-44.0.tar.xz itstool intltool @@ -42292,7 +42449,7 @@ Gnome session. at-spi2-core-devel python3-pygobject3-devel gst-plugins-base-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel xorg-app python3-pyatspi yelp-tools @@ -42323,6 +42480,13 @@ Gnome session. + + 2023-03-24 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-03 43.1 @@ -48804,7 +48968,7 @@ Gnome session. util.archive Archive framework for GNOME gnome-autoar provides functions and widgets for GNOME applications which want to use archives as a method to transfer directories over the Internet. - https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.3.tar.xz + https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.4.tar.xz meson gtk-doc @@ -48832,7 +48996,7 @@ Gnome session. gnome-autoar-devel - gnome-autoar + gnome-autoar gtk3-devel glib2-devel libarchive-devel @@ -48848,13 +49012,20 @@ Gnome session. gnome-autoar-docs Development files for gnome-autoar - gnome-autoar + gnome-autoar /usr/share/gtk-doc + + 2023-03-17 + 0.4.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-02-11 0.4.3 @@ -50187,14 +50358,14 @@ Gnome session. util.misc Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - https://download.gnome.org/sources/tracker-miners/3.4/tracker-miners-3.4.2.tar.xz + https://download.gnome.org/sources/tracker-miners/3.5/tracker-miners-3.5.0.tar.xz gettext-devel glib2-devel meson intltool asciidoc - tracker-devel + tracker-devel desktop-file-utils ffmpeg-devel exempi-devel @@ -50266,6 +50437,13 @@ Gnome session. + + 2023-03-20 + 3.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-05 3.4.2 @@ -59684,7 +59862,7 @@ Gnome session. multimedia.video Take photos and videos with your webcam, with fun graphical effects Take photos and videos with your webcam, with fun graphical effects - https://download.gnome.org/sources/cheese/43/cheese-43.0.tar.xz + https://download.gnome.org/sources/cheese/44/cheese-44.0.1.tar.xz appstream-glib-devel gobject-introspection-devel @@ -59694,7 +59872,7 @@ Gnome session. clutter-devel clutter-gst-devel clutter-gtk-devel - gnome-desktop-devel + gnome-desktop-devel libseccomp-devel libseccomp libcanberra-devel @@ -59709,6 +59887,9 @@ Gnome session. gnome-video-effects gst-plugins-bad-devel + + cheese-43.0-buildfix.patch + multimedia/video/cheese/pspec.xml @@ -59746,7 +59927,7 @@ Gnome session. cheese-devel - cheese + cheese gtk3-devel glib2-devel libX11-devel @@ -59765,6 +59946,13 @@ Gnome session. + + 2023-04-18 + 44.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-12 43.0 @@ -264149,7 +264337,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Kernel based performance profiler Çekirdek tabanlı performans profili oluşturucu Çekirdek tabanlı performans profili oluşturucu - https://download.gnome.org/sources/sysprof/3.46/sysprof-3.46.0.tar.xz + https://download.gnome.org/sources/sysprof/3.48/sysprof-3.48.0.tar.xz meson itstool @@ -264196,7 +264384,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.sysprof-devel Development files for sysprof - sysprof + sysprof gtk4-devel glib2-devel polkit-devel @@ -264210,6 +264398,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-17 + 3.48.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-02 3.46.0 @@ -264346,7 +264541,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Simple scanning utility Basit tarayıcı (scanning) uygulması simple-scan - mirrors://gnome/simple-scan/42/simple-scan-42.5.tar.xz + mirrors://gnome/simple-scan/44/simple-scan-44.0.tar.xz meson sane-backends-devel @@ -264389,6 +264584,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-21 42.5 @@ -264448,7 +264650,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Note-taking application Not alma uygulaması org.gnome.Gnote - mirrors://gnome/gnote/43/gnote-43.1.tar.xz + mirrors://gnome/gnote/44/gnote-44.0.tar.xz meson boost-devel @@ -264508,6 +264710,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-06 43.1 @@ -264586,14 +264795,15 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.apps Intuitive GNOME web browser. Epiphany is a GNOME web browser based on the WebKit rendering engine. - https://download.gnome.org/sources/epiphany/43/epiphany-43.1.tar.xz + epiphany + https://download.gnome.org/sources/epiphany/44/epiphany-44.2.tar.xz glib2-devel itstool NetworkManager-devel avahi-glib-devel - gcr-devel - gnome-desktop-devel + gcr-4-devel + gnome-desktop-devel json-glib-devel libdazzle-devel libhandy-devel @@ -264604,7 +264814,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libxslt-devel nettle-devel nss-devel - webkit2gtk-devel + gstreamer-devel libportal-devel libsoup-devel libsoup3-devel @@ -264613,7 +264823,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gmp-devel meson desktop-file-utils - webkit2gtk-4.1-devel + webkit2gtk-6.0-devel desktop/gnome/apps/epiphany/pspec.xml @@ -264622,25 +264832,27 @@ It supports email, address books, calendars, tasks, news feeds and much more. atk cairo - gcr + gcr-4 gdk-pixbuf glib2 gmp - gtk3 + gtk4 json-glib libdazzle libsecret libsoup libxml2 + graphene nettle pango sqlite libsoup3 - webkit2gtk libhandy libportal libarchive - webkit2gtk-4.1 + gstreamer + libadwaita + webkit2gtk-6.0 /usr/bin @@ -264660,6 +264872,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-04-21 + 44.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2023-03-17 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-20 43.1 @@ -264762,7 +264988,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Utility for previewing fonts for GNOME Gnome için yazı tipi önizleme aracı gnome-font-viewer - mirrors://gnome/gnome-font-viewer/43/gnome-font-viewer-43.0.tar.xz + mirrors://gnome/gnome-font-viewer/44/gnome-font-viewer-44.0.tar.xz appstream-glib-devel desktop-file-utils @@ -264772,7 +264998,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gtk4-devel libhandy-devel harfbuzz-devel - gnome-desktop-devel + gnome-desktop-devel gettext-devel meson graphene-devel @@ -264808,6 +265034,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-18 43.0 @@ -265238,7 +265471,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.apps GNOME Maps application Maps is a map application for GNOME. - https://download.gnome.org/sources/gnome-maps/43/gnome-maps-43.4.tar.xz + https://download.gnome.org/sources/gnome-maps/44/gnome-maps-44.1.tar.xz libchamplain-devel meson @@ -265249,7 +265482,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.folks-devel libshumate-devel gobject-introspection-devel - gjs-devel + gjs-devel appstream-glib-devel libhandy-devel librest-devel @@ -265284,6 +265517,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-04-21 + 44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-02 43.4 @@ -265664,10 +265904,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.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/43/gnome-weather-43.0.tar.xz + https://download.gnome.org/sources/gnome-weather/44/gnome-weather-44.0.tar.xz glib2-devel - gjs-devel + gjs-devel gtk4-devel libgweather4-devel libadwaita-devel @@ -265698,6 +265938,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-18 43.0 @@ -266123,19 +266370,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.apps An IDE for writing GNOME-based software. Builder is an IDE for GNOME and a tool to help writing GNOME-based applications. - https://download.gnome.org/sources/gnome-builder/43/gnome-builder-43.5.tar.xz + https://download.gnome.org/sources/gnome-builder/44/gnome-builder-44.1.tar.xz appstream-glib-devel gobject-introspection-devel gspell-devel mm-common vala-devel + libdex-devel python3-sphinx python3-sphinx_rtd_theme cairo-devel llvm-clang-devel llvm - devhelp-devel + devhelp-devel enchant2-devel flatpak-devel gtksourceview4-devel @@ -266146,11 +266394,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgit2-glib-devel glib2-devel ostree-devel - libpeas-devel + libpeas-devel libxml2-devel vte-devel webkit2gtk-5.0-devel - sysprof-devel + sysprof-devel python3-pygobject3-devel glade-devel libportal-devel @@ -266181,6 +266429,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.ctags gspell cairo + glib2 + libdex ostree libpeas flatpak @@ -266228,7 +266478,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-builder-devel Development files for gnome-builder - gnome-builder + gnome-builder /usr/include @@ -266236,6 +266486,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-21 + 44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-02 43.5 @@ -266331,7 +266588,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Clock application designed for GNOME 3 GNOME 3 için tasarlanmış saat uygulaması gnome-clocks - mirrors://gnome/gnome-clocks/43/gnome-clocks-43.0.tar.xz + mirrors://gnome/gnome-clocks/44/gnome-clocks-44.0.tar.xz appstream-glib-devel desktop-file-utils @@ -266339,7 +266596,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.geocode-glib-devel geoclue-devel glib2-devel - gnome-desktop-devel + gnome-desktop-devel gobject-introspection-devel gsound-devel gtk4-devel @@ -266382,6 +266639,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-17 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-20 43.0 @@ -266427,7 +266691,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Gnome masaüstü için basit bir ikili(binary) düzenleyici A simple binary editor for the Gnome desktop Gnome masaüstü için basit bir ikili(binary) düzenleyici - mirrors://gnome/ghex/43/ghex-43.1.tar.xz + mirrors://gnome/ghex/44/ghex-44.0.tar.xz gobject-introspection-devel desktop-file-utils @@ -266470,7 +266734,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for ghex ghex için geliştirme dosyaları - ghex + ghex gtk3-devel gtk4-devel @@ -266481,6 +266745,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-24 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-09 43.1 @@ -266829,11 +267100,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.Character map application for GNOME GNOME için karakter haritası uygulaması gnome-characters - mirrors://gnome/gnome-characters/43/gnome-characters-43.1.tar.xz + mirrors://gnome/gnome-characters/44/gnome-characters-44.0.tar.xz desktop-file-utils gettext-devel - gjs-devel + gjs-devel gobject-introspection-devel gtk3-devel gtk4-devel @@ -266868,6 +267139,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-05 43.1 @@ -267030,16 +267308,16 @@ It supports email, address books, calendars, tasks, news feeds and much more.Simple and beautiful calendar application designed to fit GNOME 3 GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması gnome-calendar - mirrors://gnome/gnome-calendar/43/gnome-calendar-43.1.tar.xz + mirrors://gnome/gnome-calendar/44/gnome-calendar-44.1.tar.xz appstream-devel desktop-file-utils - evolution-data-server-devel + evolution-data-server-devel geoclue-devel geocode-glib-devel gettext-devel - gnome-online-accounts-devel - gsettings-desktop-schemas-devel + gnome-online-accounts-devel + gsettings-desktop-schemas-devel geocode-glib-devel gtk-doc gtk4-devel @@ -267086,6 +267364,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-04-22 + 44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2023-03-16 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-18 43.1 @@ -267506,7 +267798,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.apps A desktop calculator for GNOME gnome-calculator is an application that solves mathematical equations. - mirrors://gnome/gnome-calculator/43/gnome-calculator-43.0.tar.xz + mirrors://gnome/gnome-calculator/44/gnome-calculator-44.0.tar.xz desktop-file-utils itstool @@ -267567,7 +267859,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. gnome-calculator-devel - gnome-calculator + gnome-calculator gtk3-devel glib2-devel libgee-devel @@ -267579,6 +267871,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-18 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-16 43.0 @@ -267832,7 +268131,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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/43/gnome-text-editor-43.2.tar.xz + https://download.gnome.org/sources/gnome-text-editor/44/gnome-text-editor-44.0.tar.xz meson itstool @@ -267871,6 +268170,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-17 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-11 43.2 @@ -268011,10 +268317,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.apps Disk Management Utility for GNOME GNOME libraries and applications for dealing with storage devices - https://download.gnome.org/sources/gnome-disk-utility/43/gnome-disk-utility-43.0.tar.xz + https://download.gnome.org/sources/gnome-disk-utility/44/gnome-disk-utility-44.0.tar.xz glib2-devel - gnome-settings-daemon-devel + gnome-settings-daemon-devel libcanberra-gtk3-devel libdvdread-devel libnotify-devel @@ -268065,6 +268371,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-17 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-17 43.0 @@ -268117,7 +268430,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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/43/baobab-43.0.tar.xz + https://download.gnome.org/sources/baobab/44/baobab-44.0.tar.xz meson itstool @@ -268132,7 +268445,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libhandy-devel appstream-glib-devel gobject-introspection-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel desktop/gnome/apps/baobab/pspec.xml @@ -268160,6 +268473,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-18 43.0 @@ -268203,20 +268523,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.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/43/gnome-contacts-43.1.tar.xz + https://download.gnome.org/sources/gnome-contacts/44/gnome-contacts-44.0.tar.xz folks-devel glib2-devel vala-devel - cheese-devel + cheese-devel geocode-glib-devel - gnome-desktop-devel + gnome-desktop-devel libchamplain-devel libnotify-devel libhandy-devel meson desktop-file-utils - gnome-online-accounts-devel + gnome-online-accounts-devel appstream-glib-devel gtk4-devel libportal-devel @@ -268259,6 +268579,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-18 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-10 43.1 @@ -268318,7 +268645,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Process and resource monitor Sistem süreçleri ve kaynak izleyici gnome-system-monitor - mirrors://gnome/gnome-system-monitor/42/gnome-system-monitor-42.0.tar.xz + mirrors://gnome/gnome-system-monitor/44/gnome-system-monitor-44.0.tar.xz libgtop-devel gtk3-devel @@ -268357,6 +268684,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-18 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-03-21 42.0 @@ -268464,23 +268798,23 @@ It supports email, address books, calendars, tasks, news feeds and much more.Music player and management application for GNOME Gnome için müzik çalar uygulaması org.gnome.Music - mirrors://gnome/gnome-music/42/gnome-music-42.0.tar.xz + mirrors://gnome/gnome-music/44/gnome-music-44.0.tar.xz appstream-glib-devel desktop-file-utils gettext-devel git itstool - gnome-online-accounts-devel + gnome-online-accounts-devel python3-pygobject3-devel - grilo-devel + grilo-devel gtk4-devel libdazzle-devel libmediaart-devel - libsoup-devel + libsoup3-devel meson python3-cairo-devel - tracker-devel + tracker-devel python3-devel avahi-ui-gtk3-devel avahi-devel @@ -268495,8 +268829,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.gom-devel libdmapsharing-devel gst-plugins-base-devel - grilo-plugins-devel - tracker-miners + grilo-plugins-devel + tracker-miners libhandy-devel libadwaita-devel @@ -268527,6 +268861,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-23 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-03-21 42.0 @@ -268642,7 +268983,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.A collection of UPnP/DLNA services UPnP/DLNA hizmetleri koleksiyonu rygel - mirrors://gnome/rygel/0.42/rygel-0.42.1.tar.xz + mirrors://gnome/rygel/0.42/rygel-0.42.2.tar.xz desktop-file-utils dbus-glib-devel @@ -268661,7 +269002,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.meson sqlite-devel tracker-devel - tracker-miners + tracker-miners vala-devel gupnp-av-devel gupnp-dlna-devel @@ -268703,7 +269044,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.rygel-devel rygel için geliştirme dosyaları - rygel + rygel libgee-devel gupnp-av-devel gstreamer-devel @@ -268715,6 +269056,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-04-01 + 0.42.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-11 0.42.1 @@ -268802,13 +269150,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.Integrated mail, addressbook and calendaring for GNOME. The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment. evolution - https://download.gnome.org/sources/evolution/3.46/evolution-3.46.3.tar.xz + https://download.gnome.org/sources/evolution/3.48/evolution-3.48.1.tar.xz - gnome-desktop-devel + gnome-desktop-devel libcanberra-gtk3-devel - evolution-data-server-devel + evolution-data-server-devel gspell-devel - gnome-autoar-devel + gnome-autoar-devel libarchive-devel intltool itstool @@ -268886,11 +269234,11 @@ It supports email, address books, calendars, tasks, news feeds and much more. evolution-devel - evolution + evolution gtk3-devel glib2-devel gnome-desktop-devel - evolution-data-server-devel + evolution-data-server-devel webkit2gtk-4.1-devel @@ -268899,6 +269247,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-04-21 + 3.48.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-06 3.46.3 @@ -269157,11 +269512,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.GNOME's main interface to configure various aspects of the desktop GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop. gnome-control-center - https://download.gnome.org/sources/gnome-control-center/43/gnome-control-center-43.4.1.tar.xz + https://download.gnome.org/sources/gnome-control-center/44/gnome-control-center-44.1.tar.xz gcr-devel glib2-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel intltool meson polkit-devel @@ -269169,13 +269524,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.ModemManager-devel accountsservice-devel colord-gtk-devel - gnome-bluetooth-devel - gnome-desktop-devel - gnome-menus-devel - gnome-online-accounts-devel + gnome-bluetooth-devel + gnome-desktop-devel + gnome-menus-devel + gnome-online-accounts-devel NetworkManager-devel - gnome-settings-daemon-devel - grilo-devel + gnome-settings-daemon-devel + grilo-devel ibus-devel libSM-devel libXxf86misc-devel @@ -269202,7 +269557,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.udisks2-devel gsound-devel libsoup-devel - cheese-devel + cheese-devel libseccomp-devel libmm-glib-devel docbook-xsl @@ -269290,13 +269645,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. gnome-control-center-devel - gnome-control-center + gnome-control-center /usr/share/pkgconfig + + 2023-04-21 + 44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-13 43.4.1 @@ -269397,7 +269759,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.JavaScript bindings for GNOME JavaScript bindings for GNOME gjs - https://download.gnome.org/sources/gjs/1.74/gjs-1.74.1.tar.xz + https://download.gnome.org/sources/gjs/1.76/gjs-1.76.0.tar.xz mozjs-102-devel meson @@ -269407,6 +269769,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.cairo-devel systemtap-sdt-devel + + test.patch + desktop/gnome/base/gjs/pspec.xml @@ -269433,7 +269798,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gjs-devel Development files for gjs - gjs + gjs cairo-devel glib2-devel libffi-devel @@ -269446,6 +269811,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 1.76.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-30 1.74.1 @@ -270053,7 +270425,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.A gobject-based plugins engine Gobject tabanlı eklenti motoru libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility. - mirrors://gnome/libpeas/1.34/libpeas-1.34.0.tar.xz + mirrors://gnome/libpeas/1.36/libpeas-1.36.0.tar.xz meson vala-devel @@ -270095,7 +270467,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gtk3-devel glib2-devel gobject-introspection-devel - libpeas + libpeas /usr/include @@ -270106,13 +270478,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.libpeas-doc Document files for libpeas - libpeas + libpeas /usr/share/doc/libpeas-* + + 2023-03-17 + 1.36.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-02 1.34.0 @@ -270241,19 +270620,19 @@ It supports email, address books, calendars, tasks, news feeds and much more.GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications. gnome-shell, GNOME40 kullanıcı tecrübesinin belirleyici teknolojisidir. Pencereler arası geçiş ve uygulama çalıştırma gibi temel işlevleri sağlar. gnome - https://download.gnome.org/sources/gnome-shell/43/gnome-shell-43.3.tar.xz + https://download.gnome.org/sources/gnome-shell/44/gnome-shell-44.0.tar.xz at-spi2-atk-devel - evolution-data-server-devel + evolution-data-server-devel folks-devel gcr-4-devel - gjs-devel - gnome-bluetooth-devel - gnome-control-center-devel - gnome-desktop-devel + gjs-devel + gnome-bluetooth-devel + gnome-control-center-devel + gnome-desktop-devel libseccomp-devel - gnome-menus-devel - gsettings-desktop-schemas-devel + gnome-menus-devel + gsettings-desktop-schemas-devel gstreamer-devel gtk4-devel ibus-devel @@ -270264,7 +270643,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libsoup-devel libX11-devel libxml2-devel - mutter-devel + mutter-devel libnma-devel polkit-devel pulseaudio-libs-devel @@ -270272,7 +270651,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.sassc startup-notification-devel telepathy-logger-devel - gnome-autoar-devel + gnome-autoar-devel libarchive-devel gobject-introspection-devel libxslt-devel @@ -270340,6 +270719,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-15 43.3 @@ -270945,7 +271331,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.base GNOME User Documentation This package contains documents which are packaged together and shipped as gnome-user-docs in the core GNOME distribution. - https://download.gnome.org/sources/gnome-user-docs/43/gnome-user-docs-43.0.tar.xz + https://download.gnome.org/sources/gnome-user-docs/44/gnome-user-docs-44.0.tar.xz libxml2-devel itstool @@ -270961,6 +271347,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-02 43.0 @@ -271289,7 +271682,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Library with common API for various GNOME modules Library with common API for various GNOME modules gnome-desktop - https://download.gnome.org/sources/gnome-desktop/43/gnome-desktop-43.2.tar.xz + https://download.gnome.org/sources/gnome-desktop/44/gnome-desktop-44.0.tar.xz meson itstool @@ -271309,7 +271702,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libseccomp-devel libxkbcommon-devel gobject-introspection-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel desktop/gnome/base/gnome-desktop/pspec.xml @@ -271342,7 +271735,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-desktop-devel Development files for gnome-desktop - gnome-desktop + gnome-desktop dbus-devel gtk3-devel gtk4-devel @@ -271363,13 +271756,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-desktop-docs Development files for gnome-desktop - gnome-desktop + gnome-desktop /usr/share/gtk-doc + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-15 43.2 @@ -271939,7 +272339,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/43/gsettings-desktop-schemas-43.0.tar.xz + https://download.gnome.org/sources/gsettings-desktop-schemas/44/gsettings-desktop-schemas-44.0.tar.xz meson glib2-devel @@ -271966,7 +272366,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 @@ -271974,6 +272374,13 @@ settings shared by various components of a desktop. + + 2023-03-20 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-02 43.0 @@ -272055,15 +272462,15 @@ settings shared by various components of a desktop. Plugins for the Grilo framework Grilo çerçevesi için eklentiler grilo-plugins - mirrors://gnome/grilo-plugins/0.3/grilo-plugins-0.3.14.tar.xz + mirrors://gnome/grilo-plugins/0.3/grilo-plugins-0.3.16.tar.xz meson avahi-glib-devel gettext-devel - grilo-devel + grilo-devel glib2-devel gom-devel - gnome-online-accounts-devel + gnome-online-accounts-devel gstreamer-devel gperf libgcrypt-devel @@ -272121,13 +272528,20 @@ settings shared by various components of a desktop. grilo-plugins-devel grilo-plugins için geliştirme dosyaları - grilo-plugins + grilo-plugins /usr/lib/pkgconfig + + 2023-04-04 + 0.3.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-10-05 0.3.14 @@ -272157,7 +272571,7 @@ settings shared by various components of a desktop. The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. The Evolution Data Server provides a single database for common, desktop-wide information, such as a user's address book or calendar events. evolution - https://download.gnome.org/sources/evolution-data-server/3.46/evolution-data-server-3.46.3.tar.xz + https://download.gnome.org/sources/evolution-data-server/3.48/evolution-data-server-3.48.1.tar.xz flex glib2-devel @@ -272246,7 +272660,7 @@ settings shared by various components of a desktop. evolution-data-server-devel Development files for evolution-data-server - evolution-data-server + evolution-data-server nss-devel gtk3-devel gtk4-devel @@ -272271,6 +272685,13 @@ settings shared by various components of a desktop. + + 2023-04-21 + 3.48.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-06 3.46.3 @@ -272532,7 +272953,7 @@ settings shared by various components of a desktop. desktop.gnome.base Default wallpaper set for GNOME. This module contains a set of backgrounds packaged with the GNOME desktop. - https://download.gnome.org/sources/gnome-backgrounds/43/gnome-backgrounds-43.1.tar.xz + https://download.gnome.org/sources/gnome-backgrounds/44/gnome-backgrounds-44.0.tar.xz meson @@ -272549,6 +272970,13 @@ settings shared by various components of a desktop. + + 2023-03-20 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-15 43.1 @@ -272598,17 +273026,17 @@ settings shared by various components of a desktop. desktop.gnome.base GNOME Initial Setup application. After acquiring or installing a new system there are a few essential things to set up before use. gnome-initial-setup aims to provide a simple, easy, and safe way to prepare a new system. - https://download.gnome.org/sources/gnome-initial-setup/43/gnome-initial-setup-43.2.tar.xz + https://download.gnome.org/sources/gnome-initial-setup/44/gnome-initial-setup-44.0.tar.xz git glib2-devel gettext-devel NetworkManager-devel accountsservice-devel - cheese-devel + cheese-devel libgweather4-devel webkit2gtk-5.0-devel - gnome-online-accounts-devel + gnome-online-accounts-devel gdm-devel libpwquality-devel vala-devel @@ -272624,7 +273052,7 @@ settings shared by various components of a desktop. libhandy-devel geocode-glib-devel meson - gnome-desktop-devel + gnome-desktop-devel libseccomp-devel e2fsprogs-devel gtk4-devel @@ -272676,6 +273104,13 @@ settings shared by various components of a desktop. + + 2023-03-17 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-02 43.2 @@ -273005,7 +273440,7 @@ services for numerous locations. Yeni nesil GNOME sanal dosya sistemi GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications. GVFS I/O soyutlamaları, özellikle HAL, için geliştirilmiş, sistem tabanlı bir sanal dosya sistemidir. Doğrudan fuse ile birlikle kendi bağlamlarına erişmesini destekler. GVFS, birçok modül ve sitem servisini uygulamaların otomatik kullanması için yükler. - https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.3.tar.xz + https://download.gnome.org/sources/gvfs/1.50/gvfs-1.50.4.tar.xz meson gtk-doc @@ -273043,8 +273478,8 @@ services for numerous locations. libcap-devel libgdata-devel openldap-server - gnome-online-accounts-devel - gsettings-desktop-schemas-devel + gnome-online-accounts-devel + >gsettings-desktop-schemas-devel samba-devel libcdio-devel libimobiledevice-devel @@ -273058,7 +273493,7 @@ services for numerous locations. polkit libplist - gvfs + gvfs gnome-online-accounts libimobiledevice @@ -273076,7 +273511,7 @@ services for numerous locations. libsecret libgcrypt - gvfs + gvfs /usr/lib/gvfs/gvfsd-afp @@ -273092,7 +273527,7 @@ services for numerous locations. GVFS sıkıştırma arkaucu libarchive - gvfs + gvfs /usr/libexec/gvfsd-archive @@ -273106,7 +273541,7 @@ services for numerous locations. GVFS dijital kamera arkaucu libgphoto2 - gvfs + gvfs /usr/libexec/gvfs-gphoto2-volume-monitor @@ -273122,7 +273557,7 @@ services for numerous locations. GVFS FUSE arkaucu fuse3 - gvfs + gvfs /usr/libexec/gvfsd-fuse @@ -273133,7 +273568,7 @@ services for numerous locations. Samba backend for GVFS GVFS Samba arkaucu - gvfs + gvfs samba @@ -273151,7 +273586,7 @@ services for numerous locations. libmtp libusb - gvfs + gvfs /usr/libexec/gvfsd-mtp @@ -273166,7 +273601,7 @@ services for numerous locations. gvfs-goa gvfs-goa - GNOME Online Accounts support for gvfs - gvfs + gvfs /usr/lib/gvfs-goa-volume-monitor @@ -273178,7 +273613,7 @@ services for numerous locations. gvfs-google Samba backend for GVFS - gvfs + gvfs libgdata @@ -273299,6 +273734,13 @@ services for numerous locations. + + 2023-03-17 + 1.50.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-06 1.50.3 @@ -273413,7 +273855,7 @@ services for numerous locations. GNOME ekran yöneticisi A graphical login manager for your desktop, integrated within the GNOME desktop environment GDM, yerel veya uzak makinelerde farklı oturumlar açmayı sağlar. - https://download.gnome.org/sources/gdm/43/gdm-43.0.tar.xz + https://download.gnome.org/sources/gdm/44/gdm-44.0.tar.xz dconf-devel gettext-devel @@ -273436,8 +273878,7 @@ services for numerous locations. 0000-Force-Xorg-use-on-the-login-screen.patch - 0002-Xsession-Don-t-start-ssh-agent-by-default.patch - 0003-enable-elogind-build.patch + gentoo/gdm-44.0-meson-allow-building-with-elogind.patch desktop/gnome/base/gdm/pspec.xml @@ -273491,7 +273932,7 @@ services for numerous locations. gdm-devel - gdm + gdm glib2-devel elogind-devel @@ -273514,6 +273955,13 @@ services for numerous locations. + + 2023-03-20 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-02 43.0 @@ -273729,7 +274177,7 @@ services for numerous locations. desktop.gnome.base Grilo is a framework for browsing and searching media content from various sources using a single API. Grilo is a framework for browsing and searching media content from various sources using a single API. - https://download.gnome.org/sources/grilo/0.3/grilo-0.3.14.tar.xz + https://download.gnome.org/sources/grilo/0.3/grilo-0.3.15.tar.xz eudev-devel gettext-devel @@ -273768,7 +274216,7 @@ services for numerous locations. grilo-devel Development files for grilo - grilo + grilo glib2-devel libxml2-devel @@ -273780,6 +274228,13 @@ services for numerous locations. + + 2023-04-04 + 0.3.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-10-05 0.3.14 @@ -274390,7 +274845,7 @@ services for numerous locations. desktop.gnome.base Single sign-on framework for GNOME The GNOME Online Accounts package contains a framework used to access the user's online accounts. - https://download.gnome.org/sources/gnome-online-accounts/3.47/gnome-online-accounts-3.47.1.tar.xz + https://download.gnome.org/sources/gnome-online-accounts/3.48/gnome-online-accounts-3.48.0.tar.xz meson docbook-xsl @@ -274456,7 +274911,7 @@ services for numerous locations. gtk3-devel gtk4-devel glib2-devel - gnome-online-accounts + gnome-online-accounts /usr/lib/pkgconfig @@ -274466,6 +274921,13 @@ services for numerous locations. + + 2023-03-18 + 3.48.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-26 3.47.1 @@ -274774,7 +275236,7 @@ services for numerous locations. Mutter is a Wayland display server and X11 window manager and compositor library. Mutter is a Wayland display server and X11 window manager and compositor library. gnome - https://download.gnome.org/sources/mutter/43/mutter-43.3.tar.xz + https://download.gnome.org/sources/mutter/44/mutter-44.0.tar.xz gettext-devel lcms2-devel @@ -274786,7 +275248,7 @@ services for numerous locations. xorg-server-devel xorg-xwayland-devel elogind-devel - gnome-desktop-devel + gnome-desktop-devel graphene-devel json-glib-devel libSM-devel @@ -274796,7 +275258,7 @@ services for numerous locations. pipewire-devel startup-notification-devel wayland-protocols-devel - gnome-settings-daemon-devel + gnome-settings-daemon-devel libgudev-devel upower-devel libxkbfile-devel @@ -274883,7 +275345,7 @@ services for numerous locations. mutter-devel Mutter is a Wayland display server and X11 window manager and compositor library. - mutter + mutter atk-devel gtk3-devel cairo-devel @@ -274904,6 +275366,13 @@ services for numerous locations. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-15 43.3 @@ -275113,7 +275582,7 @@ services for numerous locations. 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/43/gnome-settings-daemon-43.0.tar.xz + https://download.gnome.org/sources/gnome-settings-daemon/44/gnome-settings-daemon-44.1.tar.xz colord-devel elogind-devel @@ -275121,7 +275590,7 @@ GNOME Session and the applications that run under it. gcr-4-devel geoclue-devel geocode-glib-devel - gnome-desktop-devel + gnome-desktop-devel lcms2-devel libcanberra-devel libcanberra-gtk3-devel @@ -275187,7 +275656,7 @@ GNOME Session and the applications that run under it. /etc /lib - /usr/lib/gnome-settings-daemon-43 + /usr/lib/gnome-settings-daemon-44 /usr/libexec /usr/share/GConf /usr/share/doc @@ -275200,7 +275669,7 @@ GNOME Session and the applications that run under it. gnome-settings-daemon-devel - gnome-settings-daemon + gnome-settings-daemon /usr/include @@ -275208,6 +275677,13 @@ GNOME Session and the applications that run under it. + + 2023-04-18 + 44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-02 43.0 @@ -275543,13 +276019,13 @@ GNOME Session and the applications that run under it. GNOME oturum yöneticisi gnome-session manages X11-compliant sessions with ConsoleKit daemon and starts GNOME core services gnome-session, ConsoleKit ile birlikte X11-uyumlu oturumları yönetir ve temel GNOME servislerini başlatır. - https://download.gnome.org/sources/gnome-session/43/gnome-session-43.0.tar.xz + https://download.gnome.org/sources/gnome-session/44/gnome-session-44.0.tar.xz glib2-devel intltool xmlto elogind-devel - gnome-desktop-devel + gnome-desktop-devel gtk3-devel json-glib-devel libXtst-devel @@ -275560,6 +276036,9 @@ GNOME Session and the applications that run under it. xtrans meson + + gentoo/support-elogind.patch + desktop/gnome/base/gnome-session/pspec.xml @@ -275591,6 +276070,13 @@ GNOME Session and the applications that run under it. + + 2023-03-20 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-02 43.0 @@ -275641,16 +276127,16 @@ GNOME Session and the applications that run under it. desktop.gnome.base A file browser for GNOME Nautilus is a file manager that allows to browse directories, preview files and launch applications. - https://download.gnome.org/sources/nautilus/43/nautilus-43.2.tar.xz + https://download.gnome.org/sources/nautilus/44/nautilus-44.0.tar.xz gettext-devel glib2-devel libxslt-devel gobject-introspection-devel exempi-devel - gnome-autoar-devel + gnome-autoar-devel libarchive-devel - gnome-desktop-devel + gnome-desktop-devel gtk3-devel libexif-devel libgexiv2-devel @@ -275658,8 +276144,8 @@ GNOME Session and the applications that run under it. libseccomp-devel libxml2-devel gst-plugins-base-devel - tracker-devel - tracker-miners + tracker-devel + tracker-miners harfbuzz-devel libhandy-devel libportal-devel @@ -275719,7 +276205,7 @@ GNOME Session and the applications that run under it. nautilus-devel Development files for nautilus - nautilus + nautilus gtk4-devel glib2-devel @@ -275730,6 +276216,13 @@ GNOME Session and the applications that run under it. + + 2023-03-17 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-08 43.2 @@ -276292,7 +276785,7 @@ components such as the Settings and gnome-shell. A collection of extensions providing additional and optional functionality to GNOME Shell GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell gnome - https://download.gnome.org/sources/gnome-shell-extensions/43/gnome-shell-extensions-43.1.tar.xz + https://download.gnome.org/sources/gnome-shell-extensions/44/gnome-shell-extensions-44.0.tar.xz libgtop-devel sassc @@ -276311,6 +276804,13 @@ components such as the Settings and gnome-shell. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-04 43.1 @@ -276395,7 +276895,7 @@ components such as the Settings and gnome-shell. desktop.gnome.addons Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - https://download.gnome.org/sources/tracker/3.4/tracker-3.4.2.tar.xz + https://download.gnome.org/sources/tracker/3.5/tracker-3.5.0.tar.xz meson gettext-devel @@ -276445,7 +276945,7 @@ components such as the Settings and gnome-shell. tracker-devel - tracker + tracker glib2-devel icu4c-devel sqlite-devel @@ -276461,6 +276961,13 @@ components such as the Settings and gnome-shell. + + 2023-03-20 + 3.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-05 3.4.2 @@ -276852,16 +277359,16 @@ components such as the Settings and gnome-shell. A collection of plugins for the eog image viewer eog resim görüntüleyici için bir eklenti koleksiyonu eog-plugins - mirrors://gnome/eog-plugins/42/eog-plugins-42.3.tar.xz + mirrors://gnome/eog-plugins/44/eog-plugins-44.0.tar.xz meson libchamplain-devel clutter-gtk-devel - eog-devel - gsettings-desktop-schemas-devel + eog-devel + gsettings-desktop-schemas-devel libexif-devel libgdata-devel - libpeas-devel + libpeas-devel intltool python3-devel @@ -276914,6 +277421,13 @@ components such as the Settings and gnome-shell. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-07 42.3 @@ -276967,19 +277481,19 @@ components such as the Settings and gnome-shell. Eye of GNOME image viewer GNOME resim gösterici eog - mirrors://gnome/eog/43/eog-43.2.tar.xz + mirrors://gnome/eog/44/eog-44.0.tar.xz glib2-devel gtk3-devel exempi-devel gdk-pixbuf-devel glib2-devel - gnome-desktop-devel + gnome-desktop-devel gobject-introspection-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel lcms2-devel libexif-devel - libpeas-devel + libpeas-devel libportal-devel librsvg-devel shared-mime-info @@ -277037,7 +277551,7 @@ components such as the Settings and gnome-shell. eog-devel eog için geliştirme dosyaları - eog + eog libhandy-devel gtk3-devel @@ -277047,6 +277561,13 @@ components such as the Settings and gnome-shell. + + 2023-03-19 + 44.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-07 43.2 @@ -284437,7 +284958,7 @@ components such as the Settings and gnome-shell. GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. Wersja 4 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. gtk4-logo - mirrors://gnome/gtk/4.10/gtk-4.10.2.tar.xz + mirrors://gnome/gtk/4.10/gtk-4.10.3.tar.xz gettext-devel glib2-devel @@ -284544,7 +285065,7 @@ components such as the Settings and gnome-shell. GTK4 demo uygulamaları app:gui - gtk4 + gtk4 librsvg @@ -284576,7 +285097,7 @@ components such as the Settings and gnome-shell. GTK4 için geliştirme dosyaları Pliki nagłówkowe do gtk4 - gtk4 + gtk4 lzo-devel pango-devel libX11-devel @@ -284611,7 +285132,7 @@ components such as the Settings and gnome-shell. GTK4 icon cache updater GTK4 için simge önbelleği güncelleyicisi - gtk4 + gtk4 /usr/bin/gtk*-update-icon-cache @@ -284619,6 +285140,13 @@ components such as the Settings and gnome-shell. + + 2023-04-22 + 4.10.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-04-21 4.10.2 @@ -360155,7 +360683,7 @@ contacts, tasks, and calendar information. programming.misc An HTTP library implementation in C libsoup is an HTTP client/server library for GNOME. - https://download.gnome.org/sources/libsoup/3.4/libsoup-3.4.0.tar.xz + https://download.gnome.org/sources/libsoup/3.4/libsoup-3.4.1.tar.xz meson libgcrypt-devel @@ -360223,7 +360751,7 @@ contacts, tasks, and calendar information. sysprof-devel libnghttp2-devel gobject-introspection-devel - libsoup3 + libsoup3 /usr/include @@ -360232,6 +360760,13 @@ contacts, tasks, and calendar information. + + 2023-04-21 + 3.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-03-17 3.4.0 @@ -372169,7 +372704,7 @@ contacts, tasks, and calendar information. Hafif ve özgür bir PDF görüntüleyici Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır. - https://download.gnome.org/sources/evince/43/evince-43.1.tar.xz + https://download.gnome.org/sources/evince/44/evince-44.1.tar.xz meson itstool @@ -372187,7 +372722,7 @@ contacts, tasks, and calendar information. libspectre-devel djvu-devel libICE-devel - gnome-desktop-devel + gnome-desktop-devel gdk-pixbuf-devel poppler-glib-devel intltool @@ -372196,10 +372731,10 @@ contacts, tasks, and calendar information. python3-devel gobject-introspection-devel gspell-devel - nautilus-devel + nautilus-devel gstreamer-devel gst-plugins-base-devel - gsettings-desktop-schemas-devel + gsettings-desktop-schemas-devel evince.patch @@ -372260,7 +372795,7 @@ contacts, tasks, and calendar information. Development files for evince evince için geliştirme dosyaları - evince + evince glib2-devel gtk3-devel @@ -372279,6 +372814,13 @@ contacts, tasks, and calendar information. + + 2023-03-22 + 44.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-27 43.1 @@ -402104,7 +402646,7 @@ from a wide variety of machine architectures. Klasik iki kişilik satranç tahtası oyununu oynayın Klasik iki kişilik satranç tahtası oyununu oynayın org.gnome.Chess - https://download.gnome.org/sources/gnome-chess/43/gnome-chess-43.1.tar.xz + https://download.gnome.org/sources/gnome-chess/43/gnome-chess-43.2.tar.xz meson itstool @@ -402146,6 +402688,13 @@ from a wide variety of machine architectures. + + 2023-03-17 + 43.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-06 43.1 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 775611fec2..44185a240d 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -c479cedc39d9ac8cd436f432123be7f1e5d46c53 \ No newline at end of file +c04668a879205edbf6a125b5506195af2e78e160 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 742c259592..7fc8798e0f 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 4fb33f9e2f..620c1fd1b4 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -e16659fe56eb7cb7006225ab14e4045f55738956 \ No newline at end of file +97664cf7b6c530a221077842c3c31d3b84fbeeb5 \ No newline at end of file