]> git.pld-linux.org Git - packages/gnome-shell-extensions.git/blobdiff - gnome-shell-extensions.spec
- updated to 43.1
[packages/gnome-shell-extensions.git] / gnome-shell-extensions.spec
index 5a2fd9a4f6c5bedb97f2bd4ea54726e02fa30861..46d59821812130ee0eda38652c960b1a4d032732 100644 (file)
@@ -1,16 +1,16 @@
-%define                gshell_ver      40.1
+%define                gshell_ver      43.0
 
 Summary:       Modify and extend GNOME Shell functionality and behavior
 Summary(pl.UTF-8):     Modyfikacje i rozszerzenia funkcjonalności i zachowania powłoki GNOME
 Name:          gnome-shell-extensions
-Version:       40.1
+Version:       43.1
 Release:       1
 Group:         X11/Applications
 License:       GPL v2+
-Source0:       https://download.gnome.org/sources/gnome-shell-extensions/40/%{name}-%{version}.tar.xz
-# Source0-md5: 0b171ffdc322a9557c02ed6ac8ecf711
+Source0:       https://download.gnome.org/sources/gnome-shell-extensions/43/%{name}-%{version}.tar.xz
+# Source0-md5: b6feeb8c79e4861d8f67b3b390960144
 URL:           https://wiki.gnome.org/Projects/GnomeShell/Extensions
-BuildRequires: meson >= 0.44.0
+BuildRequires: meson >= 0.53.0
 BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig >= 1:0.22
 BuildRequires: sassc
@@ -282,10 +282,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %ninja_install -C build
 
-# Drop useless example extension
-#%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/example*
-#%{__rm} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.example.gschema.xml
-
 %find_lang %{name}
 
 %clean
@@ -297,6 +293,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n gnome-classic-session
 %glib_compile_schemas
 
+%post -n %{ext_prefix}-apps-menu
+%glib_compile_schemas
+
+%postun -n %{ext_prefix}-apps-menu
+%glib_compile_schemas
+
 %post -n %{ext_prefix}-auto-move-windows
 %glib_compile_schemas
 
@@ -338,14 +340,17 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/gnome-shell/modes
 %{_datadir}/gnome-shell/modes/classic.json
 %dir %{_datadir}/gnome-shell/theme
-%{_datadir}/gnome-shell/theme/calendar-today.svg
 %{_datadir}/gnome-shell/theme/classic-*.svg
 %{_datadir}/gnome-shell/theme/gnome-classic.css
 %{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
+%{_datadir}/wayland-sessions/gnome-classic.desktop
+%{_datadir}/wayland-sessions/gnome-classic-wayland.desktop
 %{_datadir}/xsessions/gnome-classic.desktop
+%{_datadir}/xsessions/gnome-classic-xorg.desktop
 
 %files -n %{ext_prefix}-apps-menu
 %defattr(644,root,root,755)
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.apps-menu.gschema.xml
 %{_datadir}/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com
 
 %files -n %{ext_prefix}-auto-move-windows
This page took 0.08012 seconds and 4 git commands to generate.