Compare commits

..

4 Commits

Author SHA1 Message Date
Owen Zimmerman 4f55f44edd Merge branch 'frawhide' into Owen-sz-patch-30 2026-06-02 19:13:24 -05:00
Owen Zimmerman ed3c62ceee probe 2026-05-28 23:53:03 -05:00
Owen Zimmerman ce4f3ab204 Update rust-deno.spec 2026-05-27 09:28:49 -05:00
Owen Zimmerman 071bb90b45 fix: rust-deno 2026-05-27 09:24:28 -05:00
46 changed files with 181 additions and 108 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional). # Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard # Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4 uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
with: with:
sarif_file: results.sarif sarif_file: results.sarif
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar Name: discord-canary-openasar
Version: 1.0.1190 Version: 1.0.1182
Release: 1%{?dist} Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary Name: discord-canary
Version: 1.0.1190 Version: 1.0.1182
Release: 1%{?dist} Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers Summary: Free Voice and Text Chat for Gamers
URL: discord.com URL: discord.com
+1 -1
View File
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: feishin Name: feishin
Version: 1.13.0 Version: 1.12.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A modern self-hosted music player Summary: A modern self-hosted music player
License: GPL-3.0 License: GPL-3.0
@@ -1,5 +1,5 @@
%global commit 6bd07ce067fcaf4a282a7955ac2a24656b2a88b1 %global commit 9ac2f6b627bb4cbed62e3aeb76009ffff77bae70
%global commit_date 20260603 %global commit_date 20260529
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %nil %global debug_package %nil
%global __strip /bin/true %global __strip /bin/true
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+ # Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 448de741f9e17a658c4e545c24cf7cb5b846e59d %global commit 1c295078227e722d2ad7ff9650d2fd83f3dc64e3
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260603 %global commit_date 20260602
%global ver 0.41.0 %global ver 0.41.0
Name: mpv-nightly Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-06-03 %global ver 2026-06-02
%global goodver %(echo %ver | sed 's/-//g') %global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil} %global __brp_mangle_shebangs %{nil}
%bcond_without mold %bcond_without mold
+1 -1
View File
@@ -2,7 +2,7 @@
Name: signal-desktop Name: signal-desktop
%electronmeta -aD %electronmeta -aD
Version: 8.13.0 Version: 8.12.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A private messenger for Windows, macOS, and Linux Summary: A private messenger for Windows, macOS, and Linux
URL: https://signal.org URL: https://signal.org
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise %global crate mise
Name: rust-mise Name: rust-mise
Version: 2026.6.0 Version: 2026.5.18
Release: 1%{?dist} Release: 1%{?dist}
Summary: Front-end to your dev env Summary: Front-end to your dev env
@@ -14,7 +14,7 @@ BuildRequires: meson
BuildRequires: vala BuildRequires: vala
BuildRequires: intltool BuildRequires: intltool
BuildRequires: pkgconfig(budgie-3.0) BuildRequires: pkgconfig(budgie-1.0)
BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(gnome-settings-daemon) BuildRequires: pkgconfig(gnome-settings-daemon)
BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(json-glib-1.0)
@@ -25,9 +25,6 @@ BuildRequires: pkgconfig(libnma)
BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libwnck-3.0) BuildRequires: pkgconfig(libwnck-3.0)
BuildRequires: pkgconfig(libpeas-2)
BuildRequires: pkgconfig(libxfce4windowing-0)
BuildRequires: pkgconfig(gtk-layer-shell-0)
BuildRequires: pkgconfig(appstream) BuildRequires: pkgconfig(appstream)
BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(granite)
@@ -132,6 +129,13 @@ Summary: Shows the time in a Fuzzy Way
%description -n budgie-applet-fuzzyclock %description -n budgie-applet-fuzzyclock
%{summary} %{summary}
%package -n budgie-applet-hotcorners
Requires: budgie-extras-common
Summary: Applet providing hotcorners capabilities for the Budgie Desktop
%description -n budgie-applet-hotcorners
The hotcorners applet allow user defined commands to be executed
when the mouse cursor is pushed into a corner of the main desktop.
%package -n budgie-applet-kangaroo %package -n budgie-applet-kangaroo
Requires: budgie-extras-common Requires: budgie-extras-common
Summary: Applet to allow quick file-browsing Summary: Applet to allow quick file-browsing
@@ -140,6 +144,15 @@ The kangaroo applet allows for quick & easy browsing, across
(possibly) many directory layers, without having to do a single mouse (possibly) many directory layers, without having to do a single mouse
click. click.
%package -n budgie-applet-keyboard-autoswitch
Requires: budgie-extras-common
Summary: Applet adding the ability to set a different keyboard layout per application
%description -n budgie-applet-keyboard-autoswitch
The Keyboard Auto Switcher applet provides the user the ability to set
a different keyboard layout per application. Exceptions to the default
layout can be set by simply choosing a different layout using the
Keyboard Layout applet.
%package -n budgie-applet-network-manager %package -n budgie-applet-network-manager
Requires: budgie-extras-common Requires: budgie-extras-common
Summary: A fork of Wingpanel Network Indicator, ported to budgie desktop Summary: A fork of Wingpanel Network Indicator, ported to budgie desktop
@@ -168,11 +181,12 @@ Summary: Applet displays files recently accessed for the Budgie Desktop
The recentlyused applet displays the users files that have been opened The recentlyused applet displays the users files that have been opened
or created within a configurable period of time. or created within a configurable period of time.
%package -n budgie-applet-screencast %package -n budgie-applet-rotation-lock
Requires: budgie-extras-common Requires: budgie-extras-common
Summary: Applet wrapper around wf-recorder Summary: Applet to lock or unlock the screen rotation
%description -n budgie-applet-screencast %description -n budgie-applet-rotation-lock
Applet wrapper around wf-recorder. Allows recording of whole screen displays or areas. The Rotation Lock applet provides the user an easy way to lock or
unlock the screen rotation.
%package -n budgie-applet-showtime %package -n budgie-applet-showtime
Requires: budgie-extras-common Requires: budgie-extras-common
@@ -213,6 +227,31 @@ Summary: Applet to display the weather and forecast
The weathershow applet displays daily and three hourly weather The weathershow applet displays daily and three hourly weather
forecasts on both the desktop and a Popover. forecasts on both the desktop and a Popover.
%package -n budgie-applet-window-shuffler
Requires: budgie-extras-common
Requires: budgie-extras-daemon
Summary: Budgie Window Shuffler
%description -n budgie-applet-window-shuffler
%{summary}
%package -n budgie-applet-workspace-stopwatch
Requires: budgie-extras-common
Summary: An applet to keep track of usage per workspace
%description -n budgie-applet-workspace-stopwatch
Workspace Timer Applet is an applet to keep track of usage per workspace, e.g.
to find out how much minutes/hours were actually spent on a job. Workspaces can
be freely named, custom names and all data are rmembered, also after
logout/restart, until the RESET button is pressed. The log file is updated
onworkspace switch/clicking the icon for popup or else every 30 seconds. Time
during suspend is automatically retracted from a workspace' time.
%package -n budgie-applet-wpreviews
Requires: budgie-extras-common
Requires: budgie-extras-daemon
Summary: Applet providing window previews capabilities for the Budgie Desktop
%description -n budgie-applet-wpreviews
The Previews applet shows an overview of windows in an expose like way.
%package -n budgie-applet-wswitcher %package -n budgie-applet-wswitcher
Requires: budgie-extras-common Requires: budgie-extras-common
Requires: budgie-extras-daemon Requires: budgie-extras-daemon
@@ -227,14 +266,8 @@ workspaces.
%prep %prep
%autosetup -p1 %autosetup -p1
find . -name "meson.build" -exec sed -i "s/dependency('budgie-1.0')/dependency('budgie-3.0')/g" {} +
find . -name "meson.build" -exec sed -i "s/dependency('libpeas-1.0')/dependency('libpeas-2')/g" {} +
find . -name "meson.build" -exec sed -i "s/dependency('libpeas-gtk-1.0')/dependency('libpeas-2')/g" {} +
%conf
%meson -Dfor-wayland=true
%build %build
%meson
%meson_build %meson_build
%install %install
@@ -249,6 +282,7 @@ rm -f %{buildroot}%{_bindir}/quickchar
%{__ln_s} -fv %{_bindir}/quickchar %{_libdir}/quickchar/quickchar %{__ln_s} -fv %{_bindir}/quickchar %{_libdir}/quickchar/quickchar
%files %files
%files common %files common
@@ -260,91 +294,103 @@ rm -f %{buildroot}%{_bindir}/quickchar
%{_bindir}/budgie-extras-daemon %{_bindir}/budgie-extras-daemon
%{_libdir}/budgie-extras-daemon/invoke.py %{_libdir}/budgie-extras-daemon/invoke.py
%{_datadir}/budgie-desktop/layouts/*.layout %{_datadir}/budgie-desktop/layouts/*.layout
%{_datadir}/budgie-extras-daemon
%{_mandir}/man1/budgie-extras-daemon.1.gz %{_mandir}/man1/budgie-extras-daemon.1.gz
%files -n budgie-applet-app-launcher %files -n budgie-applet-app-launcher
%{_datadir}/pixmaps/budgie-app-launcher*.svg %{_datadir}/pixmaps/budgie-app-launcher*.svg
%{_libdir}/budgie-desktop/plugins/budgie-app-launcher %{_libdir}/budgie-desktop/plugins/budgie-app-launcher
%{_metainfodir}/org.ubuntubudgie.applauncher.metainfo.xml
%files -n budgie-applet-applications-menu %files -n budgie-applet-applications-menu
%{_libdir}/budgie-desktop/plugins/applications-menu %{_libdir}/budgie-desktop/plugins/applications-menu
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-appmenu.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-appmenu.gschema.xml
#%%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.applications-menu.gschema.xml
%files -n budgie-applet-brightness-controller %files -n budgie-applet-brightness-controller
%{_libdir}/budgie-desktop/plugins/budgie-brightness-controller %{_libdir}/budgie-desktop/plugins/budgie-brightness-controller
%{_datadir}/pixmaps/budgie-brightness-controller-1-symbolic.svg %{_datadir}/pixmaps/budgie-brightness-controller-1-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.brightnesscontroller.metainfo.xml
%files -n budgie-applet-clockworks %files -n budgie-applet-clockworks
%{_libdir}/budgie-desktop/plugins/budgie-clockworks %{_libdir}/budgie-desktop/plugins/budgie-clockworks
%{_datadir}/glib-2.0/schemas/*budgie-clockworks*.xml %{_datadir}/glib-2.0/schemas/*budgie-clockworks*.xml
%{_datadir}/pixmaps/budgie-clockworks*.svg %{_datadir}/pixmaps/budgie-clockworks*.svg
%{_metainfodir}/org.ubuntubudgie.clockworks.metainfo.xml
%files -n budgie-applet-countdown %files -n budgie-applet-countdown
%{_libdir}/budgie-desktop/plugins/budgie-countdown %{_libdir}/budgie-desktop/plugins/budgie-countdown
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml
%{_datadir}/pixmaps/budgie-countdown-symbolic.svg %{_datadir}/pixmaps/budgie-countdown-symbolic.svg
%{_datadir}/pixmaps/cr_*.png %{_datadir}/pixmaps/cr_*.png
%{_metainfodir}/org.ubuntubudgie.countdown.metainfo.xml
%files -n budgie-applet-dropby %files -n budgie-applet-dropby
%{_libdir}/budgie-desktop/plugins/budgie-dropby %{_libdir}/budgie-desktop/plugins/budgie-dropby
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-dropby.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-dropby.gschema.xml
%{_datadir}/pixmaps/budgie-dropby*.svg %{_datadir}/pixmaps/budgie-dropby*.svg
%{_metainfodir}/org.ubuntubudgie.dropby.metainfo.xml
%files -n budgie-applet-fuzzyclock %files -n budgie-applet-fuzzyclock
%{_libdir}/budgie-desktop/plugins/budgie-fuzzyclock %{_libdir}/budgie-desktop/plugins/budgie-fuzzyclock
%{_metainfodir}/org.ubuntubudgie.fuzzyclock.metainfo.xml
%files -n budgie-applet-hotcorners
%{_libdir}/budgie-desktop/plugins/budgie-hotcorners
%config %{_sysconfdir}/xdg/autostart/org.ubuntubudgie.budgie-extras.HotCorners-autostart.desktop
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-extras.HotCorners.gschema.xml
%{_datadir}/applications/org.ubuntubudgie.budgie-extras.HotCorners.desktop
%{_datadir}/budgie-hotcorners
/usr/libexec/budgie-hotcorners/
%{_datadir}/pixmaps/budgie-hotcorners-symbolic.svg
%{_datadir}/pixmaps/budgie-hotcgui-*.svg
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.budgie-extras.hotcorners.svg
%files -n budgie-applet-kangaroo %files -n budgie-applet-kangaroo
%{_libdir}/budgie-desktop/plugins/budgie-kangaroo %{_libdir}/budgie-desktop/plugins/budgie-kangaroo
%{_datadir}/pixmaps/budgie-foldertrack-symbolic.svg %{_datadir}/pixmaps/budgie-foldertrack-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.kangaroo.metainfo.xml
%files -n budgie-applet-keyboard-autoswitch
%{_libdir}/budgie-desktop/plugins/budgie-keyboard-autoswitch
%{_datadir}/pixmaps/budgie-keyboard-autoswitch-symbolic.svg
%files -n budgie-applet-network-manager %files -n budgie-applet-network-manager
%{_libdir}/budgie-desktop/plugins/budgie-network-manager %{_libdir}/budgie-desktop/plugins/budgie-network-manager
%files -n budgie-applet-quickchar %files -n budgie-applet-quickchar
%config %{_sysconfdir}/xdg/autostart/quickchar-autostart.desktop
%ghost %{_bindir}/quickchar %ghost %{_bindir}/quickchar
%{_libdir}/quickchar
%{_datadir}/applications/org.ubuntubudgie.quickchar.desktop
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.quickchar.gschema.xml
%{_datadir}/quickchar/chardata
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.quickchar.svg
%{_mandir}/man1/quickchar.1.gz
%{_datadir}/metainfo/org.ubuntubudgie.quickchar.metainfo.xml
%files -n budgie-applet-quicknote %files -n budgie-applet-quicknote
%{_libdir}/budgie-desktop/plugins/budgie-quicknote %{_libdir}/budgie-desktop/plugins/budgie-quicknote
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.quicknote.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.quicknote.gschema.xml
%{_datadir}/pixmaps/budgie-quicknote-symbolic.svg %{_datadir}/pixmaps/budgie-quicknote-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.quicknote.metainfo.xml
%files -n budgie-applet-recentlyused %files -n budgie-applet-recentlyused
%{_libdir}/budgie-desktop/plugins/budgie-recentlyused %{_libdir}/budgie-desktop/plugins/budgie-recentlyused
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-recentlyused.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-recentlyused.gschema.xml
%{_metainfodir}/org.ubuntubudgie.recentlyused.metainfo.xml
%files -n budgie-applet-screencast %files -n budgie-applet-rotation-lock
%{_libdir}/budgie-desktop/plugins/budgie-screencast/BudgieScreencast.plugin %{_libdir}/budgie-desktop/plugins/budgie-rotation-lock
%{_libdir}/budgie-desktop/plugins/budgie-screencast/libbudgie-screencast.so %{_datadir}/pixmaps/budgie-rotation-*.svg
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-screencast.gschema.xml
%{_datadir}/pixmaps/budgie-screencast-symbolic.svg
%files -n budgie-applet-showtime %files -n budgie-applet-showtime
%{_libdir}/budgie-desktop/raven-plugins/org.ubuntubudgie.raven.widget.budgie-showtime/* %{_libdir}/budgie-desktop/plugins/budgie-showtime
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-showtime.gschema.xml
%{_datadir}/pixmaps/showtimenew-symbolic.svg %{_datadir}/pixmaps/showtimenew-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.showtime.metainfo.xml
%files -n budgie-applet-takeabreak %files -n budgie-applet-takeabreak
%{_libdir}/budgie-desktop/plugins/budgie-takeabreak %{_libdir}/budgie-desktop/plugins/budgie-takeabreak
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.raven.widget.budgie-showtime.gschema.xml
%{_datadir}/pixmaps/takeabreak*.svg %{_datadir}/pixmaps/takeabreak*.svg
%{_metainfodir}/org.ubuntubudgie.takeabreak.metainfo.xml
%files -n budgie-applet-visualspace %files -n budgie-applet-visualspace
%config %{_sysconfdir}/xdg/autostart/visualspace-autostart.desktop %config %{_sysconfdir}/xdg/autostart/visualspace-autostart.desktop
%{_libdir}/budgie-desktop/plugins/budgie-visualspace %{_libdir}/budgie-desktop/plugins/budgie-visualspace
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-visualspace.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-visualspace.gschema.xml
%{_datadir}/pixmaps/visualspace-symbolic.svg %{_datadir}/pixmaps/visualspace-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.visualspace.metainfo.xml
%files -n budgie-applet-wallstreet %files -n budgie-applet-wallstreet
%config %{_sysconfdir}/xdg/autostart/wallstreet-autostart.desktop %config %{_sysconfdir}/xdg/autostart/wallstreet-autostart.desktop
@@ -360,18 +406,42 @@ rm -f %{buildroot}%{_bindir}/quickchar
%{_datadir}/budgie-desktop/budgie-weathershow/weather_icons/* %{_datadir}/budgie-desktop/budgie-weathershow/weather_icons/*
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.weathershow.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.weathershow.gschema.xml
%{_datadir}/pixmaps/budgie-wticon-symbolic.svg %{_datadir}/pixmaps/budgie-wticon-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.weathershow.metainfo.xml
%files -n budgie-applet-window-shuffler
%config %{_sysconfdir}/xdg/autostart/layoutspopup-autostart.desktop
%config %{_sysconfdir}/xdg/autostart/dragsnap-autostart.desktop
%config %{_sysconfdir}/xdg/autostart/shuffler*.desktop
%{_libdir}/budgie-window-shuffler
%{_datadir}/applications/org.ubuntubudgie.shufflercontrol.desktop
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.shuffler-control.svg
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-shufflerapplet.gschema.xml
%{_datadir}/pixmaps/shuffler-*.svg
%{_datadir}/pixmaps/shufflerapplet-*.svg
%{_datadir}/pixmaps/dragsnapimg*.svg
%{_libdir}/budgie-desktop/plugins/budgie-window-shuffler/ShufflerAPplet.plugin
%{_libdir}/budgie-desktop/plugins/budgie-window-shuffler/libshufflerapplet.so
%{_datadir}/metainfo/org.ubuntubudgie.shufflercontrol.metainfo.xml
%files -n budgie-applet-workspace-stopwatch
%{_libdir}/budgie-desktop/plugins/budgie-workspace-stopwatch
%{_datadir}/pixmaps/budgie-wstopwatch-symbolic.svg
%files -n budgie-applet-wpreviews
%config %{_sysconfdir}/xdg/autostart/previews-*.desktop
%{_libdir}/budgie-previews
%{_datadir}/applications/org.ubuntubudgie.previewscontrols.desktop
%{_datadir}/metainfo/org.ubuntubudgie.previewscontrols.metainfo.xml
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-wpreviews.gschema.xml
%{_datadir}/pixmaps/budgie_wpreviews_*.png
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.budgiewpreviews.svg
%files -n budgie-applet-wswitcher %files -n budgie-applet-wswitcher
%{_libdir}/budgie-desktop/raven-plugins/org.ubuntubudgie.raven.widget.budgie-wswitcher/* %{_libdir}/budgie-desktop/plugins/budgie-wswitcher
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-wswitcher.gschema.xml %{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-wswitcher.gschema.xml
%{_datadir}/pixmaps/budgie-wsw-symbolic.svg %{_datadir}/pixmaps/budgie-wsw-symbolic.svg
%{_metainfodir}/org.ubuntubudgie.wswitcher.metainfo.xml
%changelog %changelog
* Tue Jun 02 2026 Owen Zimmerman <owen@fyralabs.com> - 2.2.3-1
- Update for 2.2.3
* Thu Jun 09 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 1.4.0-1 * Thu Jun 09 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 1.4.0-1
- Updated to 1.4.0 - Updated to 1.4.0
- Added requirements for Workspace Overview - Added requirements for Workspace Overview
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings %global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
%global commit d3692d48fc3c3223c428ac0db56f4dc111f1f620 %global commit 0583175c167ef52678fbd3ba78cc3510695cfdc6
%forgemeta %forgemeta
Name: lomiri-system-settings Name: lomiri-system-settings
@@ -1,5 +1,5 @@
%global commit 5c6a11c952530318f42e07a8b5b1d01915f5c055 %global commit 0099e4234f7f6f1f34d884c208279551ac8b5a08
%global commit_date 20260603 %global commit_date 20260602
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity Name: libsingularity
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit e7c64817f0e68df1b190f0c3a544b530c71c46b0 %global commit 751ccb251d9fb2c472e193bc478c3b928e3514c9
%global commit_date 20260603 %global commit_date 20260405
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global goipath github.com/singularityos-lab/vetro %global goipath github.com/singularityos-lab/vetro
+6 -3
View File
@@ -5,8 +5,11 @@
%global appstream_component runtime %global appstream_component runtime
%global crate deno %global crate deno
%global debug_level 1
%dnl %undefine _debugsource_packages
Name: rust-deno Name: rust-deno
Version: 2.8.2 Version: 2.8.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Deno executable Summary: Deno executable
@@ -17,12 +20,12 @@ Source1: https://raw.githubusercontent.com/denoland/deno/refs/tags/v%vers
Source2: gcc-wrapper.sh Source2: gcc-wrapper.sh
Source3: land.deno.deno.metainfo.xml Source3: land.deno.deno.metainfo.xml
# Automatically generated patch to strip dependencies and normalize metadata # Automatically generated patch to strip dependencies and normalize metadata
Patch: deno-fix-metadata-auto.diff %dnl Patch: deno-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
BuildRequires: anda-srpm-macros BuildRequires: anda-srpm-macros
BuildRequires: protobuf-compiler BuildRequires: protobuf-compiler
BuildRequires: llvm17-devel BuildRequires: llvm19-devel
BuildRequires: python3 BuildRequires: python3
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc BuildRequires: gcc
@@ -1,6 +1,6 @@
%global commit 6246c288ae1087c8d67f75432a59da004b30bf25 %global commit 5758e149319d244cbf2d21d1ae8d1376adaf1f91
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-06-02 %global fulldate 2026-06-01
%global commit_date %(echo %{fulldate} | sed 's/-//g') %global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2 %global ver 1.3.2
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 7a8f13902982b087e6e27e4d105e9595b26b9429 %global commit 818244003b6db179ae175ae3171c8d7f2846e732
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260603 %global commit_date 20260602
%global ver 1.6.0 %global ver 1.6.0
%bcond_with check %bcond_with check
+1 -1
View File
@@ -7,7 +7,7 @@
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%global ver 1.6.0-pre %global ver 1.5.3-pre
# Exclude input files from mangling # Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
+1 -1
View File
@@ -17,7 +17,7 @@
%global rustflags_debuginfo 0 %global rustflags_debuginfo 0
Name: zed Name: zed
Version: 1.5.3 Version: 1.4.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Zed is a high-performance, multiplayer code editor Summary: Zed is a high-performance, multiplayer code editor
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
@@ -4,7 +4,7 @@
Name: steamos-manager-powerstation Name: steamos-manager-powerstation
Version: 0~%{commitdate}.git%{shortcommit} Version: 0~%{commitdate}.git%{shortcommit}
Release: 3%{?dist} Release: 2%{?dist}
Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
URL: https://github.com/OpenGamingCollective/steamos-manager URL: https://github.com/OpenGamingCollective/steamos-manager
@@ -58,6 +58,7 @@ make -f /usr/share/selinux/devel/Makefile -C data/selinux steamos_manager.pp
%install %install
%{cargo_license_online -a} > LICENSE.dependencies %{cargo_license_online -a} > LICENSE.dependencies
%make_install %make_install
rm %{buildroot}%{_unitdir}/sddm.service.d/reset-oneshot-boot.conf # steamOS specific
rm %{buildroot}%{_userunitdir}/orca.service # not used by anyone apparently, steamOS specific(?) rm %{buildroot}%{_userunitdir}/orca.service # not used by anyone apparently, steamOS specific(?)
install -D -m644 data/selinux/steamos_manager.pp %{buildroot}%{_datadir}/selinux/packages/steamos_manager.pp install -D -m644 data/selinux/steamos_manager.pp %{buildroot}%{_datadir}/selinux/packages/steamos_manager.pp
install -d %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service install -d %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service
@@ -100,7 +101,6 @@ fi
%{_datadir}/steamos-manager/platform.toml %{_datadir}/steamos-manager/platform.toml
%{_prefix}/lib/steamos-manager %{_prefix}/lib/steamos-manager
%{_unitdir}/steamos-manager.service %{_unitdir}/steamos-manager.service
%{_unitdir}/sddm.service.d/reset-oneshot-boot.conf
%{_userunitdir}/steamos-manager.service %{_userunitdir}/steamos-manager.service
%{_userunitdir}/steamos-manager-configure-cecd.service %{_userunitdir}/steamos-manager-configure-cecd.service
%{_userunitdir}/steamos-manager-session-cleanup.service %{_userunitdir}/steamos-manager-session-cleanup.service
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit fdb9b616fc0edf8fb4c3285870388947b92669fc %global commit 94ffd50060f1cfd5d7482ec90a23a92bdefdff68
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27 %global ver v26.3.27
%global commit_date 20260603 %global commit_date 20260601
%global goipath github.com/XTLS/Xray-core %global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit} Version: %{ver}^%{commit_date}git.%{shortcommit}
@@ -1,7 +1,7 @@
%define _binaries_in_noarch_packages_terminate_build 0 %define _binaries_in_noarch_packages_terminate_build 0
Name: kotlin-native Name: kotlin-native
Version: 2.4.0 Version: 2.3.21
Release: 1%{?dist} Release: 1%{?dist}
Summary: LLVM backend for the Kotlin compiler Summary: LLVM backend for the Kotlin compiler
ExclusiveArch: x86_64 ExclusiveArch: x86_64
+1 -1
View File
@@ -1,6 +1,6 @@
BuildArch: noarch BuildArch: noarch
Name: kotlin Name: kotlin
Version: 2.4.0 Version: 2.3.21
Release: 1%{?dist} Release: 1%{?dist}
Summary: Statically typed programming language Summary: Statically typed programming language
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit 73986c03a10c1bc5db1edb5750f6841c206b89bf %global commit 88a18de44f78bf0d0401070bb8cfbc90a78877ba
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1 %global ver 2.3.1
%global commit_date 20260603 %global commit_date 20260602
%global debug_package %nil %global debug_package %nil
Name: nim-nightly Name: nim-nightly
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Fast PyTorch based DSP for audio and 1D signals. %global _desc Fast PyTorch based DSP for audio and 1D signals.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.2.8 Version: 0.2.7
Release: 1%{?dist} Release: 1%?dist
Summary: Fast PyTorch based DSP for audio and 1D signals Summary: Fast PyTorch based DSP for audio and 1D signals
License: MIT License: MIT
URL: https://github.com/adefossez/julius URL: https://github.com/adefossez/julius
+1 -1
View File
@@ -2,7 +2,7 @@
%global _desc Send usage data from your Python code to PostHog. %global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 7.17.0 Version: 7.16.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog Summary: Send usage data from your Python code to PostHog
License: MIT License: MIT
@@ -4,7 +4,7 @@
%global _desc Proton VPN local agent written in Rust. %global _desc Proton VPN local agent written in Rust.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.6.3 Version: 1.6.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Proton VPN local agent written in Rust Summary: Proton VPN local agent written in Rust
License: GPL-3.0-only License: GPL-3.0-only
@@ -2,7 +2,7 @@
%global _desc The model-definition framework for state-of-the-art machine learning models. %global _desc The model-definition framework for state-of-the-art machine learning models.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 5.10.1 Version: 5.9.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: The model-definition framework for state-of-the-art machine learning models Summary: The model-definition framework for state-of-the-art machine learning models
License: Apache-2.0 License: Apache-2.0
@@ -1,5 +1,5 @@
%global commit da65515fd167da571636aedd519fb1a843f7c6bf %global commit 5f301d60afc6b7243f9a2928118e9f448ae3c4de
%global commit_date 20260603 %global commit_date 20260602
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama %global pypi_name types-colorama
+1 -1
View File
@@ -1,7 +1,7 @@
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global crate zoi-rs %global crate zoi-rs
%global crate_version 1.16.1 %global crate_version 1.15.0
Name: rust-zoi-rs Name: rust-zoi-rs
Version: %(echo %crate_version | sed 's/-/~/g') Version: %(echo %crate_version | sed 's/-/~/g')
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
version=0.17.0-dev.667+0569f1f6a version=0.17.0-dev.644+3de725074
mirrors=() mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22 %define llvm_compat 22
%endif %endif
%global llvm_version 22.0.0 %global llvm_version 22.0.0
%global ver 0.17.0-dev.667+0569f1f6a %global ver 0.17.0-dev.644+3de725074
%bcond bootstrap 1 %bcond bootstrap 1
%bcond docs %{without bootstrap} %bcond docs %{without bootstrap}
%bcond test 1 %bcond test 1
+1 -1
View File
@@ -18,7 +18,7 @@
%global zig_cache_dir %{builddir}/zig-cache %global zig_cache_dir %{builddir}/zig-cache
Name: zig-master Name: zig-master
Version: 0.17.0~dev.667+0569f1f6a Version: 0.17.0~dev.644+3de725074
Release: 2%{?dist} Release: 2%{?dist}
Summary: Master builds of the Zig language Summary: Master builds of the Zig language
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
+2 -2
View File
@@ -1,8 +1,8 @@
%global debug_package %nil %global debug_package %nil
%global commit 549b81b43b46c0f361680561a626bf0e7b79dcbd %global commit 96664e69b1ecdb76e824be1d9e8f475b76dd08cf
%global shortcommit %(c=%commit; echo ${c:0:7}) %global shortcommit %(c=%commit; echo ${c:0:7})
%global commit_date 20260603 %global commit_date 20260504
%global _desc %{expand: %global _desc %{expand:
A C library that may be linked into a C/C++ program to produce symbolic backtraces. A C library that may be linked into a C/C++ program to produce symbolic backtraces.
+1 -1
View File
@@ -1,6 +1,6 @@
Name: libde265 Name: libde265
Summary: Open H.265 video codec implementation Summary: Open H.265 video codec implementation
Version: 1.1.1 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
URL: https://www.libde265.org/ URL: https://www.libde265.org/
@@ -1,7 +1,7 @@
%global commit 25cae6dddc6d15163c19be808d1ce44fb7355b8f %global commit 5d984d010fb413072eaef7fd85e6efa68a7b9ffc
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 20260602145358 %global ver 20260601085329
%global commit_date 20260603 %global commit_date 20260602
Name: v2ray-domain-list-community Name: v2ray-domain-list-community
Version: %{ver}^%{commit_date}git.%{shortcommit} Version: %{ver}^%{commit_date}git.%{shortcommit}
@@ -1,5 +1,5 @@
%global commit a89600aeba3bc48863d05fdd957eb218f30cafe5 %global commit 778c9f53dc3b502ba095eed2d8a4b7aa9449fdb4
%global commit_date 20260603 %global commit_date 20260602
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: cloud-hypervisor-nightly Name: cloud-hypervisor-nightly
@@ -7,8 +7,8 @@
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%global commit e069fac2107fb88d30be41375bd2c35ef17e3677 %global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
%global commitdate 20260603 %global commitdate 20260523
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global modulename nct6687d %global modulename nct6687d
+2 -2
View File
@@ -1,8 +1,8 @@
%global commit e069fac2107fb88d30be41375bd2c35ef17e3677 %global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
%global debug_package %{nil} %global debug_package %{nil}
%global modulename nct6687d %global modulename nct6687d
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260603 %global commitdate 20260523
Name: dkms-%{modulename} Name: dkms-%{modulename}
Version: 1.0^%{commitdate}git.%{shortcommit} Version: 1.0^%{commitdate}git.%{shortcommit}
@@ -1,6 +1,6 @@
%global commit e069fac2107fb88d30be41375bd2c35ef17e3677 %global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260603 %global commitdate 20260523
Name: nct6687d Name: nct6687d
Version: 1.0^%{commitdate}git.%{shortcommit} Version: 1.0^%{commitdate}git.%{shortcommit}
+1 -1
View File
@@ -1,5 +1,5 @@
Name: pixi Name: pixi
Version: 0.70.1 Version: 0.70.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A cross-platform, multi-language package manager Summary: A cross-platform, multi-language package manager
License: BSD-3-Clause License: BSD-3-Clause
@@ -1,6 +1,6 @@
%global commit 351b667359bd5b0a87846ad66e9ab9f17ec54d5b %global commit e29bb76422a2cf5dfafb15f8cb6344af4a7b13c8
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260603 %global commitdate 20260529
%global ver 1.1.1 %global ver 1.1.1
%undefine __brp_mangle_shebangs %undefine __brp_mangle_shebangs
+1 -1
View File
@@ -1,6 +1,6 @@
Name: electron Name: electron
%electronmeta %electronmeta
Version: 42.3.3 Version: 42.3.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Build cross platform desktop apps with web technologies Summary: Build cross platform desktop apps with web technologies
License: %{electron_license} License: %{electron_license}
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit bbd4b2714bf22b96a3a01dc40ec49b5137dc4b8a %global commit f6948ed5175fe933c51ae0874fe94bd9e4e1f3f6
%global commit_date 20260603 %global commit_date 20260602
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name glasgow %global pypi_name glasgow
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit c166688baffcdcd78638d7b1f1cb7e8edfae8445 %global commit 205a25fc4a61696ab4f647abb4305f83900e7871
%global commit_date 20260603 %global commit_date 20260602
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: rpi-utils Name: rpi-utils
+1 -1
View File
@@ -1,5 +1,5 @@
%global goipath github.com/surge-downloader/surge %global goipath github.com/surge-downloader/surge
Version: 0.8.7 Version: 0.8.6
%gometa %gometa
+1 -1
View File
@@ -2,7 +2,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: typos Name: typos
Version: 1.47.1 Version: 1.47.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Source Code Spelling Correction Summary: Source Code Spelling Correction