Accepting request 93745 from home:dimstar:branches:GNOME:Factory
Enable introspection supprt... needed to build mutter now OBS-URL: https://build.opensuse.org/request/show/93745 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsettings-desktop-schemas?expand=0&rev=28
This commit is contained in:
parent
6c8cc349e6
commit
6cc5bf3317
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 26 13:06:51 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Add gobject-introspection-devel BuildRequires in order to get
|
||||
GDEsktopEnums-3.0.gir built, which is needed by mutter 3.3.2 now.
|
||||
- Stop building package as noarch: the resutling typelib file are
|
||||
arch dependent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 21:53:25 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -27,6 +27,7 @@ Url: http://gnome.org/
|
||||
Group: System/GUI/GNOME
|
||||
Source0: http://download.gnome.org/sources/gsettings-desktop-schemas/3.3/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
@ -35,7 +36,6 @@ Recommends: %{name}-lang
|
||||
# default font in the schemas
|
||||
Recommends: cantarell-fonts
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
@ -105,11 +105,13 @@ rm -rf %{buildroot}
|
||||
%dir %{_datadir}/GConf/gsettings
|
||||
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
|
||||
%{_datadir}/GConf/gsettings/wm-schemas.convert
|
||||
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user