~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-22 16:44:14 UTC
  • mfrom: (1.5.1) (2.2.1 sid)
  • mto: (2.2.2 sid)
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: package-import@ubuntu.com-20130322164414-lg3x8lv9owt6cfnl
Tags: 3.7.92-1
* New upstream release.
* Bump build-dependencies according to configure.ac:
  - libgtk-3-dev bumped from (>= 3.0.0) to (>= 3.5.12)
  - libgtkmm-3.0-dev bumped from (>= 2.99) to (>= 3.3.18)
* Change build-dependencies for new documentation infrastructure:
 - drop gnome-doc-tools
 - add yelp-tools and itstool
* Drop patches
  - 03_dont_show_in_KDE.patch and 04_kfreebsd_cputime.patch both
    applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
AC_PREREQ([2.63])
3
3
 
4
4
AC_INIT([gnome-system-monitor],
5
 
        [3.4.1],
 
5
        [3.7.92],
6
6
        [http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor],
7
7
        [gnome-system-monitor])
8
8
 
30
30
GLIB_REQUIRED=2.28.0
31
31
LIBWNCK_REQUIRED=2.91.0
32
32
LIBGTOP_REQUIRED=2.28.2
33
 
GTK_REQUIRED=3.0
 
33
GTK_REQUIRED=3.5.12
34
34
GNOME_ICON_THEME_REQUIRED=2.31
35
 
GTKMM_REQUIRED=2.99
 
35
GTKMM_REQUIRED=3.3.18
36
36
GIOMM_REQUIRED=2.27
37
37
GLIBMM_REQUIRED=2.27
38
38
LIBXML_REQUIRED=2.0
43
43
 
44
44
PKG_CHECK_MODULES(PROCMAN, glib-2.0 >= $GLIB_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-3.0 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED gmodule-2.0)
45
45
 
 
46
PKG_CHECK_MODULES(SCRIPTS, glib-2.0 >= $GLIB_REQUIRED)
 
47
 
46
48
have_systemd=no
47
49
AC_ARG_ENABLE(systemd, AS_HELP_STRING([--disable-systemd], [disable systemd support]),,enable_systemd=no)
48
50
if test "x$enable_systemd" != "xno"; then
98
100
                   [The gettext catalog name])
99
101
 
100
102
# Documentation
101
 
GNOME_DOC_INIT([0.20])
 
103
YELP_HELP_INIT
102
104
 
103
105
AC_CONFIG_FILES([
104
106
Makefile
 
107
scripts/Makefile
105
108
src/Makefile
106
109
pixmaps/Makefile
107
110
po/Makefile.in
108
111
help/Makefile
109
112
gnome-system-monitor.desktop.in
 
113
gnome-system-monitor-kde.desktop.in
110
114
])
111
115
 
112
116
AC_OUTPUT