forked from pool/seahorse
Accepting request 245960 from GNOME:Next
Push GNOME 3.13.90 OBS-URL: https://build.opensuse.org/request/show/245960 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=165
This commit is contained in:
parent
d55993c049
commit
2f355e253c
41
seahorse-allow-deprecated.patch
Normal file
41
seahorse-allow-deprecated.patch
Normal file
@ -0,0 +1,41 @@
|
||||
Index: seahorse-3.12.2/libegg/Makefile.am
|
||||
===================================================================
|
||||
--- seahorse-3.12.2.orig/libegg/Makefile.am
|
||||
+++ seahorse-3.12.2/libegg/Makefile.am
|
||||
@@ -2,16 +2,8 @@ noinst_LIBRARIES += \
|
||||
libeggdatetime.a \
|
||||
libeggtreemultidnd.a
|
||||
|
||||
-libeggdatetime_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
|
||||
- -DGDK_DISABLE_DEPRECATED \
|
||||
- -DG_DISABLE_DEPRECATED
|
||||
-
|
||||
libeggdatetime_a_CFLAGS = $(GTK_CFLAGS)
|
||||
libeggdatetime_a_SOURCES = libegg/egg-datetime.h libegg/egg-datetime.c
|
||||
|
||||
-libeggtreemultidnd_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
|
||||
- -DGDK_DISABLE_DEPRECATED \
|
||||
- -DG_DISABLE_DEPRECATED
|
||||
-
|
||||
libeggtreemultidnd_a_CFLAGS = $(GTK_CFLAGS)
|
||||
libeggtreemultidnd_a_SOURCES = libegg/eggtreemultidnd.c libegg/eggtreemultidnd.h
|
||||
Index: seahorse-3.12.2/Makefile.in
|
||||
===================================================================
|
||||
--- seahorse-3.12.2.orig/Makefile.in
|
||||
+++ seahorse-3.12.2/Makefile.in
|
||||
@@ -860,15 +860,8 @@ common_BUILT = \
|
||||
$(common_HEADER) \
|
||||
common/common.vapi
|
||||
|
||||
-libeggdatetime_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
|
||||
- -DGDK_DISABLE_DEPRECATED \
|
||||
- -DG_DISABLE_DEPRECATED
|
||||
-
|
||||
libeggdatetime_a_CFLAGS = $(GTK_CFLAGS)
|
||||
libeggdatetime_a_SOURCES = libegg/egg-datetime.h libegg/egg-datetime.c
|
||||
-libeggtreemultidnd_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
|
||||
- -DGDK_DISABLE_DEPRECATED \
|
||||
- -DG_DISABLE_DEPRECATED
|
||||
|
||||
libeggtreemultidnd_a_CFLAGS = $(GTK_CFLAGS)
|
||||
libeggtreemultidnd_a_SOURCES = libegg/eggtreemultidnd.c libegg/eggtreemultidnd.h
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 00:02:29 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Add seahorse-allow-deprecated.patch: Allow the usage of
|
||||
deprecated GTK+ symbols.
|
||||
- No longer pass --disable-scrollkeeper to configure: this hasn't
|
||||
been supported since version 3.5.92 when the switched from
|
||||
gnome-devel-docs to Mallard happened.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 08:08:26 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -24,6 +24,8 @@ License: GPL-2.0+
|
||||
Group: Productivity/Security
|
||||
Url: http://projects.gnome.org/seahorse/
|
||||
Source: http://download.gnome.org/sources/seahorse/3.12/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM seahorse-allow-deprecated.patch dimstar@opensuse.org -- Allow the usage of deprecated GTK+ symbols
|
||||
Patch0: seahorse-allow-deprecated.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gpg2
|
||||
BuildRequires: gpgme-devel
|
||||
@ -66,11 +68,11 @@ search results from seahorse.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-scrollkeeper
|
||||
%configure
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user