~ubuntu-branches/ubuntu/vivid/alarm-clock-applet/vivid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-03-17 09:02:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317090244-ni0ye04mva2hxe10
Tags: 0.3.0-1
* New upstream release
* debian/control:
  + No change bump of Standards-Version to 3.8.4
  + Update build-deps:
    - Drop libglade, libpanel-applet, libgnomevfs2, libgnome{2,ui}
    - Add libxml2-dev and libunique-dev, intltool
* debian/patches/01_update-alarms-eta,patch:
  + Dropped, applied upstream
* debian/(alarm-clock-applet.1, alarm-clock-applet.manpages):
  + Add manpage for alarm-clock-applet, now that the binary is moved to
    /usr/bin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Alarm Clock
2
2
=================
3
3
 
4
 
This package contains an applet for use with the GNOME panel. Therefore, it
5
 
requires gnome-core to be installed.
 
4
This package contains a program for use with the GNOME panel.
6
5
 
7
6
Requirements
8
7
------------
9
8
 
10
9
You need at least:
11
10
 
12
 
    gnome-panel-2.13.4
13
 
    glib-2.13.0
14
 
    gtk-2.11.0
15
 
    gnome-vfs-2.15.4
16
 
    gconf-2.8.0
17
 
    libglade-2.4.0
 
11
    glib-2.16.0
 
12
    gtk-2.12.0
 
13
    gconf-2.0
 
14
    gio-2.0
 
15
    gnome-icon-theme
18
16
    gstreamer-0.10.2
19
 
    libgnome-2.8.0
20
 
    libgnomeui-2.8.0
21
 
    gnome-icon-theme-2.15.91
22
 
 
23
 
Some extras that improve functionality:
24
 
 
25
 
    libnotify-0.3.2
 
17
    libnotify-0.4.1
 
18
    libxml-2.0
 
19
    unique-1.0
26
20
 
27
21
Installation
28
22
------------
35
29
 
36
30
Compile with the usual:
37
31
 
38
 
./configure --prefix=/usr
 
32
./configure
39
33
make
40
34
make install
41
 
 
42
 
 
43
 
Note: It's important that you install into /usr so the BONOBO .server file is
44
 
          placed under a directory which gnome-panel can recognize.
45
 
          
46
 
          If you would like to install to another prefix, you need to move
47
 
          AlarmClock.server to the bonobo server directory afterwards (usually
48
 
          /usr/lib/bonobo/servers).
 
 
b'\\ No newline at end of file'