SHA256
1
0
forked from pool/nemo
Alexei Sorokin
2017-05-21 14:52:06 +00:00
committed by Git OBS Bridge
parent bbcce2e35d
commit 1724a4768a
3 changed files with 105 additions and 2 deletions

View File

@@ -28,9 +28,11 @@ Group: System/GUI/Other
Url: https://github.com/linuxmint/nemo
Source: https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM nemo-implicit-pointer-decl.patch marguerite@opensuse.org -- OBS gcc checks.
Patch1: %{name}-implicit-pointer-decl.patch
Patch0: %{name}-implicit-pointer-decl.patch
# PATCH-FIX-UPSTREAM nemo-void-return-no-return.patch margueirte@opensuse.org -- Fix OBS gcc checks.
Patch2: %{name}-void-return-no-return.patch
Patch1: %{name}-void-return-no-return.patch
# PATCH-FIX-UPSTREAM nemo-3.4.1-default-font.patch boo#1040024 -- Fix usage of the default font (commit f9c6439).
Patch2: %{name}-3.4.1-default-font.patch
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
@@ -111,6 +113,7 @@ This package provides the GObject Introspection bindings for Nemo.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1