~ubuntu-branches/debian/sid/xfce4-indicator-plugin/sid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov, Yves-Alexis Perez
  • Date: 2012-05-05 15:54:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120505155441-720vom0wcnhtcg0z
Tags: 0.5.0-1
[ Yves-Alexis Perez ]
* New upstream release.
* debian/rules:
  - build with --parallel.
* debian/control:
  - update debhelper build-dep to 9.
  - add build-dep on exo and xfconf.
  - update standards version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
dnl *** Version information ***
13
13
dnl ***************************
14
14
m4_define([indicator_version_major], [0])
15
 
m4_define([indicator_version_minor], [4])
 
15
m4_define([indicator_version_minor], [5])
16
16
m4_define([indicator_version_micro], [0])
17
17
m4_define([indicator_version_nano],  []) dnl leave this empty to have no nano version
18
 
m4_define([indicator_version_build], [271d081])
 
18
m4_define([indicator_version_build], [828eb61])
19
19
m4_define([indicator_version_tag],   [])
20
20
m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])
21
21
 
27
27
AC_INIT([xfce4-indicator-plugin], [indicator_version], [http://bugzilla.xfce.org/], [xfce4-indicator-plugin])
28
28
AC_PREREQ([2.50])
29
29
AC_CANONICAL_TARGET()
30
 
AC_REVISION([271d081])
 
30
AC_REVISION([828eb61])
31
31
 
32
32
dnl ***************************
33
33
dnl *** Initialize automake ***
42
42
AC_PROG_CC()
43
43
AC_PROG_LD()
44
44
AC_PROG_INSTALL()
45
 
AC_PROG_LIBTOOL()
46
45
AC_PROG_INTLTOOL()
 
46
LT_PREREQ([2.2.6])
 
47
LT_INIT([disable-static])
47
48
 
48
49
dnl **********************************
49
50
dnl *** Check for standard headers ***
59
60
dnl ******************************
60
61
dnl *** Check for i18n support ***
61
62
dnl ******************************
62
 
XDT_I18N([ar da de es eu fr hr id it nl pl pt_BR ro ru sk tr ug uk zh_CN ])
 
63
XDT_I18N([ar bg ca cs da de es eu fi fr hr hu id it ko lt nl pl pt_BR pt ro ru sk tr ug uk zh_CN zh_TW ])
63
64
 
64
65
dnl *******************************
65
66
dnl *** Check for X11 installed ***
69
70
dnl ***********************************
70
71
dnl *** Check for required packages ***
71
72
dnl ***********************************
72
 
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 
73
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
 
74
XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
73
75
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
74
76
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
 
77
XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
75
78
XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0], [indicator_pkgname=indicator], [XDT_CHECK_PACKAGE([INDICATOR], [indicator-0.4], [0.3.90], [indicator_pkgname=indicator-0.4], [])])
76
79
 
77
80
dnl ***********************************