Magellan Linux

Contents of /trunk/gnome-disk-utility/patches/gnome-disk-utility-2.32.1-no-gnome-doc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1419 - (show annotations) (download)
Thu Jul 14 23:29:56 2011 UTC (12 years, 9 months ago) by niro
File size: 2106 byte(s)
-added no-gnome-doc patch
1 --- gnome-disk-utility-2.32.1/configure 2010-11-10 23:05:06.000000000 +0100
2 +++ gnome-disk-utility-2.32.1-magellan/configure 2011-07-15 03:28:59.000000000 +0200
3 @@ -375,13 +375,7 @@
4 # script with STATUS, using 1 if that was 0.
5 as_fn_error ()
6 {
7 - as_status=$1; test $as_status -eq 0 && as_status=1
8 - if test "$4"; then
9 - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
10 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11 - fi
12 - $as_echo "$as_me: error: $2" >&2
13 - as_fn_exit $as_status
14 + return
15 } # as_fn_error
16
17 if expr a : '\(a\)' >/dev/null 2>&1 &&
18 @@ -11105,33 +11099,6 @@
19 fi
20 fi
21
22 -gdu_cv_version_required=0.3.2
23 -
24 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
25 -$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; }
26 -if test -n "$PKG_CONFIG" && \
27 - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
28 - ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
29 - ac_status=$?
30 - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31 - test $ac_status = 0; }; then
32 - gdu_cv_have_gdu=yes
33 -else
34 - gdu_cv_have_gdu=no
35 -fi
36 -
37 -if test "$gdu_cv_have_gdu" = "yes"; then
38 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39 -$as_echo "yes" >&6; }
40 - :
41 -else
42 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43 -$as_echo "no" >&6; }
44 - as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
45 -fi
46 -
47 -
48 -
49 # Check whether --with-help-dir was given.
50 if test "${with_help_dir+set}" = set; then :
51 withval=$with_help_dir;
52 --- gnome-disk-utility-2.32.1/Makefile.in 2010-11-10 23:05:10.000000000 +0100
53 +++ gnome-disk-utility-2.32.1-magellan/Makefile.in 2011-07-15 03:31:14.000000000 +0200
54 @@ -296,7 +296,7 @@
55 top_build_prefix = @top_build_prefix@
56 top_builddir = @top_builddir@
57 top_srcdir = @top_srcdir@
58 -SUBDIRS = src data doc help po
59 +SUBDIRS = src data doc po
60 EXTRA_DIST = \
61 autogen.sh \
62 intltool-extract.in \