forked from pool/mutter
Accepting request 61098 from GNOME:Factory
Accepted submit request 61098 from user vuntz OBS-URL: https://build.opensuse.org/request/show/61098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=25
This commit is contained in:
commit
923cee09a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c667475183f7e6a1b7b065adc0eddaed0ee5846e5ad7f58f5902a35daaa5bea5
|
||||
size 2030362
|
3
mutter-2.91.6.tar.bz2
Normal file
3
mutter-2.91.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:898f91531010921381ac8c526e08ed1bafaf2d07dae217da5cf5df5b56d1fc2c
|
||||
size 2027982
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 13 16:53:09 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
- Call relevant macros in %post/%postun:
|
||||
+ %desktop_database_post/postun because the package ships at
|
||||
least one desktop file.
|
||||
- Pass %{?no_lang_C} to %find_lang so that english documentation
|
||||
can be packaged with the program, and not in the lang subpackage.
|
||||
- Change Requires of lang subpackage to Recommends, since the
|
||||
english documentation is not there anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 12:31:50 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 2.91.6:
|
||||
+ Add meta_screen_override_window_layout() to let a plugin set
|
||||
the workspace layout
|
||||
+ Add a 'size-changed' signal to MetaWindowActor
|
||||
+ Add meta_window_actor_is_destroyed()
|
||||
+ Fix problems with window tile previews when cancelling a move
|
||||
+ Port theme elements that use GTK+ drawing to use
|
||||
GtkStyleContext instead of the deprecated GtkStyle.
|
||||
+ Fix compiler warnings that were causing compilation failures
|
||||
+ Misc bug fixes
|
||||
+ Updated translations.
|
||||
- Add support for source service checkout, with %BUILD_FROM_VCS:
|
||||
+ Add gnome-common BuildRequires.
|
||||
+ Add call to ./autogen.sh.
|
||||
- Change libcanberra-devel BuildRequires to
|
||||
pkgconfig(libcanberra-gtk).
|
||||
- Remove --with-gtk=3.0 configure option: it's always built against
|
||||
GTK+ 3 now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 15:12:29 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
26
mutter.spec
26
mutter.spec
@ -26,13 +26,16 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zenity
|
||||
BuildRequires: pkgconfig(libcanberra-gtk)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
%endif
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.91.5
|
||||
Version: 2.91.6
|
||||
Release: 1
|
||||
# FIXME: add libcanberra-devel BuildRequires when it has support for gtk3
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
@ -40,7 +43,7 @@ Source: %{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: zenity
|
||||
Requires: %{name}-lang = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Provides: windowmanager
|
||||
%gconf_schemas_prereq
|
||||
|
||||
@ -63,12 +66,15 @@ to develop applications that require these.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
--disable-static \
|
||||
--disable-schemas-install \
|
||||
--with-gtk=3.0
|
||||
--disable-schemas-install
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -80,7 +86,7 @@ to develop applications that require these.
|
||||
%endif
|
||||
%{__rm} %{buildroot}/%{_libdir}/*.la
|
||||
%suse_update_desktop_file %{name}
|
||||
%find_lang %{name}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_gconf_schemas
|
||||
%fdupes %{buildroot}
|
||||
|
||||
@ -89,13 +95,17 @@ rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%desktop_database_post
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%desktop_database_postun
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%defattr (-, root, root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user