gqview: added version 2.1.1 of this graphics viewer.
authorGraeme Gregory <dp@xora.org.uk>
Tue, 2 Aug 2005 11:32:31 +0000 (11:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 2 Aug 2005 11:32:31 +0000 (11:32 +0000)
packages/gqview/.mtn2git_empty [new file with mode: 0644]
packages/gqview/gqview-2.1.1/.mtn2git_empty [new file with mode: 0644]
packages/gqview/gqview-2.1.1/include-path-fix.patch [new file with mode: 0644]
packages/gqview/gqview_2.1.1.bb [new file with mode: 0644]

diff --git a/packages/gqview/.mtn2git_empty b/packages/gqview/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gqview/gqview-2.1.1/.mtn2git_empty b/packages/gqview/gqview-2.1.1/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gqview/gqview-2.1.1/include-path-fix.patch b/packages/gqview/gqview-2.1.1/include-path-fix.patch
new file mode 100644 (file)
index 0000000..614c69a
--- /dev/null
@@ -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/packages/gqview/gqview_2.1.1.bb b/packages/gqview/gqview_2.1.1.bb
new file mode 100644 (file)
index 0000000..83f9de4
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "A gtk based image viewer"
+SECTION = "x11/graphics"
+DEPENDS = "gtk+"
+LICENSE = "GPL"
+HOMEPAGE = "http://gqview.sourceforge.net/"
+MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gqview/gqview-2.1.1.tar.gz \
+          file://include-path-fix.patch;patch=1"
+
+inherit autotools
+