]> git.pld-linux.org Git - packages/gnome-shell-extensions.git/commitdiff
- updated to 41.0 auto/th/gnome-shell-extensions-41.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Sep 2021 04:36:00 +0000 (06:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Sep 2021 04:36:00 +0000 (06:36 +0200)
gnome-shell-extensions.spec

index f0274eed21ed9b62e6b80cbbc30668b5734a1f04..6a73edb1332b057063d683dbab6b6c95238bf496 100644 (file)
@@ -1,16 +1,16 @@
-%define                gshell_ver      40.4
+%define                gshell_ver      41.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.4
+Version:       41.0
 Release:       1
 Group:         X11/Applications
 License:       GPL v2+
-Source0:       https://download.gnome.org/sources/gnome-shell-extensions/40/%{name}-%{version}.tar.xz
-# Source0-md5: 25a9bd6a27a0fb34f31e256e842058ca
+Source0:       https://download.gnome.org/sources/gnome-shell-extensions/41/%{name}-%{version}.tar.xz
+# Source0-md5: 2a462dcf494713655379c01c3f55bee7
 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
 
@@ -346,6 +348,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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.034094 seconds and 4 git commands to generate.