epdfview: fix build with glib-2.32

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-04-30 07:52:09 +02:00
parent 67f9414daf
commit dd947fb02c
2 changed files with 16 additions and 2 deletions
@@ -0,0 +1,12 @@
diff -uNr epdfview-0.1.8.orig/src/gtk/StockIcons.h epdfview-0.1.8/src/gtk/StockIcons.h
--- epdfview-0.1.8.orig/src/gtk/StockIcons.h 2011-05-28 12:24:57.000000000 +0200
+++ epdfview-0.1.8/src/gtk/StockIcons.h 2012-04-30 07:48:08.528285594 +0200
@@ -18,8 +18,6 @@
#if !defined (__STOCK_ICONS_H__)
#define __STOCK_ICONS_H__
-#include <glib/gmacros.h>
-
G_BEGIN_DECLS
// ePDFView stock icons.
+4 -2
View File
@@ -5,12 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "x11/applications" SECTION = "x11/applications"
DEPENDS = "gtk+ poppler" DEPENDS = "gtk+ poppler"
PR = "r1" PR = "r2"
EXTRA_OECONF += "--without-cups" EXTRA_OECONF += "--without-cups"
inherit autotools gettext inherit autotools gettext
SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2" SRC_URI = "http://www.emma-soft.com/projects/${BPN}/chrome/site/releases/${BP}.tar.bz2 \
file://glib-2.32.patch \
"
SRC_URI[md5sum] = "e50285b01612169b2594fea375f53ae4" SRC_URI[md5sum] = "e50285b01612169b2594fea375f53ae4"
SRC_URI[sha256sum] = "948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0" SRC_URI[sha256sum] = "948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0"