~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-09 18:26:53 UTC
  • mfrom: (6.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100509182653-sjssv42yror533hz
Tags: 0.8.5-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons
      for notification bubbles instead of the normal ones LP: #437374
    + xubuntu-assume-hal-is-available.patch: do not check for hal presence
      on the bus, it'll be spawned automatically on demand. lp: #507097
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7~)
  - debian/README.source: added.

* debian/patches/01_check-brightness-array-icon-index.patch,
  02_handle-weird-negative-brightness-level.patch: dropped, included
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
m4_define([intltool_minimum_version], [0.31])
7
7
m4_define([xfpm_version_major],  [0])
8
8
m4_define([xfpm_version_minor],  [8])
9
 
m4_define([xfpm_version_micro],  [4.2])
10
 
m4_define([xfpm_version_build],  [454a6d2])
 
9
m4_define([xfpm_version_micro],  [5])
 
10
m4_define([xfpm_version_build],  [])
11
11
m4_define([xfpm_version_tag],[])
12
12
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag().xfpm_version_build()], [xfpm_version_tag()])])
13
13
 
48
48
#               Check for i18n support                  #
49
49
# ===================================================== #
50
50
 
51
 
XDT_I18N([ast ca cs da de el es et eu fi fr gl hu id it ja nb nl pt pt_BR ru sk sv tr uk ur ur_PK zh_CN ])
 
51
XDT_I18N([ast ca cs da de el es et eu fi fr gl hu id it ja nb nl pt_BR pt ru sk sv tr uk ur_PK ur zh_CN ])
52
52
 
53
53
#==================================================== #
54
54
#          Check for required packages                #
180
180
panel-plugins/brightness/Makefile
181
181
data/Makefile
182
182
data/icons/Makefile
 
183
data/icons/16x16/Makefile
 
184
data/icons/16x16/actions/Makefile
 
185
data/icons/16x16/status/Makefile
 
186
data/icons/24x24/Makefile
 
187
data/icons/24x24/actions/Makefile
 
188
data/icons/24x24/status/Makefile
 
189
data/icons/48x48/Makefile
 
190
data/icons/48x48/actions/Makefile
 
191
data/icons/48x48/status/Makefile
183
192
data/icons/scalable/Makefile
184
193
data/icons/scalable/status/Makefile
185
194
data/icons/scalable/actions/Makefile