~ubuntu-branches/ubuntu/trusty/xfce4-indicator-plugin/trusty

« back to all changes in this revision

Viewing changes to debian/patches/01_search-for-indicator-0.4-pc.patch

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2011-10-30 18:50:42 UTC
  • mfrom: (1.1.4) (3.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20111030185042-2n4km6kcz37dpyd5
Tags: 0.4.0-0ubuntu1
* Upload pkg-xfce svn r6172 to precise, no remaining Ubuntu change:
  - debian/patches:
    + 03_attach-button-to-menu-right-at-the-beginning.patch,
      02_fix-menu-position.patch, 01_search-for-indicator-0.4-pc.patch,
      xubuntu_exclude-modules.patch: dropped, included upstream.
* Bugs fixed by this new upstream release:
  - "Scrolling the mousewheel over the sound-indicator doesn't adjust the
    volume". lp: #879928
  - "xfce4-indicator-plugin does not update output". lp: #852017

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Search for the renamed libindicator .pc file
2
 
 
3
 
--- xfce4-indicator-plugin-0.2.1.orig/configure.in
4
 
+++ xfce4-indicator-plugin-0.2.1/configure.in
5
 
@@ -69,7 +69,7 @@ dnl ***********************************
6
 
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
7
 
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
8
 
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
9
 
-XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0])
10
 
+XDT_CHECK_PACKAGE([INDICATOR], [indicator-0.4], [0.3.0])
11
 
 
12
 
 dnl ***********************************
13
 
 dnl *** Check for debugging support ***
14
 
@@ -79,8 +79,8 @@ XDT_FEATURE_DEBUG()
15
 
 dnl ***********************
16
 
 dnl *** Indicator info ***
17
 
 dnl ***********************
18
 
-INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
19
 
-INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
20
 
+INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator-0.4`
21
 
+INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator-0.4`
22
 
 
23
 
 AC_SUBST(INDICATORDIR)
24
 
 AC_SUBST(INDICATORICONSDIR)
25
 
--- xfce4-indicator-plugin-0.2.1.orig/configure
26
 
+++ xfce4-indicator-plugin-0.2.1/configure
27
 
@@ -13245,22 +13245,22 @@ $as_echo "$xdt_cv_PKG_CONFIG_VERSION" >&
28
 
   fi
29
 
 
30
 
 
31
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for indicator >= 0.3.0" >&5
32
 
-$as_echo_n "checking for indicator >= 0.3.0... " >&6; }
33
 
-  if $PKG_CONFIG "--atleast-version=0.3.0" "indicator" >/dev/null 2>&1; then
34
 
-    INDICATOR_VERSION=`$PKG_CONFIG --modversion "indicator"`
35
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for indicator-0.4 >= 0.3.0" >&5
36
 
+$as_echo_n "checking for indicator-0.4 >= 0.3.0... " >&6; }
37
 
+  if $PKG_CONFIG "--atleast-version=0.3.0" "indicator-0.4" >/dev/null 2>&1; then
38
 
+    INDICATOR_VERSION=`$PKG_CONFIG --modversion "indicator-0.4"`
39
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INDICATOR_VERSION" >&5
40
 
 $as_echo "$INDICATOR_VERSION" >&6; }
41
 
 
42
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking INDICATOR_CFLAGS" >&5
43
 
 $as_echo_n "checking INDICATOR_CFLAGS... " >&6; }
44
 
-    INDICATOR_CFLAGS=`$PKG_CONFIG --cflags "indicator"`
45
 
+    INDICATOR_CFLAGS=`$PKG_CONFIG --cflags "indicator-0.4"`
46
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INDICATOR_CFLAGS" >&5
47
 
 $as_echo "$INDICATOR_CFLAGS" >&6; }
48
 
 
49
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking INDICATOR_LIBS" >&5
50
 
 $as_echo_n "checking INDICATOR_LIBS... " >&6; }
51
 
-    INDICATOR_LIBS=`$PKG_CONFIG --libs "indicator"`
52
 
+    INDICATOR_LIBS=`$PKG_CONFIG --libs "indicator-0.4"`
53
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INDICATOR_LIBS" >&5
54
 
 $as_echo "$INDICATOR_LIBS" >&6; }
55
 
 
56
 
@@ -13272,15 +13272,15 @@ $as_echo "$INDICATOR_LIBS" >&6; }
57
 
 
58
 
 
59
 
 
60
 
-  elif $PKG_CONFIG --exists "indicator" >/dev/null 2>&1; then
61
 
-    xdt_cv_version=`$PKG_CONFIG --modversion "indicator"`
62
 
+  elif $PKG_CONFIG --exists "indicator-0.4" >/dev/null 2>&1; then
63
 
+    xdt_cv_version=`$PKG_CONFIG --modversion "indicator-0.4"`
64
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
65
 
 $as_echo "found, but $xdt_cv_version" >&6; }
66
 
 
67
 
 
68
 
-      echo "*** The required package indicator was found on your system,"
69
 
+      echo "*** The required package indicator-0.4 was found on your system,"
70
 
       echo "*** but the installed version ($xdt_cv_version) is too old."
71
 
-      echo "*** Please upgrade indicator to atleast version 0.3.0, or adjust"
72
 
+      echo "*** Please upgrade indicator-0.4 to atleast version 0.3.0, or adjust"
73
 
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
74
 
       echo "*** the new version of the package in a nonstandard prefix so"
75
 
       echo "*** pkg-config is able to find it."
76
 
@@ -13291,8 +13291,8 @@ $as_echo "found, but $xdt_cv_version" >&
77
 
 $as_echo "not found" >&6; }
78
 
 
79
 
 
80
 
-      echo "*** The required package indicator was not found on your system."
81
 
-      echo "*** Please install indicator (atleast version 0.3.0) or adjust"
82
 
+      echo "*** The required package indicator-0.4 was not found on your system."
83
 
+      echo "*** Please install indicator-0.4 (atleast version 0.3.0) or adjust"
84
 
       echo "*** the PKG_CONFIG_PATH environment variable if you"
85
 
       echo "*** installed the package in a nonstandard prefix so that"
86
 
       echo "*** pkg-config is able to find it."
87
 
@@ -13390,8 +13390,8 @@ $as_echo "minimum" >&6; }
88
 
   fi
89
 
 
90
 
 
91
 
-INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
92
 
-INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
93
 
+INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator-0.4`
94
 
+INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator-0.4`
95
 
 
96
 
 
97