~ubuntu-branches/ubuntu/jaunty/gnome-applets/jaunty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-03 18:13:41 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603181341-j2ldywy9g983scl2
Tags: 2.23.2-0ubuntu1
* New upstream version
* Sync on Debian
* debian/control.in:
  - build using liboobs and not type-handling and libcpufreq-dev
  - Pre-Depends: dpkg (>= 1.10.24)
  - updated maintainer information
* debian/patches/04_applets_categories.patch:
  - set applets categories
* debian/patches/13_battstat_measuring_more_appropriate.patch:
  - workaround acpi bug
* debian/patches/14_battstat_enable_pmi.patch:
  - use the pmi interface to know if suspend is available
* debian/patches/81_mixer_mute_callback.patch:
  - stop the mixer applet from randomly muting when the volume is adjusted.
* debian/patches/98_autoreconf.patch:
  - run autotools update
* debian/rules:
  - DEB_DH_BUILDDEB_ARGS := -- -Zbzip2

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* locale directory */
16
16
#undef GNOMELOCALEDIR
17
17
 
18
 
/* Glade Resources Directory */
19
 
#undef GNOME_GLADEDIR
20
 
 
21
18
/* Gnome Icon Directory */
22
19
#undef GNOME_ICONDIR
23
20
 
24
21
/* Gnome Pixmaps Directory */
25
22
#undef GNOME_PIXMAPSDIR
26
23
 
 
24
/* GtkBuilder Resources Directory */
 
25
#undef GTK_BUILDERDIR
 
26
 
27
27
/* Define if acpiio.h exists on the system */
28
28
#undef HAVE_ACPIIO
29
29
 
51
51
/* Gucharmap Available */
52
52
#undef HAVE_GUCHARMAP
53
53
 
 
54
/* Define if gucharmap API is version 2 */
 
55
#undef HAVE_GUCHARMAP_2
 
56
 
54
57
/* HAL available */
55
58
#undef HAVE_HAL
56
59