]> git.pld-linux.org Git - packages/gnome-shell-extensions.git/blobdiff - gnome-shell-extensions.spec
- updated to 3.38.1
[packages/gnome-shell-extensions.git] / gnome-shell-extensions.spec
index 9aad83fa5f9b456f30e3a4072e6138a63c4fd593..4c384606e9d383e623f85563b3ebbe585adc1f29 100644 (file)
-%define                major_version           3.6
-# Minimum GNOME Shell version supported
-%define                global min_gs_version   %{major_version}.0
+%define                gshell_ver      3.38.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:       %{major_version}.0
+Version:       3.38.1
 Release:       1
 Group:         X11/Applications
-# The entire source code is GPLv2+ except lib/convenience.js which is BSD
-License:       GPLv2+ and BSD
-URL:           http://live.gnome.org/GnomeShell/Extensions
-# Using git archive since upstream doesn't publish tarballs on ftp.gnome.org
-# anymore
-# $ git clone git://git.gnome.org/gnome-shell-extensions/
-# $ cd gnome-shell-extensions/
-# $ git archive --format=tar --prefix=%{name}-%{version}/ %{version} | xz > ../%{name}-%{version}.tar.xz
-Source0:       %{name}-%{version}.tar.xz
-# Source0-md5: 849a020b25595b173ce99bac452f7db2
-BuildRequires: gnome-common
-BuildRequires: intltool
-BuildRequires: gnome-desktop-devel
-BuildRequires: libgtop-devel
-Requires:      gnome-shell >= %{min_gs_version}
-BuildArch:     noarch
+License:       GPL v2+
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-shell-extensions/3.38/%{name}-%{version}.tar.xz
+# Source0-md5: 717e1b7f04cdb0bac27fd509c3128801
+URL:           https://wiki.gnome.org/Projects/GnomeShell/Extensions
+BuildRequires: meson >= 0.44.0
+BuildRequires: ninja >= 1.5
+BuildRequires: pkgconfig >= 1:0.22
+BuildRequires: sassc
+BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires:      gnome-shell >= %{gshell_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                ext_prefix      gnome-shell-extension
+
 %description
 GNOME Shell Extensions is a collection of extensions providing
 additional and optional functionality to GNOME Shell.
 
 Enabled extensions:
-  - alternate-tab
-  - alternative-status-menu
-  - apps-menu
-  - auto-move-windows
-  - dock
-  - drive-menu
-  - native-window-placement
-  - places-menu
-  - systemMonitor
-  - user-theme
-  - windowsNavigator
-  - workspace-indicator
-  - xrandr-indicator
-  - gajim
+ - apps-menu
+ - auto-move-windows
+ - drive-menu
+ - horizontal-workspaces
+ - launch-new-instance
+ - native-window-placement
+ - places-menu
+ - screenshot-window-sizer
+ - user-theme
+ - window-list
+ - windowsNavigator
+ - workspace-indicator
+
+%description -l pl.UTF-8
+GNOME Shell Extensions to zbiór rozszerzeń zapewniających dodatkowe i
+opcjonalne funkcje powłoki GNOME.
+
+Dostępne rozszerzenia:
+ - apps-menu
+ - auto-move-windows
+ - drive-menu
+ - horizontal-workspaces
+ - launch-new-instance
+ - native-window-placement
+ - places-menu
+ - screenshot-window-sizer
+ - user-theme
+ - window-list
+ - windowsNavigator
+ - workspace-indicator
 
 %package common
 Summary:       Files common to GNOME Shell Extensions
-License:       GPL v2+
+Summary(pl.UTF-8):     Pliki wspólne rozszerzeń powłoki GNOME
 Group:         X11/Applications
-Requires:      gnome-shell >= %{min_gs_version}
-
-%description -n gnome-shell-extensions-common
+Requires:      gnome-shell >= %{gshell_ver}
+Obsoletes:     gnome-shell-extension-alternative-status-menu < 3.10.1
+Obsoletes:     gnome-shell-extension-alternate-tab < 3.32.0
+Obsoletes:     gnome-shell-extension-default-min-max < 3.8.3.1
+Obsoletes:     gnome-shell-extension-dock < 3.8.0
+Obsoletes:     gnome-shell-extension-gajim < 3.8.0
+Obsoletes:     gnome-shell-extension-static-workspaces < 3.8.3.1
+Obsoletes:     gnome-shell-extension-xrandr-indicator < 3.10.1
+Obsoletes:     gnome-shell-extension-systemMonitor < 3.16.0
+
+%description common
 GNOME Shell Extensions is a collection of extensions providing
 additional and optional functionality to GNOME Shell. Common files and
 directories needed by extensions are provided here.
 
-%package -n gnome-shell-extension-alternate-tab
-Summary:       Classic Alt+Tab behavior. Window based instead of app based
-License:       GPL v2+
-Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
-
-%description -n gnome-shell-extension-alternate-tab
-Lets you use classic Alt+Tab (window-based instead of app-based) in
-GNOME Shell. GNOME Shell groups multiple instances of the same
-application together. This extension disables grouping.
+%description common -l pl.UTF-8
+GNOME Shell Extensions to zbiór rozszerzeń zapewniających dodatkowe i
+opcjonalne funkcje powłoki GNOME. Ten pakiet zawiera wspólne pliki i
+katalogi wymagane przez rozszerzenia.
 
-%package -n gnome-shell-extension-alternative-status-menu
-Summary:       For those who want a power off item visible at all the time
-License:       GPL v2+
+%package -n gnome-classic-session
+Summary:       GNOME "classic" mode session
+Summary(pl.UTF-8):     Sesja trybu "klasycznego" GNOME
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
-
-%description -n gnome-shell-extension-alternative-status-menu
-For those who want a power off item visible at all the time, replaces
-GNOME Shell status menu with one featuring separate Suspend and Power
-Off. Adds the ability to hibernate as well.
-
-%package -n gnome-shell-extension-apps-menu
+Requires(post,postun): glib2 >= 1:2.26.0
+Requires:      %{ext_prefix}-apps-menu = %{version}-%{release}
+Requires:      %{ext_prefix}-launch-new-instance = %{version}-%{release}
+Requires:      %{ext_prefix}-places-menu = %{version}-%{release}
+Requires:      %{ext_prefix}-window-list = %{version}-%{release}
+Requires:      gnome-session >= 1:3.14.0
+
+%description -n gnome-classic-session
+This package contains the required components for the GNOME Shell
+"classic" mode, which aims to provide a GNOME 2-like user interface.
+
+%description -n gnome-classic-session -l pl.UTF-8
+Ten pakiet zawiera komponenty wymagane dla trybu "klasycznego" powłoki
+GNOME, mającego na celu udostępnienie interfejsu użytkownika w stylu
+GNOME 2.
+
+%package -n %{ext_prefix}-apps-menu
 Summary:       Application menu for GNOME Shell
-License:       GPL v2+
+Summary(pl.UTF-8):     Menu aplikacji dla powłoki GNOME
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description  -n gnome-shell-extension-apps-menu
+%description  -n %{ext_prefix}-apps-menu
 Add a GNOME 2.x style menu for applications.
 
-%package -n gnome-shell-extension-auto-move-windows
+%description  -n %{ext_prefix}-apps-menu -l pl.UTF-8
+To rozszerzenie dodaje menu w stylu GNOME 2.x dla aplikacji.
+
+%package -n %{ext_prefix}-auto-move-windows
 Summary:       Assign specific workspaces to applications
-License:       GPL v2+
+Summary(pl.UTF-8):     Przypisywanie konkretnych pulpitów do aplikacji
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-auto-move-windows
+%description -n %{ext_prefix}-auto-move-windows
 Lets you manage your workspaces more easily, assigning a specific
 workspace to each application as soon as it creates a window, in a
 manner configurable with a GSettings key.
 
-%package -n gnome-shell-extension-dock
-Summary:       Shows a dock-style task switcher permanently
-License:       GPL v2+
-Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
-
-%description -n gnome-shell-extension-dock
-Shows a dock-style task switcher on the right side of the screen
-permanently.
+%description -n %{ext_prefix}-auto-move-windows -l pl.UTF-8
+To rozszerzenie pozwala łatwiej zarządzać pulpitami, przypisując
+określony pulpit do każdej aplikacji zaraz po utworzeniu okna, w
+sposób konfigurowany kluczem GSettings.
 
-%package -n gnome-shell-extension-drive-menu
+%package -n %{ext_prefix}-drive-menu
 Summary:       Disk device manager in the system status area
-License:       GPL v2+
+Summary(pl.UTF-8):     Zarządca urządzeń dyskowych w obszarze stanu systemu
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-drive-menu
+%description -n %{ext_prefix}-drive-menu
 Adds a menu in the system status area that tracks removable disk
 devices attached and offers to browse them and eject/unmount them.
 
-%package -n gnome-shell-extension-gajim
-Summary:       Gajim IM integration
-License:       GPL v2+
+%description -n %{ext_prefix}-drive-menu -l pl.UTF-8
+To rozszerzenie dodaje w obszarze stanu systemu menu śledzące
+podłączone odłączalne urządzenia dyskowe i pozwalające wysuwać lub
+odmontowywać je.
+
+%package -n %{ext_prefix}-horizontal-workspaces
+Summary:       Use a horizontal workspace layout
+Summary(pl.UTF-8):     Użycie poziomego układu pulpitów
+Group:         X11/Applications
+Requires:      %{name}-common = %{version}-%{release}
+
+%description -n %{ext_prefix}-horizontal-workspaces
+This extension allows to use a horizontal workspace layout.
+
+%description -n %{ext_prefix}-horizontal-workspaces -l pl.UTF-8
+To rozszerzenie pozwala na użycie poziomego układu pulpitów.
+
+%package -n %{ext_prefix}-launch-new-instance
+Summary:       Always launch a new application instance for GNOME Shell
+Summary(pl.UTF-8):     Uruchamianie zawsze nowej instancji aplikacji w powłoce GNOME
 Group:         X11/Applications
-Requires:      gajim
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
+
+%description  -n %{ext_prefix}-launch-new-instance
+This GNOME Shell extension modifies the behavior of clicking in the
+dash and app launcher to always launch a new application instance.
 
-%description  -n gnome-shell-extension-gajim
-Display Gajim incoming chats as notifications in the Shell message
-tray.
+%description  -n %{ext_prefix}-launch-new-instance -l pl.UTF-8
+To rozszerzenie powłoki GNOME modyfikuje zachowanie kliknięcia w
+myślnik oraz uruchamianiu aplikacji, aby zawsze uruchamiało nową
+instancję aplikacji.
 
-%package -n gnome-shell-extension-native-window-placement
+%package -n %{ext_prefix}-native-window-placement
 Summary:       Arrange windows in overview in a more native way
-License:       GPL v2+
+Summary(pl.UTF-8):     Układanie okien w podglądzie w bardziej natywny sposób
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description  -n gnome-shell-extension-native-window-placement
+%description -n %{ext_prefix}-native-window-placement
 This extension employs an algorithm (taken from KDE) for layouting the
 thumbnails in the overview that more closely reflects the positions
 and relative sizes of the actual windows, instead of using a fixed
 grid.
 
-%package -n gnome-shell-extension-places-menu
+%description -n %{ext_prefix}-native-window-placement -l pl.UTF-8
+To rozszerzenie wprowadza pewnien algorytm (zaczerpnięty z KDE)
+układania miniatur w podglądzie, bliżej odzwierciedlający położenia i
+rozmiary względne właściwych okien, zamiast używania stałej siatki.
+
+%package -n %{ext_prefix}-places-menu
 Summary:       Places menu indicator in the system status area
-License:       GPL v2+
+Summary(pl.UTF-8):     Menu Miejsca w obszarze stanu systemu
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-places-menu
+%description -n %{ext_prefix}-places-menu
 Adds a menu in the system status area that resembles the Places menu
-from GNOME 2.x
+from GNOME 2.x.
 
-%package -n gnome-shell-extension-systemMonitor
-Summary:       Monitor your system status
-License:       GPL v2+
+%description -n %{ext_prefix}-places-menu -l pl.UTF-8
+To rozszerzenie dodaje w obszarze stanu systemu menu, przypominające
+menu Miejsca z GNOME 2.x.
+
+%package -n %{ext_prefix}-screenshot-window-sizer
+Summary:       Screenshot window sizer for GNOME Shell
+Summary(pl.UTF-8):     Ustalanie rozmiaru okien w powłoce GNOME przy zrzutach ekranu
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
-Requires:      libgtop
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-systemMonitor
-Monitor your system status
+%description -n %{ext_prefix}-screenshot-window-sizer
+This GNOME Shell extension allows to easily resize windows for GNOME
+Software screenshots.
 
-%package -n gnome-shell-extension-user-theme
-Summary:       Lets the user select a custom theme for the shell
-License:       GPL v2+
+%description -n %{ext_prefix}-screenshot-window-sizer -l pl.UTF-8
+To rozszerzenie powłoki GNOME pozwala łatwo zmieniać rozmiary okien na
+potrzeby zrzutów ekranu GNOME Software.
+
+%package -n %{ext_prefix}-user-theme
+Summary:       Let the user select a custom theme for the shell
+Summary(pl.UTF-8):     Wybór własnego motywu powłoki przez użytkownika
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-user-theme
+%description -n %{ext_prefix}-user-theme
 Lets the user select a custom theme for the Gnome shell. It will allow
 you to apply a style from
-/.themes/[themeName]/gnome-shell/gnome-shell.css
+<~/.themes/[themeName]/gnome-shell/gnome-shell.css>.
+
+%description -n %{ext_prefix}-user-theme -l pl.UTF-8
+To rozszerzenie pozwala użytkownikowi wybrać własny motyw powłoki
+GNOME. Pozwala zaaplikować styl z pliku
+<~/.themes/[nazwaMotywu]/gnome-shell/gnome-shell.css>.
+
+%package -n %{ext_prefix}-window-list
+Summary:       Display a window list at the bottom of the screen in GNOME Shell
+Summary(pl.UTF-8):     Wyświetlanie listy okien na dole ekranu w powłoce GNOME
+Group:         X11/Applications
+Requires:      %{name}-common = %{version}-%{release}
+
+%description -n %{ext_prefix}-window-list
+This GNOME Shell extension displays a window list at the bottom of the
+screen.
+
+%description -n %{ext_prefix}-window-list -l pl.UTF-8
+To rozszerzenie powłoki GNOME wyświetla listę okien na dole ekranu.
 
-%package -n gnome-shell-extension-windowsNavigator
+%package -n %{ext_prefix}-windowsNavigator
 Summary:       Keyboard selection of windows and work-spaces in overlay mode
-License:       GPL v2+
+Summary(pl.UTF-8):     Wybór okien i pulpitów w trybie nakładkowym z poziomu klawiatury
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-windowsNavigator
+%description -n %{ext_prefix}-windowsNavigator
 Allow keyboard selection of windows and work-spaces in overlay mode in
-GNOME Shell. Switch to overview mode (press the windows or alt+f1 key)
-and press the alt key to show numbers over windows. Press any number
-to switch to the corresponding window.
-
-%package -n gnome-shell-extension-workspace-indicator
+GNOME Shell. Switch to overview mode (press the Win or Alt+F1 key) and
+press the Alt key to show numbers over windows. Press any number to
+switch to the corresponding window.
+
+%description -n %{ext_prefix}-windowsNavigator -l pl.UTF-8
+To rozszerzenie pozwala na wybieranie okien i pulpitów w trybie
+nakładkowym powłoki GNOME z poziomu klawiatury. Przełączenie na tryb
+podglądu (naciśnięcie klawisza Win lub Alt+F1) i naciśnięcie klawisa
+Alt wyświetla numery na oknach. Wpisanie liczby przełącza na
+odpowiednie okno.
+
+%package -n %{ext_prefix}-workspace-indicator
 Summary:       Workspace Indicator
-License:       GPL v2+
+Summary(pl.UTF-8):     Kontrolka pulpitów
 Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
-%description -n gnome-shell-extension-workspace-indicator
+%description -n %{ext_prefix}-workspace-indicator
 Put an indicator on the panel signaling in which workspace you are,
 and give you the possibility of switching to another one.
 
-%package -n gnome-shell-extension-xrandr-indicator
-Summary:       Monitor status indicator
-License:       GPL v2+
-Group:         X11/Applications
-Requires:      gnome-shell-extensions-common = %{version}-%{release}
-
-%description  -n gnome-shell-extension-xrandr-indicator
-This extension adds a systems status menu for rotating monitors
-(overrides what is currently provided by gnome-settings-daemon.
+%description -n %{ext_prefix}-workspace-indicator -l pl.UTF-8
+To rozszerzenie umieszcza w panelu kontrolkę sygnalizującą aktualny
+pulpit i pozwalający na przełączenie na inny.
 
 %prep
 %setup -q
-%{__glib_gettextize}
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 
 %build
-%configure \
-        \
-       --enable-extensions="alternate-tab \
-       alternative-status-menu \
-       apps-menu \
-       auto-move-windows \
-       dock \
-       drive-menu \
-       native-window-placement \
-       places-menu \
-       systemMonitor \
-       user-theme \
-       windowsNavigator \
-       workspace-indicator \
-       xrandr-indicator
-       gajim" \
-
-%{__make}
+%meson build \
+       -Dclassic_mode=true \
+       -Dextension_set=all
+
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$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
 rm -rf $RPM_BUILD_ROOT
 
-%post -n gnome-shell-extension-alternate-tab
+%post -n gnome-classic-session
 %glib_compile_schemas
 
-%postun -n gnome-shell-extension-alternate-tab
+%postun -n gnome-classic-session
 %glib_compile_schemas
 
-%post -n gnome-shell-extension-alternative-status-menu
+%post -n %{ext_prefix}-auto-move-windows
 %glib_compile_schemas
 
-%postun -n gnome-shell-extension-alternative-status-menu
+%postun -n %{ext_prefix}-auto-move-windows
 %glib_compile_schemas
 
-%post -n gnome-shell-extension-auto-move-windows
+%post -n %{ext_prefix}-native-window-placement
 %glib_compile_schemas
 
-%postun -n gnome-shell-extension-auto-move-windows
+%postun -n %{ext_prefix}-native-window-placement
 %glib_compile_schemas
 
-%post -n gnome-shell-extension-dock
+%post -n %{ext_prefix}-screenshot-window-sizer
 %glib_compile_schemas
 
-%postun -n gnome-shell-extension-dock
+%postun -n %{ext_prefix}-screenshot-window-sizer
 %glib_compile_schemas
 
-%post -n gnome-shell-extension-native-window-placement
+%post -n %{ext_prefix}-user-theme
 %glib_compile_schemas
 
-%postun -n gnome-shell-extension-native-window-placement
+%postun -n %{ext_prefix}-user-theme
 %glib_compile_schemas
 
-%post -n gnome-shell-extension-user-theme
+%post -n %{ext_prefix}-window-list
 %glib_compile_schemas
 
-%postun -n gnome-shell-extension-user-theme
+%postun -n %{ext_prefix}-window-list
 %glib_compile_schemas
 
 %files common -f %{name}.lang
 %defattr(644,root,root,755)
-%doc COPYING NEWS README
+%doc NEWS README.md
 %dir %{_datadir}/gnome-shell/extensions
 
-%files -n gnome-shell-extension-alternate-tab
+%files -n gnome-classic-session
 %defattr(644,root,root,755)
-%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternate-tab.gschema.xml
-%{_datadir}/gnome-shell/extensions/alternate-tab*
-
-%files -n gnome-shell-extension-alternative-status-menu
-%defattr(644,root,root,755)
-%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml
-%{_datadir}/gnome-shell/extensions/alternative-status-menu*
-
-%files -n gnome-shell-extension-apps-menu
+%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.extensions.classic.gschema.override
+%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}/xsessions/gnome-classic.desktop
+
+%files -n %{ext_prefix}-apps-menu
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/apps-menu*
+%{_datadir}/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-auto-move-windows
+%files -n %{ext_prefix}-auto-move-windows
 %defattr(644,root,root,755)
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
-%{_datadir}/gnome-shell/extensions/auto-move-windows*
+%{_datadir}/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-dock
+%files -n %{ext_prefix}-drive-menu
 %defattr(644,root,root,755)
-%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dock.gschema.xml
-%{_datadir}/gnome-shell/extensions/dock*
+%{_datadir}/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-drive-menu
+%files -n %{ext_prefix}-horizontal-workspaces
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/drive-menu*
+%{_datadir}/gnome-shell/extensions/horizontal-workspaces@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-gajim
+%files -n %{ext_prefix}-launch-new-instance
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/gajim*
+%{_datadir}/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-native-window-placement
+%files -n %{ext_prefix}-native-window-placement
 %defattr(644,root,root,755)
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
-%{_datadir}/gnome-shell/extensions/native-window-placement*
+%{_datadir}/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-places-menu
+%files -n %{ext_prefix}-places-menu
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/places-menu*
+%{_datadir}/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-systemMonitor
+%files -n %{ext_prefix}-screenshot-window-sizer
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/systemMonitor*
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
+%{_datadir}/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-user-theme
+%files -n %{ext_prefix}-user-theme
 %defattr(644,root,root,755)
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
-%{_datadir}/gnome-shell/extensions/user-theme*
+%{_datadir}/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-windowsNavigator
+%files -n %{ext_prefix}-window-list
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/windowsNavigator*
+%{_datadir}/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
 
-%files -n gnome-shell-extension-workspace-indicator
+%files -n %{ext_prefix}-windowsNavigator
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/workspace-indicator*
+%{_datadir}/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com
 
-%files -n gnome-shell-extension-xrandr-indicator
+%files -n %{ext_prefix}-workspace-indicator
 %defattr(644,root,root,755)
-%{_datadir}/gnome-shell/extensions/xrandr-indicator*
+%{_datadir}/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com
This page took 0.083536 seconds and 4 git commands to generate.