Dominique Leuenberger
2f355e253c
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
42 lines
1.6 KiB
Diff
42 lines
1.6 KiB
Diff
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
|