[oe-commits] org.oe.dev evince_0.9.0.bb : on my kde system trying to run scrollkeeper just hangs

xora commit openembedded-commits at lists.openembedded.org
Wed May 30 20:27:25 UTC 2007


evince_0.9.0.bb : on my kde system trying to run scrollkeeper just hangs
forever so removing it the brutal way as the --disable-scrollkeeper 
seems to be a no-op

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 5f43096a239a7ac66c7046feb414e8279db8f4bc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5f43096a239a7ac66c7046feb414e8279db8f4bc
Files:
1
packages/evince/evince/no-help-dir.patch
packages/evince/evince_0.9.0.bb
Diffs:

#
# mt diff -r5bbcb1c94823b912fc6772f5feb40c6164e33b15 -r5f43096a239a7ac66c7046feb414e8279db8f4bc
#
# 
# 
# add_file "packages/evince/evince/no-help-dir.patch"
#  content [34c76768fd517e9acfd22ac9012e25ef92fc7d17]
# 
# patch "packages/evince/evince_0.9.0.bb"
#  from [ab823d98b2edb5ae8ad4d71b1cfcc7c5cc274ca1]
#    to [c874b55da09d3037d303e145d2cc1507fa7402e6]
# 
============================================================
--- packages/evince/evince/no-help-dir.patch	34c76768fd517e9acfd22ac9012e25ef92fc7d17
+++ packages/evince/evince/no-help-dir.patch	34c76768fd517e9acfd22ac9012e25ef92fc7d17
@@ -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
============================================================
--- packages/evince/evince_0.9.0.bb	ab823d98b2edb5ae8ad4d71b1cfcc7c5cc274ca1
+++ packages/evince/evince_0.9.0.bb	c874b55da09d3037d303e145d2cc1507fa7402e6
@@ -9,7 +9,8 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOM
 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"
 






More information about the Openembedded-commits mailing list