]> git.pld-linux.org Git - packages/gnome-shell.git/blobdiff - gnome-shell.spec
- R: gnome-themes-stadard instead of metacity-theme-base to prevent pulling another...
[packages/gnome-shell.git] / gnome-shell.spec
index 9107ae0a7aa5247d9fbb2026e24c29c746c43ad2..7e4131f8e3d6eda6d33d5fc37ba447ac00a7684f 100644 (file)
@@ -1,19 +1,20 @@
-
+# TODO: wayland support
+#
 %define                caribou_version 0.4.8
 %define                clutter_version 1.13.4
 %define                evolution_data_server_version 3.5.3
-%define                gcr_version 3.3.90
-%define                gjs_version 1.35.4
-%define                glib2_version 1:2.35.0
-%define                gnome_bluetooth_version 3.1.0
+%define                gcr_version 3.7.5
+%define                gjs_version 1.38.1
+%define                glib2_version 1:2.37.0
+%define                gnome_bluetooth_version 3.9.0
 %define                gnome_desktop_version 3.7.90
 %define                gnome_menus_version 3.5.3
 %define                gsettings_desktop_schemas_version 3.7.4
 %define                gtk_version 3.7.9
 %define                json_glib_version 0.13.90
 %define                libcroco_version 0.6.8
-%define                mutter_version 3.8.1
-%define                networkmanager_version 0.9.6
+%define                mutter_version 3.10.1
+%define                networkmanager_version 0.9.8
 %define                polkit_version 0.100
 %define                pulseaudio_version 2.0
 %define                startup_notification_version 0.11
 
 Summary:       Window manager and application launcher for GNOME
 Name:          gnome-shell
-Version:       3.8.1
-Release:       1
+Version:       3.10.1
+Release:       3
 License:       GPL v2+
 Group:         X11/Window Managers
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.8/%{name}-%{version}.tar.xz
-# Source0-md5: f225e73c40fd695ae1755ceff54fea0f
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.10/%{name}-%{version}.tar.xz
+# Source0-md5: efcdecf3fff971c50b008ac75895b7ab
+Patch0:                link.patch
 URL:           http://live.gnome.org/GnomeShell
 BuildRequires: NetworkManager-devel >= %{networkmanager_version}
 BuildRequires: NetworkManager-gtk-lib-devel >= %{networkmanager_version}
@@ -72,6 +74,7 @@ BuildRequires:        tar >= 1:1.22
 BuildRequires: telepathy-glib-devel >= %{telepathy_glib_version}
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXfixes-devel
+BuildRequires: xorg-lib-libXtst-devel
 BuildRequires: xz
 Requires(post,postun): glib2 >= 1:2.26.0
 Requires:      NetworkManager-libs >= %{networkmanager_version}
@@ -86,6 +89,7 @@ Requires:     gnome-bluetooth-libs >= %{gnome_bluetooth_version}
 Requires:      gnome-desktop >= %{gnome_desktop_version}
 Requires:      gnome-menus >= %{gnome_menus_version}
 Requires:      gnome-settings-daemon >= 3.8.0
+Requires:      gnome-themes-standard
 Requires:      gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
 Requires:      gtk+3 >= %{gtk_version}
 Requires:      json-glib >= %{json_glib_version}
@@ -138,6 +142,7 @@ Wtyczka gnome-shell do przeglÄ…darek WWW.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -201,11 +206,14 @@ fi
 %dir %{_libdir}/gnome-shell
 %attr(755,root,root) %{_libdir}/gnome-shell/libgnome-shell.so
 %attr(755,root,root) %{_libdir}/gnome-shell/libgnome-shell-js.so
+%attr(755,root,root) %{_libdir}/gnome-shell/libgnome-shell-menu.so
 %{_libdir}/gnome-shell/Gvc-1.0.typelib
 %{_libdir}/gnome-shell/Shell-0.1.typelib
 %{_libdir}/gnome-shell/ShellJS-0.1.typelib
 %{_libdir}/gnome-shell/St-1.0.typelib
+%{_libdir}/gnome-shell/ShellMenu-0.1.typelib
 %{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
+%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
This page took 0.132193 seconds and 4 git commands to generate.