Update to 45.alpha
This commit is contained in:
parent
a531366ce2
commit
dc979f89be
1
.gitignore
vendored
1
.gitignore
vendored
@ -165,3 +165,4 @@
|
||||
/gnome-shell-extensions-44.beta.tar.xz
|
||||
/gnome-shell-extensions-44.rc.tar.xz
|
||||
/gnome-shell-extensions-44.0.tar.xz
|
||||
/gnome-shell-extensions-45.alpha.tar.xz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%global major_version %%(cut -d "." -f 1 <<<%{tarball_version})
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 44.0
|
||||
Version: 45~alpha
|
||||
Release: %autorelease
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
@ -30,6 +30,7 @@ Enabled extensions:
|
||||
* auto-move-windows
|
||||
* drive-menu
|
||||
* launch-new-instance
|
||||
* light-style
|
||||
* native-window-placement
|
||||
* places-menu
|
||||
* screenshot-window-sizer
|
||||
@ -107,6 +108,15 @@ This GNOME Shell extension modifies the behavior of clicking in the dash and app
|
||||
launcher to always launch a new application instance.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-light-style
|
||||
Summary: Use light style in GNOME Shell
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
||||
|
||||
%description -n %{pkg_prefix}-light-style
|
||||
This GNOME Shell extension changes the default style to light.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-native-window-placement
|
||||
Summary: Native window placement for GNOME Shell
|
||||
License: GPLv2+
|
||||
@ -198,9 +208,6 @@ workspaces.
|
||||
|
||||
%files -n gnome-classic-session
|
||||
%{_datadir}/gnome-shell/modes/classic.json
|
||||
%{_datadir}/gnome-shell/theme/*.svg
|
||||
%{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
|
||||
%{_datadir}/gnome-shell/theme/gnome-classic.css
|
||||
%{_datadir}/xsessions/gnome-classic.desktop
|
||||
%{_datadir}/xsessions/gnome-classic-xorg.desktop
|
||||
%{_datadir}/wayland-sessions/gnome-classic.desktop
|
||||
@ -224,6 +231,10 @@ workspaces.
|
||||
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-light-style
|
||||
%{_datadir}/gnome-shell/extensions/light-style*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-native-window-placement
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
|
||||
%{_datadir}/gnome-shell/extensions/native-window-placement*/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extensions-44.0.tar.xz) = d3cc58bb0e5d29646a20b02cd59ba480bf42fbf9bbe0e228ae132e19e385806e95c937b3d7bd5fe0877702ed151f972f07e345e6072c1cd02d51cb56f72854e6
|
||||
SHA512 (gnome-shell-extensions-45.alpha.tar.xz) = 7403bc1baa229ac8277d06d1510bc3acccd8506c73e6f03bdf484f150d8093fb7aa7b2066afe1590fad34701cb7cc259cf10711a447085d7e452833b9b739fbf
|
||||
|
Loading…
Reference in New Issue
Block a user