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

« back to all changes in this revision

Viewing changes to autogen.sh

  • 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:
4
4
srcdir=`dirname $0`
5
5
test -z "$srcdir" && srcdir=.
6
6
 
7
 
PKG_NAME="Alarm Clock"
 
7
PKG_NAME="alarm-clock-applet"
8
8
 
9
9
(test -f $srcdir/configure.ac \
10
10
  && test -f $srcdir/src/alarm-applet.c) || {
11
11
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
12
 
    echo " top-level alarm-clock directory"
 
12
    echo " top-level $PKG_NAME directory"
13
13
    exit 1
14
14
}
15
15
 
16
16
 
17
17
which gnome-autogen.sh || {
18
 
    echo "You need to install gnome-common from the GNOME CVS"
 
18
    echo "You need to install gnome-common"
19
19
    exit 1
20
20
}
21
 
REQUIRED_AUTOMAKE_VERSION=1.8 \
22
 
USE_GNOME2_MACROS=1 \
23
 
USE_COMMON_DOC_BUILD=yes \
 
21
 
 
22
REQUIRED_AUTOMAKE_VERSION=1.9
 
23
REQUIRED_INTLTOOL_VERSION=0.40.0
 
24
 
 
25
#USE_GNOME2_MACROS=1 \
 
26
#USE_COMMON_DOC_BUILD=yes \
24
27
. gnome-autogen.sh