Skip to content

Commit

Permalink
Merge pull request #381 from serpent-os/gnome-46.5
Browse files Browse the repository at this point in the history
GNOME 46.5
  • Loading branch information
ikeycode authored Sep 20, 2024
2 parents 7fc02aa + 02c8cfd commit 911440f
Show file tree
Hide file tree
Showing 39 changed files with 85 additions and 104 deletions.
Binary file modified g/glib2/manifest.x86_64.bin
Binary file not shown.
24 changes: 12 additions & 12 deletions g/glib2/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@
"/usr/lib/glib-2.0/include/glibconfig.h",
"/usr/lib/glib2/gio-launch-desktop",
"/usr/lib/libgio-2.0.so.0",
"/usr/lib/libgio-2.0.so.0.8000.4",
"/usr/lib/libgio-2.0.so.0.8000.5",
"/usr/lib/libgirepository-2.0.so.0",
"/usr/lib/libgirepository-2.0.so.0.8000.4",
"/usr/lib/libgirepository-2.0.so.0.8000.5",
"/usr/lib/libglib-2.0.so.0",
"/usr/lib/libglib-2.0.so.0.8000.4",
"/usr/lib/libglib-2.0.so.0.8000.5",
"/usr/lib/libgmodule-2.0.so.0",
"/usr/lib/libgmodule-2.0.so.0.8000.4",
"/usr/lib/libgmodule-2.0.so.0.8000.5",
"/usr/lib/libgobject-2.0.so.0",
"/usr/lib/libgobject-2.0.so.0.8000.4",
"/usr/lib/libgobject-2.0.so.0.8000.5",
"/usr/lib/libgthread-2.0.so.0",
"/usr/lib/libgthread-2.0.so.0.8000.4",
"/usr/lib/libgthread-2.0.so.0.8000.5",
"/usr/share/bash-completion/completions/gapplication",
"/usr/share/bash-completion/completions/gdbus",
"/usr/share/bash-completion/completions/gio",
"/usr/share/bash-completion/completions/gresource",
"/usr/share/bash-completion/completions/gsettings",
"/usr/share/gdb/auto-load/usr/lib/__pycache__/libglib-2.0.so.0.8000.4-gdb.cpython-311.pyc",
"/usr/share/gdb/auto-load/usr/lib/__pycache__/libgobject-2.0.so.0.8000.4-gdb.cpython-311.pyc",
"/usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.8000.4-gdb.py",
"/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.8000.4-gdb.py",
"/usr/share/gdb/auto-load/usr/lib/__pycache__/libglib-2.0.so.0.8000.5-gdb.cpython-311.pyc",
"/usr/share/gdb/auto-load/usr/lib/__pycache__/libgobject-2.0.so.0.8000.5-gdb.cpython-311.pyc",
"/usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.8000.5-gdb.py",
"/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.8000.5-gdb.py",
"/usr/share/gettext/its/gschema.its",
"/usr/share/gettext/its/gschema.loc",
"/usr/share/gir-1.0/GIRepository-3.0.gir",
Expand Down Expand Up @@ -603,6 +603,6 @@
}
},
"source-name": "glib2",
"source-release": "13",
"source-version": "2.80.4"
"source-release": "14",
"source-version": "2.80.5"
}
7 changes: 3 additions & 4 deletions g/glib2/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : glib2
version : 2.80.4
release : 13
version : 2.80.5
release : 14
homepage : https://gitlab.gnome.org/GNOME/glib
upstreams :
- https://download.gnome.org/sources/glib/2.80/glib-2.80.4.tar.xz : 24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f
- https://download.gnome.org/sources/glib/2.80/glib-2.80.5.tar.xz : 9f23a9de803c695bbfde7e37d6626b18b9a83869689dd79019bf3ae66c3e6771
summary : Low-level core library that forms the basis for projects such as GTK+ and GNOME
description : |
GLib is the low-level core library that forms the basis for projects such
Expand Down Expand Up @@ -46,4 +46,3 @@ install : |
%meson_install
%python_compile
%install_file %(pkgdir)/trigger.yaml %(installroot)/usr/share/moss/triggers/tx.d/glib2.yaml
toolchain : gnu
Binary file modified g/gnome-autoar/manifest.x86_64.bin
Binary file not shown.
9 changes: 5 additions & 4 deletions g/gnome-autoar/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"/usr/lib/girepository-1.0/GnomeAutoar-0.1.typelib",
"/usr/lib/girepository-1.0/GnomeAutoarGtk-0.1.typelib",
"/usr/lib/libgnome-autoar-0.so.0",
"/usr/lib/libgnome-autoar-0.so.0.2.0",
"/usr/lib/libgnome-autoar-0.so.0.2.1",
"/usr/lib/libgnome-autoar-gtk-0.so.0",
"/usr/lib/libgnome-autoar-gtk-0.so.0.2.0",
"/usr/lib/libgnome-autoar-gtk-0.so.0.2.1",
"/usr/share/gir-1.0/GnomeAutoar-0.1.gir",
"/usr/share/gir-1.0/GnomeAutoarGtk-0.1.gir"
],
Expand All @@ -47,6 +47,7 @@
"pkgconfig(libarchive)"
],
"depends": [
"gnome-autoar",
"pkgconfig(gio-2.0)",
"pkgconfig(glib-2.0)",
"pkgconfig(gtk+-3.0)",
Expand Down Expand Up @@ -79,6 +80,6 @@
}
},
"source-name": "gnome-autoar",
"source-release": "1",
"source-version": "0.4.4"
"source-release": "2",
"source-version": "0.4.5"
}
7 changes: 3 additions & 4 deletions g/gnome-autoar/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gnome-autoar
version : 0.4.4
release : 1
version : 0.4.5
release : 2
homepage : https://gitlab.gnome.org/GNOME/gnome-autoar
upstreams :
- https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.4.tar.xz : c0afbe333bcf3cb1441a1f574cc8ec7b1b8197779145d4edeee2896fdacfc3c2
- https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.5.tar.xz : 838c5306fc38bfaa2f23abe24262f4bf15771e3303fb5dcb74f5b9c7a615dabe
summary : Automatic archive functions for GNOME apps
description : |
Automatic archive functions for GNOME apps
Expand All @@ -26,7 +26,6 @@ packages :
- "%(name)-devel":
paths:
- /usr/share/vala/vapi
toolchain : gnu
setup : |
%meson -Dintrospection=enabled \
-Dvapi=true
Expand Down
Binary file modified g/gnome-online-accounts/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions g/gnome-online-accounts/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@
}
},
"source-name": "gnome-online-accounts",
"source-release": "6",
"source-version": "3.50.4"
"source-release": "7",
"source-version": "3.50.5"
}
9 changes: 4 additions & 5 deletions g/gnome-online-accounts/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gnome-online-accounts
version : 3.50.4
release : 6
version : 3.50.5
release : 7
homepage : https://gitlab.gnome.org/GNOME/gnome-online-accounts
upstreams :
- https://download.gnome.org/sources/gnome-online-accounts/3.50/gnome-online-accounts-3.50.4.tar.xz : 30ca13038cd7a69d5b6b2d53643fba6548d1712b925f0c216f3133c36cbf7773
- https://download.gnome.org/sources/gnome-online-accounts/3.50/gnome-online-accounts-3.50.5.tar.xz : 2d24942700ebb6d40a4757bb1d202f3c238f80f30df6f32c63f57a9edcb73f1a
summary : Single sign-on framework for GNOME
description : |
Single sign-on framework for GNOME
license :
- LGPL-2.1-or-later
- LGPL-2.1-or-later
builddeps :
- binary(vapigen)
- pkgconfig(dbus-1)
Expand All @@ -33,7 +33,6 @@ packages :
- "%(name)-devel":
paths:
- /usr/share/vala/vapi
toolchain : gnu
setup : |
%meson
build : |
Expand Down
Binary file modified g/gnome-remote-desktop/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions g/gnome-remote-desktop/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
}
},
"source-name": "gnome-remote-desktop",
"source-release": "1",
"source-version": "46.4"
"source-release": "2",
"source-version": "46.5"
}
6 changes: 3 additions & 3 deletions g/gnome-remote-desktop/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gnome-remote-desktop
version : '46.4'
release : 1
version : 46.5
release : 2
homepage : https://gitlab.gnome.org/GNOME/gnome-remote-desktop
upstreams :
- https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/archive/46.4/gnome-remote-desktop-46.4.tar.gz : 951435badc993eff6a5260f52653860427a9a7ab2a23ea37dc996de46dea2d9a
- https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/archive/46.5/gnome-remote-desktop-46.5.tar.gz : ac73eae9404f0584bbd25c898fc8cc9cc826b12232d70b52255638e127a6e475
summary : Remote desktop daemon for GNOME using pipewire
description : |
Remote desktop server which allows you to connect to your machine remotely
Expand Down
Binary file modified g/gnome-shell/manifest.x86_64.bin
Binary file not shown.
5 changes: 2 additions & 3 deletions g/gnome-shell/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"libnma",
"librsvg",
"shared-mime-info",
"soname(libGLESv2.so.2(x86_64))",
"soname(libX11.so.6(x86_64))",
"soname(libXfixes.so.3(x86_64))",
"soname(libatk-1.0.so.0(x86_64))",
Expand Down Expand Up @@ -276,6 +275,6 @@
}
},
"source-name": "gnome-shell",
"source-release": "17",
"source-version": "46.4"
"source-release": "18",
"source-version": "46.5"
}
7 changes: 3 additions & 4 deletions g/gnome-shell/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gnome-shell
version : '46.4'
release : 17
version : '46.5'
release : 18
homepage : https://gitlab.gnome.org/GNOME/gnome-shell
upstreams :
- https://download.gnome.org/sources/gnome-shell/46/gnome-shell-46.4.tar.xz : 188468fe72e90ac4b234e9d4d0707d607feaf39a13d25bd3aa3eb75e55a3e052
- https://download.gnome.org/sources/gnome-shell/46/gnome-shell-46.5.tar.xz : 3e640fa9ae9c7f66ba34d52a2e88b625e4d3636e2c0c6d8b9d13edda57d0cc18
summary : The core GNOME desktop experience
description : |
GNOME Shell provides core user interface functions for the GNOME desktop,
Expand Down Expand Up @@ -71,7 +71,6 @@ rundeps :
- shared-mime-info
- xdg-desktop-portal-gnome
- xkeyboard-config
toolchain : gnu
setup : |
%meson -Dtests=false
build : |
Expand Down
Binary file modified g/gnome-software/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions g/gnome-software/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,6 @@
}
},
"source-name": "gnome-software",
"source-release": "4",
"source-version": "46.4"
"source-release": "5",
"source-version": "46.5"
}
7 changes: 4 additions & 3 deletions g/gnome-software/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gnome-software
version : '46.4'
release : 4
version : '46.5'
release : 5
homepage : https://apps.gnome.org/Software/
upstreams :
- https://download.gnome.org/sources/gnome-software/46/gnome-software-46.4.tar.xz : 6554d1de07e7c6352da8b06384fea13da6499d71c05b5ad000d8e21cb153f5af
- https://download.gnome.org/sources/gnome-software/46/gnome-software-46.5.tar.xz : 69e5b8a344c48b46e699c15bea0bc262453f4c955ca43d78564aa042cc4fbe2c
summary : Software allows you to find and install new apps and system extensions and remove existing installed apps.
description : |
Software showcases featured and popular apps with useful descriptions and multiple screenshots per app. Apps can be found either through browsing the list of categories or by searching. It also allows you to update your system using an offline update.
Expand Down Expand Up @@ -48,3 +48,4 @@ install : |
%install_dir %(installroot)/usr/share/xdg/
mv %(installroot)/etc/xdg/* %(installroot)/usr/share/xdg/
rm -frv %(installroot)/etc
Binary file modified g/gtk-4/manifest.x86_64.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions g/gtk-4/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"/usr/lib/gtk-4.0/4.0.0/printbackends/libprintbackend-cups.so",
"/usr/lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so",
"/usr/lib/libgtk-4.so.1",
"/usr/lib/libgtk-4.so.1.1400.4",
"/usr/lib/libgtk-4.so.1.1400.5",
"/usr/share/gettext/its/gtk4builder.its",
"/usr/share/gettext/its/gtk4builder.loc",
"/usr/share/gir-1.0/Gdk-4.0.gir",
Expand Down Expand Up @@ -864,6 +864,6 @@
}
},
"source-name": "gtk-4",
"source-release": "10",
"source-version": "4.14.4"
"source-release": "11",
"source-version": "4.14.5"
}
9 changes: 3 additions & 6 deletions g/gtk-4/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gtk-4
version : 4.14.4
release : 10
version : 4.14.5
release : 11
homepage : https://download.gnome.org/sources/gtk/4.12
upstreams :
- https://download.gnome.org/sources/gtk/4.14/gtk-4.14.4.tar.xz : 443518b97e8348f9f6430ac435b1010f9a6c5207f4dc6a7cd5d24e3820cee633
- https://download.gnome.org/sources/gtk/4.14/gtk-4.14.5.tar.xz : 5547f2b9f006b133993e070b87c17804e051efda3913feaca1108fa2be41e24d
summary : The GTK 4 libraries for developing user interfaces
description : |
The GTK 4 libraries are used for developing user interfaces
Expand Down Expand Up @@ -84,6 +84,3 @@ build : |
%meson_build
install : |
%meson_install
# error running g-ir-scanner on files with clang
# clang-16: error: cannot specify -o when generating multiple output files
toolchain : gnu
Binary file modified g/gvfs/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions g/gvfs/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@
}
},
"source-name": "gvfs",
"source-release": "3",
"source-version": "1.54.2"
"source-release": "4",
"source-version": "1.54.3"
}
6 changes: 3 additions & 3 deletions g/gvfs/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gvfs
version : 1.54.2
release : 3
version : 1.54.3
release : 4
homepage : https://wiki.gnome.org/Projects/gvfs
upstreams :
- https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.2.tar.xz : 54908f4e10b5f1c231e90330c8c15b7f21f2bb610f194c034b338e379c508e3c
- https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.3.tar.xz : b7187f8d0ba4c32d9663d14b41f0ee578829a61dcaa82e9aea3be95758016865
summary : Virtual filesystem implementation for GIO
description : |
Virtual filesystem implementation for GIO
Expand Down
Binary file modified l/libadwaita/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions l/libadwaita/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@
}
},
"source-name": "libadwaita",
"source-release": "4",
"source-version": "1.5.3"
"source-release": "5",
"source-version": "1.5.4"
}
7 changes: 3 additions & 4 deletions l/libadwaita/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : libadwaita
version : 1.5.3
release : 4
version : 1.5.4
release : 5
homepage : https://gitlab.gnome.org/GNOME/libadwaita
upstreams :
- https://download.gnome.org/sources/libadwaita/1.5/libadwaita-1.5.3.tar.xz : 3b358635f7ea455d9fe75101373e34d2fba130d1590bd1a1c87ab1ccfba05f32
- https://download.gnome.org/sources/libadwaita/1.5/libadwaita-1.5.4.tar.xz : 1c7ebf9d03fbd50485831099c6a04670dc5399a5a832d900832301dbf22f9589
summary : Building blocks for modern GNOME applications
description : |
Building blocks for modern GNOME applications
Expand All @@ -22,7 +22,6 @@ builddeps :
- pkgconfig(glib-2.0)
- pkgconfig(gobject-introspection-1.0)
- pkgconfig(gtk4)
toolchain : gnu
setup : |
%meson
build : |
Expand Down
Binary file modified l/libgweather/manifest.x86_64.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions l/libgweather/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"files": [
"/usr/lib/girepository-1.0/GWeather-4.0.typelib",
"/usr/lib/libgweather-4.so.0",
"/usr/lib/libgweather-4.so.0.400.2",
"/usr/lib/libgweather-4.so.0.400.4",
"/usr/lib/libgweather-4/Locations.bin",
"/usr/share/gir-1.0/GWeather-4.0.gir",
"/usr/share/glib-2.0/schemas/org.gnome.GWeather4.enums.xml",
Expand Down Expand Up @@ -78,6 +78,6 @@
}
},
"source-name": "libgweather",
"source-release": "3",
"source-version": "4.4.2"
"source-release": "4",
"source-version": "4.4.4"
}
7 changes: 3 additions & 4 deletions l/libgweather/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : libgweather
version : 4.4.2
release : 3
version : 4.4.4
release : 4
homepage : https://wiki.gnome.org/Projects/LibGWeather
upstreams :
- https://download.gnome.org/sources/libgweather/4.4/libgweather-4.4.2.tar.xz : a6e427b4770ada48945f3aa906af710fc833cff0d42df91f1828302740d794ec
- https://download.gnome.org/sources/libgweather/4.4/libgweather-4.4.4.tar.xz : 7017677753cdf7d1fdc355e4bfcdb1eba8369793a8df24d241427a939cbf4283
summary : Location and time zone database, and weather-lookup library
description : |
libgweather is a library to access weather information from online services for numerous locations.
Expand All @@ -27,7 +27,6 @@ packages :
- "%(name)-devel":
paths:
- /usr/share/vala/vapi
toolchain : gnu
setup : |
%meson -Dintrospection=true \
-Dgtk_doc=false \
Expand Down
Binary file modified l/librsvg/manifest.x86_64.bin
Binary file not shown.
Loading

0 comments on commit 911440f

Please sign in to comment.