/[packages]/updates/5/gnome-shell/current/SPECS/gnome-shell.spec
ViewVC logotype

Annotation of /updates/5/gnome-shell/current/SPECS/gnome-shell.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 583988 - (hide annotations) (download)
Wed Feb 5 23:37:34 2014 UTC (10 years, 2 months ago) by ovitters
Original Path: cauldron/gnome-shell/current/SPECS/gnome-shell.spec
File size: 5965 byte(s)
rebuild for new cogl,clutter
1 ovitters 206384 %define url_ver %(echo %{version}|cut -d. -f1,2)
2    
3 ovitters 551421 %define mutter_ver %(echo %{version}|cut -d. -f1,2,3)
4     #define mutter_wayland_ver %(echo %{version}|cut -d. -f1,2,3)
5 ovitters 551413 %define mutter_wayland_ver 3.10.1
6 mitya 228561 # To make GNOME Shell extensions load, we need to get rid of DT_RUNPATH on /usr/bin/gnome-shell
7     # (see glibc bug #13945, GNOME bug #670477, Mageia bug #4523)
8     %define _disable_ld_enable_new_dtags 1
9    
10 ovitters 287948 Summary: Core user interface for the GNOME 3 desktop
11 wally 130253 Name: gnome-shell
12 ovitters 582498 Version: 3.10.3
13 ovitters 583988 Release: %mkrel 2
14 ovitters 485022 Source0: https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
15 wally 130253 Source1: gnome-shell-session
16 colin 566700 Patch1: gnome-shell-3.6.3.1-fix-evolution-calendar.patch
17     Patch2: gnome-shell-bluetooth-applet-const.patch
18     Patch3: gnome-shell-3.10.0.1-allow-per-screen-backgrounds.patch
19     Patch4: gnome-shell-3.10.0.1-set-mageia-background.patch
20    
21 wally 130253 License: GPLv2+ and LGPLv2+
22     Group: Graphical desktop/GNOME
23 ovitters 550169 Url: https://wiki.gnome.org/GnomeShell
24 fwang 136365 BuildRequires: pkgconfig(clutter-1.0)
25     BuildRequires: pkgconfig(clutter-glx-1.0) >= 1.7.5
26     BuildRequires: pkgconfig(clutter-x11-1.0) >= 1.7.5
27     BuildRequires: pkgconfig(folks) >= 0.5.2
28 ovitters 427528 BuildRequires: pkgconfig(gcr-3) >= 3.8.0
29 fwang 136365 BuildRequires: pkgconfig(gdk-pixbuf-2.0)
30     BuildRequires: pkgconfig(gdk-x11-3.0)
31 fwang 199058 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.6
32 fwang 146215 BuildRequires: pkgconfig(gjs-internals-1.0) >= 1.29.18
33 fwang 199058 BuildRequires: pkgconfig(gl)
34 colin 555098 BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.1.0
35 fwang 136365 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.90.0
36     BuildRequires: pkgconfig(gnome-keyring-1)
37 ovitters 427564 BuildRequires: pkgconfig(gnome-keybindings)
38 fwang 136365 BuildRequires: pkgconfig(gobject-2.0)
39     BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
40     BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.7
41 ovitters 293718 BuildRequires: pkgconfig(gstreamer-1.0) >= 0.11.92
42     BuildRequires: pkgconfig(gstreamer-base-1.0)
43 fwang 199058 BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.9
44 wally 171466 BuildRequires: pkgconfig(gtk-doc)
45 fwang 136365 BuildRequires: pkgconfig(libcanberra)
46     BuildRequires: pkgconfig(libcroco-0.6) >= 0.6.2
47     BuildRequires: pkgconfig(libecal-1.2) >= 2.32.0
48     BuildRequires: pkgconfig(libedataserver-1.2) >= 1.2.0
49     BuildRequires: pkgconfig(libgnome-menu-3.0)
50 ovitters 266478 BuildRequires: pkgconfig(libmutter) >= %{mutter_ver}
51 ovitters 481680 # ovitters: experimental Wayland
52 ovitters 551413 BuildRequires: pkgconfig(libmutter-wayland) >= %{mutter_wayland_ver}
53 fwang 136365 BuildRequires: pkgconfig(libnm-glib)
54     BuildRequires: pkgconfig(libnm-util)
55 ovitters 427559 BuildRequires: pkgconfig(libnm-gtk)
56 fwang 136365 BuildRequires: pkgconfig(libpulse)
57     BuildRequires: pkgconfig(libpulse-mainloop-glib)
58     BuildRequires: pkgconfig(libsoup-2.4)
59 wally 130253 BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.11
60 fwang 136365 BuildRequires: pkgconfig(libxml-2.0)
61     BuildRequires: pkgconfig(polkit-agent-1) >= 0.100
62 ovitters 259774 BuildRequires: pkgconfig(libsystemd-login)
63     BuildRequires: pkgconfig(libsystemd-daemon)
64 ovitters 212596 BuildRequires: pkgconfig(telepathy-glib) >= 0.17.5
65 fwang 136365 BuildRequires: pkgconfig(telepathy-logger-0.2) >= 0.2.4
66     BuildRequires: pkgconfig(x11)
67     BuildRequires: pkgconfig(xfixes)
68 ovitters 427527 BuildRequires: pkgconfig(caribou-1.0)
69 fwang 136365 BuildRequires: intltool >= 0.40.0
70 fwang 131859 BuildRequires: gnome-common
71 fwang 185310 BuildRequires: gettext-devel
72 tv 501350 Requires: mutter >= %{mutter_ver}
73 wally 130253 Requires: gjs
74     Requires: glxinfo
75     Requires: gnome-session
76     Requires: gnome-icon-theme-symbolic
77 dmorgan 109522 # For a GSettings schema
78 wally 130253 Requires: gnome-settings-daemon
79 ovitters 460578 Requires: gsettings-desktop-schemas >= 3.9.2
80 wally 130253 Requires: packagekit-gtk3-module
81 wally 142060 Requires: telepathy-mission-control
82 ovitters 278124 Requires: gnome-control-center
83 ovitters 551179 # mga#11640 when there are multiple keyboard layouts, "Show Keyboard Layouts" option
84     Requires: libgnomekbd-common
85 dmorgan 119733
86 ovitters 428990 # gnome-shell handles notifications natively, no notification-daemon needed
87     Provides: virtual-notification-daemon
88 colin 496247 # and ditto for polkit authorisation dialogs
89     Provides: polkit-agent
90 ovitters 428990
91 dmorgan 304392 #Requires for login
92     Requires: %{_lib}mutter-gir3.0
93    
94 wally 130253 Obsoletes: gnome-applet-netspeed < 3.0.2
95 dmorgan 113274
96 tv 72303 %description
97 ovitters 287948 GNOME Shell provides core user interface functions for the GNOME 3
98     desktop, like switching to windows and launching applications. GNOME
99     Shell takes advantage of the capabilities of modern graphics hardware
100     and introduces innovative user interface concepts to provide a
101     visually attractive and easy to use experience.
102 tv 72303
103 wally 171494 %package docs
104     Summary: Documentation for %{name}
105 ennael 304423 Group: Documentation
106 wally 171494 BuildArch: noarch
107    
108     %description docs
109     This package contains the documentation for %{name}.
110    
111 tv 72303 %prep
112     %setup -q
113 ovitters 280376 %apply_patches
114 tv 72303
115     %build
116 wally 130253 %configure2_5x \
117     --enable-compile-warnings=no \
118 colin 555093 --disable-static --disable-schemas-compile
119 colin 131776 %make V=1
120 tv 72303
121     %install
122 wally 140827 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std
123 wally 130253
124 tv 72303 %find_lang %name
125    
126     mkdir -p %{buildroot}/%{_datadir}/gnome-shell/xdg-override/autostart
127     cp -f %{buildroot}/%{_datadir}/applications/gnome-shell.desktop %{buildroot}/%{_datadir}/gnome-shell/xdg-override/autostart
128    
129 fwang 143719 find %{buildroot} -name '*.la' | xargs rm
130 dmorgan 101790
131 tv 72303 install -m 755 %{SOURCE1} %{buildroot}/%{_datadir}/gnome-shell/
132    
133     %files -f %name.lang
134 ovitters 174999 %doc README
135 wally 130253 %{_bindir}/*
136     %{_libdir}/%{name}
137 dmorgan 101673 %{_libexecdir}/gnome-shell-calendar-server
138     %{_libexecdir}/gnome-shell-perf-helper
139 wally 130253 %{_libexecdir}/gnome-shell-hotplug-sniffer
140 fwang 143719 %{_libdir}/mozilla/plugins/*.so
141 dmorgan 101673 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
142 wally 130253 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
143 ovitters 212618 %{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
144 ovitters 427534 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
145     %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
146     %{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
147 dmorgan 101673 %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
148 ovitters 212618 %{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
149 wally 130253 %{_datadir}/applications/%{name}.desktop
150 ovitters 481682 # ovitters: Experimental Wayland support
151     %{_datadir}/applications/%{name}-wayland.desktop
152 ovitters 271915 %{_datadir}/applications/evolution-calendar.desktop
153 ovitters 206483 %{_datadir}/applications/gnome-shell-extension-prefs.desktop
154 ovitters 427534 %{_datadir}/gnome-control-center/keybindings/*%{name}*.xml
155 wally 130253 %{_datadir}/%{name}
156     %{_mandir}/man1/%{name}.1*
157 wally 171494
158     %files docs
159     %{_datadir}/gtk-doc/html/shell
160     %{_datadir}/gtk-doc/html/st

  ViewVC Help
Powered by ViewVC 1.1.30