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

« back to all changes in this revision

Viewing changes to stickynotes/Makefile.am

  • 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:
3
3
SUBDIRS = pixmaps docs data
4
4
 
5
5
ui_files = GNOME_StickyNotesApplet.xml
6
 
glade_files = stickynotes.glade
 
6
builder_files = stickynotes.ui
7
7
server_in_files = GNOME_StickyNotesApplet.server.in
8
8
schemas_in_files = stickynotes.schemas.in
9
9
 
12
12
        -I.                                     \
13
13
        -I$(srcdir)                             \
14
14
        $(GNOME_APPLETS_CFLAGS)                 \
15
 
        $(LIBGLADE_CFLAGS)                      \
16
15
        $(LIBWNCK_CFLAGS)                       \
 
16
        $(XML2_CFLAGS)                          \
17
17
        -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/stickynotes/\"
18
18
 
19
19
libexec_PROGRAMS = stickynotes_applet
32
32
 
33
33
stickynotes_applet_LDADD =      \
34
34
        $(GNOME_APPLETS_LIBS)   \
35
 
        $(LIBGLADE_LIBS)        \
36
 
        $(LIBWNCK_LIBS)
 
35
        $(LIBWNCK_LIBS)         \
 
36
        $(XML2_LIBS)
37
37
 
38
 
glade_DATA = $(glade_files)
 
38
builder_DATA = $(builder_files)
39
39
 
40
40
uidir = $(datadir)/gnome-2.0/ui
41
41
ui_DATA = $(ui_files)
64
64
endif
65
65
 
66
66
EXTRA_DIST = \
67
 
             $(glade_files) \
 
67
             $(builder_files) \
68
68
             $(ui_files) \
69
69
             $(schemas_in_files) \
70
70
             GNOME_StickyNotesApplet.server.in.in