~ubuntu-branches/ubuntu/vivid/xfce4-netload-plugin/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-19 23:12:43 UTC
  • mfrom: (1.1.4 upstream) (9.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110419231243-tkce1b7gx8kjiu7h
Tags: 1.0.0-2
[ Lionel Le Folgoc ]
* Upload to unstable.
* debian/control:
  - add myself to Uploaders.
  - remove Simon and Emanuele from uploaders, thanks to them.

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl
 
2
dnl This file was autogenerated from "configure.ac.in".
 
3
dnl Edit that file instead!
 
4
dnl
 
5
 
1
6
dnl configure.ac
2
7
dnl
3
8
dnl xfce4-netload-plugin - Netload plugin for xfce4-panel
4
9
dnl
5
 
dnl 2003 Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
 
10
dnl Copyright 2003 Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
 
11
dnl Copyright 2010 Florian Rivoal <frivoal@xfce.org>
6
12
dnl
7
13
 
8
 
m4_define([netload_version],[0.4.0])
 
14
m4_define([netload_version],[1.0.0])
9
15
 
10
 
AC_INIT([xfce4-netload-plugin], [netload_version()],
 
16
AC_INIT([xfce4-netload-plugin], [netload_version],
11
17
        [xfce-goodies-dev@lists.berlios.de])
12
18
 
13
19
NETLOAD_VERSION=netload_version()
54
60
dnl configure the panel plugin
55
61
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
56
62
 
 
63
dnl configure the libxfcegui4
 
64
XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
 
65
 
57
66
dnl Check for i18n support
58
 
XDT_I18N([ca de fr ko lt pl uk])
 
67
XDT_I18N([ast ca cs da de el en_GB eo es eu fi fr gl hu id it ja kk ko lt lv nb pa pl pt_BR pt ru sq sv tr ug uk ur_PK ur vi zh_CN ])
59
68
 
60
69
dnl Check for debugging support
61
70
XDT_FEATURE_DEBUG()
64
73
Makefile
65
74
panel-plugin/Makefile
66
75
po/Makefile.in
 
76
icons/Makefile
 
77
icons/24x24/Makefile
 
78
icons/48x48/Makefile
 
79
icons/scalable/Makefile
67
80
])
68
81