~ubuntu-branches/ubuntu/saucy/gnome-control-center/saucy-proposed

« back to all changes in this revision

Viewing changes to panels/online-accounts/icons/16x16/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Sebastien Bacher, Robert Ancell, Iain Lane, Edward Donovan, Rico Tzschichholz, Jeremy Bicha, David Henningsson
  • Date: 2012-11-21 19:32:45 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20121121193245-mj61nzz1z4fk3z25
Tags: 1:3.6.3-0ubuntu1
[ Sebastien Bacher ]
* New upstream version
* debian/control.in: recommends libcanberra-pulse (lp: #1004973)
* debian/patches/58_ubuntu_icon_views_redesign.patch:
  - drop most of the changes, keep the different grid size though
    to fit on screen with our extra icons
* debian/patches/91_dont_show_in_unity.patch:
  - dropped, show the upstream printer panel and the layout tab
* debian/patches/revert_git_keyboard_gsettings.patch,
  debian/patches/revert_git_stop_using_gconf.patch:
  - dropped the gconf->gsettings reverts

[ Robert Ancell ]
* New upstream release (LP: #1010317)
* debian/control:
  - Bump build-depends on libgnome-desktop-3-dev, libwacom-dev
  - Add build-depends on libclutter-1.0-dev, libclutter-gtk-1.0-dev,
    libpwquality-dev
  - Drop build-depends on libgnomekbd-dev
* debian/patches/60_ubuntu_nav_bar.patch:
  - Disabled for now, doesn't apply
* debian/patches/revert_ua_gsettings.patch:
  - We can use GSettings for universal access now
* debian/patches/00git_online_accounts_gtkgrid.patch:
* debian/patches/00git_online_accounts_layout.part:
* debian/patches/git_wacom_translations.patch:
  - Applied upstream

[ Iain Lane ]
* Add Build-Depends on libxkbfile-dev
* New upstream release.
* Refresh all patches to apply cleanly.

[ Edward Donovan ]
* debian/source_gnome-control-center.py: Fix for Python 3. (LP: #1013171)

[ Rico Tzschichholz ]
* debian/control.in:
  - Build-depend on gtk-doc-tools instead of docbook directly
  - Bump minimum glib-2.0, gnome-desktop3, gnome-settings-daemon
     and gsettings-desktop-schemas

[ Jeremy Bicha ]
* Dropped more patches applied in new version:
  - git_unmute_sound_event.patch
  - git_fix_big_editable_labels.patch
  - 96_sound_nua_panel.patch
* debian/patches/04_new_appearance_settings.patch:
  - Dropped, this is now packaged separately as gnome-control-center-unity
* debian/patches/10_keyboard_layout_on_unity.patch:
  - Don't change the keyboard panel name when not running Unity
* debian/patches/52_ubuntu_language_list_mods.patch:
  - Don't disable adding current language to the list. While this
    fix shows the current language twice, at least it avoids the
    "Ubuntu suddenly in Chinese" bug (LP: #1035219)
* debian/patches/53_use_ubuntu_help.patch:
  - Only show Ubuntu help when running Unity
* debian/patches/58_hide_gdm_notifications.patch:
  - Hide "Show notifications when locked" settings when running Unity
    since it's a GNOME Shell-specific feature
* debian/patches/63_normal_scrollbar_in_a11y.patch:
  - Drop, overlay-scrollbars should handle this instead
* debian/patches/91_dont_show_in_unity.patch:
  - Hide Printers & Region panels in Unity until we're ready to switch
    to them.
* debian/patches/fix-crash-on-user-panel.patch:
  - Dropped, GNOME says it's obsolete
* debian/rules:
  - Build with -z,defs again
  - Explicitly disable ibus support since ibus 1.4 isn't supported in
    this version
* debian/control.in:
  - Drop ubuntu-docs and gnome-user-guide from recommends to suggests
  - Don't recommend indicators; let's leave that to Unity

[ David Henningsson ]
* sound_nua_panel.patch: Rebase to gnome 3.6 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
47
63
CONFIG_HEADER = $(top_builddir)/config.h
48
64
CONFIG_CLEAN_FILES =
49
65
CONFIG_CLEAN_VPATH_FILES =
 
66
AM_V_P = $(am__v_P_@AM_V@)
 
67
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
68
am__v_P_0 = false
 
69
am__v_P_1 = :
50
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
51
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
52
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
72
am__v_GEN_0 = @echo "  GEN     " $@;
 
73
am__v_GEN_1 = 
53
74
AM_V_at = $(am__v_at_@AM_V@)
54
75
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
55
76
am__v_at_0 = @
 
77
am__v_at_1 = 
56
78
SOURCES =
57
79
DIST_SOURCES =
 
80
am__can_run_installinfo = \
 
81
  case $$AM_UPDATE_INFO_DIR in \
 
82
    n|no|NO) false;; \
 
83
    *) (install-info --version) >/dev/null 2>&1;; \
 
84
  esac
58
85
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
86
am__vpath_adj = case $$p in \
60
87
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153
180
ISOCODES_LIBS = @ISOCODES_LIBS@
154
181
KEYBOARD_PANEL_CFLAGS = @KEYBOARD_PANEL_CFLAGS@
155
182
KEYBOARD_PANEL_LIBS = @KEYBOARD_PANEL_LIBS@
 
183
KRB5_CFLAGS = @KRB5_CFLAGS@
 
184
KRB5_CONFIG = @KRB5_CONFIG@
 
185
KRB5_LIBS = @KRB5_LIBS@
156
186
LD = @LD@
157
187
LDFLAGS = @LDFLAGS@
158
188
LIBGNOME_CONTROL_CENTER_CFLAGS = @LIBGNOME_CONTROL_CENTER_CFLAGS@
236
266
XF86MISC_LIBS = @XF86MISC_LIBS@
237
267
XGETTEXT = @XGETTEXT@
238
268
XMKMF = @XMKMF@
 
269
XSLTPROC = @XSLTPROC@
239
270
X_CFLAGS = @X_CFLAGS@
240
271
X_EXTRA_LIBS = @X_EXTRA_LIBS@
241
272
X_LIBS = @X_LIBS@
344
375
        -rm -rf .libs _libs
345
376
install-iconDATA: $(icon_DATA)
346
377
        @$(NORMAL_INSTALL)
347
 
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
348
378
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
379
        if test -n "$$list"; then \
 
380
          echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
 
381
          $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
 
382
        fi; \
349
383
        for p in $$list; do \
350
384
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
351
385
          echo "$$d$$p"; \
366
400
ctags: CTAGS
367
401
CTAGS:
368
402
 
 
403
cscope cscopelist:
 
404
 
369
405
 
370
406
distdir: $(DISTFILES)
371
407
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \