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:
parent
d1681f431b
commit
a1215adc88
2012
nemo-2.3.0-revert-hidpi-support.patch
Normal file
2012
nemo-2.3.0-revert-hidpi-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
Tue Jul 15 15:30:45 UTC 2014 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@ Source: %{name}-%{version}.tar.gz
|
|||||||
Patch1: nemo-2.0.1-view-no-return.patch
|
Patch1: nemo-2.0.1-view-no-return.patch
|
||||||
# PATCH-FIX-UPSTREAM margueirte@opensuse.org fix OBS gcc checks
|
# PATCH-FIX-UPSTREAM margueirte@opensuse.org fix OBS gcc checks
|
||||||
Patch2: nemo-2.2.0-void-return-no-return.patch
|
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: fdupes
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -94,6 +96,9 @@ This package provides the GObject Introspection bindings for Nemo.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%if 0%{?suse_version} <= 1230
|
||||||
|
%patch3 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
|
sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
|
||||||
|
Loading…
Reference in New Issue
Block a user