Accepting request 244294 from home:MargueriteSu:branches:X11:Cinnamon:Factory

OBS-URL: https://build.opensuse.org/request/show/244294
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=63
This commit is contained in:
Marguerite Su 2014-08-12 09:14:14 +00:00 committed by Git OBS Bridge
parent d1681f431b
commit a1215adc88
3 changed files with 2024 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 12 07:05:52 UTC 2014 - i@marguerite.su
- add patch: nemo-2.3.0-revert-hidpi-support.patch
* revert Hi-DPI support on openSUSE 12.3, whose GTK+ doesn't
support it
-------------------------------------------------------------------
Tue Jul 15 15:30:45 UTC 2014 - i@marguerite.su

View File

@ -29,6 +29,8 @@ Source: %{name}-%{version}.tar.gz
Patch1: nemo-2.0.1-view-no-return.patch
# PATCH-FIX-UPSTREAM margueirte@opensuse.org fix OBS gcc checks
Patch2: nemo-2.2.0-void-return-no-return.patch
# PATCH-FIX-OPENSUSE marguerite@opensuse.org revert Hi-DPI support for 12.3
Patch3: nemo-2.3.0-revert-hidpi-support.patch
BuildRequires: fdupes
BuildRequires: gnome-common
BuildRequires: gtk-doc
@ -94,6 +96,9 @@ This package provides the GObject Introspection bindings for Nemo.
%setup -q
%patch1 -p1
%patch2 -p1
%if 0%{?suse_version} <= 1230
%patch3 -p1
%endif
%build
sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in