aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gqview
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gqview')
-rw-r--r--recipes/gqview/gqview-2.1.5/include-path-fix.patch11
-rw-r--r--recipes/gqview/gqview_2.1.5.bb12
2 files changed, 23 insertions, 0 deletions
diff --git a/recipes/gqview/gqview-2.1.5/include-path-fix.patch b/recipes/gqview/gqview-2.1.5/include-path-fix.patch
new file mode 100644
index 0000000000..614c69a2c3
--- /dev/null
+++ b/recipes/gqview/gqview-2.1.5/include-path-fix.patch
@@ -0,0 +1,11 @@
+--- gqview-2.1.1/src/Makefile.am.orig 2005-08-02 10:27:57.883396232 +0000
++++ gqview-2.1.1/src/Makefile.am 2005-08-02 10:28:19.032181128 +0000
+@@ -3,7 +3,7 @@
+
+ INCLUDES = -I$(srcdir) -I$(builddir) \
+ -I$(top_srcdir) -I$(top_builddir) \
+- -I$(includedir) $(GTK_CFLAGS)
++ $(GTK_CFLAGS)
+
+ module_SLIK = \
+ intl.h \
diff --git a/recipes/gqview/gqview_2.1.5.bb b/recipes/gqview/gqview_2.1.5.bb
new file mode 100644
index 0000000000..60f74c4b4e
--- /dev/null
+++ b/recipes/gqview/gqview_2.1.5.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A gtk based image viewer"
+SECTION = "x11/graphics"
+DEPENDS = "gtk+"
+LICENSE = "GPL"
+HOMEPAGE = "http://gqview.sourceforge.net/"
+RRECOMMENDS = "gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-png gdk-pixbuf-loader-gif"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gqview/gqview-2.1.5.tar.gz \
+ file://include-path-fix.patch;patch=1"
+
+inherit autotools