Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
gnome-shell-extensions
gnome-shell-extensions.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-shell-extensions.spec of Package gnome-shell-extensions
# # spec file for package gnome-shell-extensions # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gnome-shell-extensions Version: 3.20.1 Release: 0 Summary: A collection of extensions for GNOME Shell License: GPL-2.0+ Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeShell/Extensions Source: http://download.gnome.org/sources/gnome-shell-extensions/3.20/%{name}-%{version}.tar.xz Source1: README.SUSE Source2: sle-classic.desktop Source3: SLE-theme.tar.gz # PATCH-FEATURE-OPENSUSE gnome-shell-add-app-to-desktop.patch bnc#870580 dliang@suse.com -- allow adding app shortcut to desktop easily. Patch1: gnome-shell-add-app-to-desktop.patch # PATCH-FEATURE-SLE sle-classic-favorites-menu-at-end.patch bnc#890989 cxiong@suse.com -- put the favorites at the end of the app catogories for accessibility reason -- cxiong@suse.com bnc#890989 Patch2: sle-classic-favorites-menu-at-end.patch # PATCH-FEATURE-SLE sle-classic-lock-screen-background.patch bsc#1007468 xwang@suse.com -- add SUSE logo on lock screen when auth is requested Patch3: sle-classic-lock-screen-background.patch ## NOTE keep SLE Classic patch at the bottom # PATCH-FIX-SLE gse-sle-classic-ext.patch Fate#318572 cxiong@suse.com -- add sle classic support Patch1000: gse-sle-classic-ext.patch # Needed because we build a tarball generated with "git archive" BuildRequires: gnome-common # Needed for directory ownership BuildRequires: gnome-shell # gobject-introspection is needed for the typelib() rpm magic. BuildRequires: gnome-patch-translation BuildRequires: gobject-introspection BuildRequires: intltool BuildRequires: translation-update-upstream BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell. %package common Summary: GNOME Shell Extension -- Common Files Group: System/GUI/GNOME Requires: gnome-shell Recommends: %{name}-common-lang # Obsoletes for metapackage and extensions from gnome-shell-extensions that we used to package Obsoletes: gnome-shell-extension-alternate-tab < %{version} Obsoletes: gnome-shell-extension-apps-menu < %{version} Obsoletes: gnome-shell-extension-auto-move-windows < %{version} Obsoletes: gnome-shell-extension-dock Obsoletes: gnome-shell-extension-drive-menu < %{version} Obsoletes: gnome-shell-extension-gajim < %{version} Obsoletes: gnome-shell-extension-native-window-placement < %{version} Obsoletes: gnome-shell-extension-places-menu < %{version} Obsoletes: gnome-shell-extension-systemMonitor < %{version} Obsoletes: gnome-shell-extension-user-theme < %{version} Obsoletes: gnome-shell-extension-windows-navigator < %{version} Obsoletes: gnome-shell-extension-workspace-indicator < %{version} Obsoletes: gnome-shell-extension-xrandr-indicator < %{version} Obsoletes: gnome-shell-extensions < %{version} %description common This package provides files common to several GNOME Shell Extensions %package -n gnome-shell-classic Summary: Gnome-shell classic -- collection of extensions Group: System/GUI/GNOME Recommends: %{name}-common-lang %description -n gnome-shell-classic This GNOME Shell extension adds a power off item in the status menu, and provides the ability to hibernate. This package provides the extensions required to switch to gnome-shell classic and also installs the required session files. %lang_package -n %{name}-common %prep %setup -q %patch1 -p1 %if !0%{?is_opensuse} translation-update-upstream gnome-patch-translation-prepare %patch2 -p1 %patch3 -p1 %endif %if %suse_version == 1315 %patch1000 -p1 %endif ##gnome-patch-translation-update # In openSUSE GNOME, we don't launch gnome-session directly, but wrap this through a shell script, /usr/bin/gnome sed -i "s:Exec=gnome-session:Exec=gnome:g" data/gnome-classic.desktop.in cp %{S:1} . %if !0%{?is_opensuse} sed -i -e 's/openSUSE/SUSE Linux Enterprise/g' README.SUSE %endif %build CLASSIC_EXTENSIONS=$(awk -F\" '/^CLASSIC_EXTENSIONS=/{ print $2 }' configure.ac) %if %suse_version == 1315 CLASSIC_EXTENSIONS="${CLASSIC_EXTENSIONS} workspace-indicator" %endif %configure \ --enable-classic-mode \ --enable-extensions="$CLASSIC_EXTENSIONS" make %{?_smp_mflags} %install %make_install %find_lang %{name} %{?no_lang_C} %if %suse_version == 1315 install -m0644 %{S:2} %{buildroot}/%{_datadir}/xsessions/sle-classic.desktop # Install SLE theme tar xzvf %{SOURCE3} install -d %{buildroot}%{_datadir}/gnome-shell/theme cp SLE-theme/theme/* %{buildroot}%{_datadir}/gnome-shell/theme %endif %post -n gnome-shell-classic %glib2_gsettings_schema_post %postun -n gnome-shell-classic %glib2_gsettings_schema_postun %files common %defattr(-,root,root) %doc COPYING README.SUSE %files -n gnome-shell-classic %defattr(-,root,root) %doc COPYING %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml %{_datadir}/gnome-session/sessions/gnome-classic.session %{_datadir}/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/ %{_datadir}/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/ %{_datadir}/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/ %{_datadir}/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/ %if %suse_version == 1315 %{_datadir}/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com/ %endif %{_datadir}/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/ %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-process-working.svg %{_datadir}/gnome-shell/theme/classic-toggle-off-intl.svg %{_datadir}/gnome-shell/theme/classic-toggle-off-us.svg %{_datadir}/gnome-shell/theme/classic-toggle-on-intl.svg %{_datadir}/gnome-shell/theme/classic-toggle-on-us.svg %{_datadir}/gnome-shell/theme/gnome-classic.css %{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css %{_datadir}/xsessions/gnome-classic.desktop %{_datadir}/gnome-shell/theme/sle-background.png %if %suse_version == 1315 %{_datadir}/xsessions/sle-classic.desktop %endif %files common-lang -f %{name}.lang %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor