]> git.pld-linux.org Git - packages/beagle.git/blob - beagle-crawl.patch
- updated for 0.2.0
[packages/beagle.git] / beagle-crawl.patch
1 diff -aurN beagle-0.2.0.orig/tools/crawl-rules/crawl-applications beagle-0.2.0/tools/crawl-rules/crawl-applications
2 --- beagle-0.2.0.orig/tools/crawl-rules/crawl-applications      2005-08-11 16:42:21.000000000 +0200
3 +++ beagle-0.2.0/tools/crawl-rules/crawl-applications   2006-01-29 09:15:47.084369000 +0100
4 @@ -2,7 +2,7 @@
5  
6  CRAWL_INDEX_NAME="applications"
7  
8 -CRAWL_PATHS="/usr/share/applications /usr/local/shared/applications /opt/gnome/share/applications /opt/kde3/share/applications"
9 +CRAWL_PATHS="/usr/share/applications"
10  
11  CRAWL_RECURSIVE="yes"
12  
13 diff -aurN beagle-0.2.0.orig/tools/crawl-rules/crawl-documentation beagle-0.2.0/tools/crawl-rules/crawl-documentation
14 --- beagle-0.2.0.orig/tools/crawl-rules/crawl-documentation     2005-08-12 00:11:48.000000000 +0200
15 +++ beagle-0.2.0/tools/crawl-rules/crawl-documentation  2006-01-29 09:16:35.484369000 +0100
16 @@ -2,7 +2,7 @@
17  
18  CRAWL_INDEX_NAME="documentation"
19  
20 -CRAWL_PATHS="/usr/share/doc /opt/kde3/share/doc /opt/gnome/share/gnome/help"
21 +CRAWL_PATHS="/usr/share/doc"
22  
23  CRAWL_ALLOW_PATTERNS="*.xml,*.html,*.docbook"
24  
25 diff -aurN beagle-0.2.0.orig/tools/Makefile.am beagle-0.2.0/tools/Makefile.am
26 --- beagle-0.2.0.orig/tools/Makefile.am 2006-01-05 22:50:35.000000000 +0100
27 +++ beagle-0.2.0/tools/Makefile.am      2006-01-29 09:19:12.034369000 +0100
28 @@ -37,7 +37,6 @@
29         chmod +x $(CRAWL_WRAPPER)
30  
31  CRAWL_RULES = \
32 -       $(srcdir)/crawl-rules/crawl-windows             \
33         $(srcdir)/crawl-rules/crawl-applications        \
34         $(srcdir)/crawl-rules/crawl-documentation
35  
This page took 0.10264 seconds and 4 git commands to generate.