evince_0.9.0.bb : on my kde system trying to run scrollkeeper just hangs
authorGraeme Gregory <dp@xora.org.uk>
Wed, 30 May 2007 20:22:55 +0000 (20:22 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 30 May 2007 20:22:55 +0000 (20:22 +0000)
forever so removing it the brutal way as the --disable-scrollkeeper
seems to be a no-op

packages/evince/evince/no-help-dir.patch [new file with mode: 0644]
packages/evince/evince_0.9.0.bb

diff --git a/packages/evince/evince/no-help-dir.patch b/packages/evince/evince/no-help-dir.patch
new file mode 100644 (file)
index 0000000..b242b65
--- /dev/null
@@ -0,0 +1,12 @@
+Index: evince-0.9.0/Makefile.am
+===================================================================
+--- evince-0.9.0.orig/Makefile.am      2007-05-30 21:17:51.000000000 +0100
++++ evince-0.9.0/Makefile.am   2007-05-30 21:17:58.000000000 +0100
+@@ -6,7 +6,6 @@
+       properties \
+       shell \
+       po \
+-      help \
+       test
+ if ENABLE_THUMBNAILER
index 8689d1d..64e2e41 100644 (file)
@@ -9,7 +9,8 @@ PR = "r1"
 inherit gnome pkgconfig gtk-icon-cache
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/evince/0.9/${PN}-${PV}.tar.bz2 \
-           file://no-icon-theme.diff;patch=1;pnum=0"
+           file://no-icon-theme.diff;patch=1;pnum=0 \
+           file://no-help-dir.patch;patch=1"
 
-EXTRA_OECONF = "--without-libgnome --disable-thumbnailer"
+EXTRA_OECONF = "--without-libgnome --disable-thumbnailer --disable-scrollkeeper"