~kamstrup/unity-lens-applications/now-with-N-percent-more-games

« back to all changes in this revision

Viewing changes to configure.ac

[merge] place => lens

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(unity-place-applications, 0.2.47, https://launchpad.net/unity-place-applications)
 
1
AC_INIT(unity-lens-applications, 0.3.0, https://launchpad.net/unity-lens-applications)
2
2
AC_COPYRIGHT([Copyright 2010 Canonical])
3
3
 
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
46
46
AC_DEFINE_UNQUOTED(PREFIXDIR, "${PREFIX}",[Prefix directory])
47
47
 
48
48
######################################################
49
 
# intltool rule for generating translated .place file
 
49
# intltool rule for generating translated .lens file
50
50
######################################################
51
 
INTLTOOL_PLACE_RULE='%.place: %.place.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
52
 
AC_SUBST(INTLTOOL_PLACE_RULE)
 
51
INTLTOOL_LENS_RULE='%.lens: %.lens.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
52
AC_SUBST(INTLTOOL_LENS_RULE)
53
53
 
54
54
#############################################
55
55
# Check for module and library dependancies
56
56
#############################################
57
57
GLIB_REQUIRED=2.27
58
 
PKG_CHECK_MODULES(PLACE_DAEMON,
 
58
PKG_CHECK_MODULES(LENS_DAEMON,
59
59
                  glib-2.0 >= $GLIB_REQUIRED
60
60
                  gobject-2.0 >= $GLIB_REQUIRED
61
61
                  gio-2.0 >= $GLIB_REQUIRED
64
64
                  gee-1.0
65
65
                  dee-1.0 >= 0.5.16
66
66
                  zeitgeist-1.0 >= 0.3.8
67
 
                  unity >= 3.6.3
 
67
                  unity >= 4.0
68
68
                  libgnome-menu)
69
69
 
70
 
AC_SUBST(PLACE_DAEMON_CFLAGS)
71
 
AC_SUBST(PLACE_DAEMON_LIBS)
 
70
AC_SUBST(LENS_DAEMON_CFLAGS)
 
71
AC_SUBST(LENS_DAEMON_LIBS)
72
72
 
73
73
#############################################
74
74
# local install for distcheck and stand-alone running
106
106
#############################################
107
107
AC_CONFIG_FILES([
108
108
  Makefile
109
 
  applications.place.in
 
109
  applications.lens.in
 
110
  commands.lens.in
110
111
  data/Makefile
111
112
  data/X-Unity-All-Applications.directory
112
 
  data/unity-place-applications.menu
 
113
  data/unity-lens-applications.menu
113
114
  src/Makefile
114
115
  src/config.vala
115
116
  po/Makefile.in
119
120
dnl Output the results
120
121
AC_MSG_NOTICE([
121
122
 
122
 
  Unity Applications Place Daemon $VERSION
 
123
  Unity Applications Lens Daemon $VERSION
123
124
  ------------------------------------
124
125
 
125
126
  Prefix         : ${prefix}