~ubuntu-branches/ubuntu/quantal/gnome-applets/quantal

« back to all changes in this revision

Viewing changes to accessx-status/pixmaps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:39:03 UTC
  • mfrom: (1.10.9 upstream) (1.4.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110530113903-1gru2a9vbvjt5wyj
Tags: 2.91.4~20110321-1ubuntu1
* Resynchronize on Debian, thanks Jeremy Bicha for some of the work
* Remaining diff
* debian/control.in:
  - Depend on introspection packages
  - Drop obsolete build-depends on libxklavier-dev
  - Don't build depends on system-tools-backends-dev, libcpufreq-dev
    libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev (no mixer built), 
    libupower-glib-dev (not using 01_battstat_upower.patch)
  - Remove gstreamer0.10-alsa | gstreamer0.10-audiosink depends and
    the mixer description from gnome-applets (mixer not built)
  - gnome-applets suggests gnome-netstatus-applet, deskbar-applet and
    cpufrequtils rather than recommends.
  - Remove keyboard layout switcher from package description
* debian/rules:
  - Don't enable the mixer applet, disable the battery status applet option
  - Compress packages with bzip2
  - use dh_pysupport
* debian/gnome-applets.manpages:
  - Stop shipping manpages, those are not distributed upstream either and the
    binaries are not in the standard path anyway so can't be run by users.
* debian/patches/01_no_more_deprecated.patch:
  - Add patch to migrate null_applet to libpanel-applet-3 (LP: #673109)
    and invest applet to use GObject introspection (LP: #673110)
* debian/patches/01_battstat_upower.patch:
  - Dropped, don't build the battery status applet
* debian/patches/80_correct_minicommander_install.patch:
  - Don't install the minicommander server when not required.
* debian/patches/81_silent_applet_cleaning:
  - Don't display a dialog about the applet configuration cleaning since 
    that's something which should be transparent for the users
* debian/patches/86_deprecate_applets.patch:
  - Define some applets as deprecated
* debian/watch:
  - Watch for unstable versions
* Dropped diff:
* debian/control.in:
  - Pre-depends on dpkg (required for bzip2 packaging), the dpkg version 
    has been available since before the previous lts

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
CONFIG_HEADER = $(top_builddir)/config.h
50
50
CONFIG_CLEAN_FILES =
51
51
CONFIG_CLEAN_VPATH_FILES =
 
52
AM_V_GEN = $(am__v_GEN_$(V))
 
53
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_GEN_0 = @echo "  GEN   " $@;
 
55
AM_V_at = $(am__v_at_$(V))
 
56
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_at_0 = @
52
58
SOURCES =
53
59
DIST_SOURCES =
54
60
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82
88
ACPIINC = @ACPIINC@
83
89
ALL_LINGUAS = @ALL_LINGUAS@
84
90
AMTAR = @AMTAR@
 
91
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
85
92
AR = @AR@
86
93
AUTOCONF = @AUTOCONF@
87
94
AUTOHEADER = @AUTOHEADER@
121
128
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
122
129
GIO_CFLAGS = @GIO_CFLAGS@
123
130
GIO_LIBS = @GIO_LIBS@
 
131
GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
 
132
GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
124
133
GIT_CFLAGS = @GIT_CFLAGS@
125
134
GIT_LIBS = @GIT_LIBS@
126
135
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
127
136
GMOFILES = @GMOFILES@
128
137
GMSGFMT = @GMSGFMT@
129
 
GNOMEDESKTOP_CFLAGS = @GNOMEDESKTOP_CFLAGS@
130
 
GNOMEDESKTOP_LIBS = @GNOMEDESKTOP_LIBS@
131
138
GNOMELOCALEDIR = @GNOMELOCALEDIR@
132
 
GNOME_APPLETS3_CFLAGS = @GNOME_APPLETS3_CFLAGS@
133
 
GNOME_APPLETS3_LIBS = @GNOME_APPLETS3_LIBS@
134
139
GNOME_APPLETS_CFLAGS = @GNOME_APPLETS_CFLAGS@
135
140
GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
136
141
GNOME_ICONDIR = @GNOME_ICONDIR@
173
178
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
174
179
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
175
180
LIBOBJS = @LIBOBJS@
 
181
LIBPANEL_APPLET_DIR = @LIBPANEL_APPLET_DIR@
176
182
LIBS = @LIBS@
177
183
LIBTOOL = @LIBTOOL@
178
184
LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
217
223
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
218
224
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
219
225
PREFIX = @PREFIX@
220
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
221
 
PYGTK_LIBS = @PYGTK_LIBS@
222
226
PYTHON = @PYTHON@
223
227
PYTHONDIR = @PYTHONDIR@
224
228
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@