~ubuntu-branches/ubuntu/quantal/activity-log-manager/quantal-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-03-21 11:16:03 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120321111603-7gy6r9z9vllv64tu
Tags: 0.9.4-0ubuntu1
* New upstream release
  - make Diagnositics tab translatable (LP: #957891, #958483)
  - X-GNOME-Keywords is changed to Keywords (LP: #949849)
  - Fix untranslated strings in Application and History tab
  - Add border to folder blacklist TreeView
  - Fixed a segmentation fault dued to null pixbufs.
  - Make the AppSelection dialog to be orderer automatically by usage.
  - Force the size of the blacklisted directory's text to be consistent
    with the size of the label above.
  - Use "gtk-execute" as application's icon if the application's icon
    isn't in the current IconTheme.
  - Added "Today" and "Yesterday" instead of the date, matching the mockup.
  - The Folders blacklisted have icons if they are special folders
  - The blacklisted Folders list show the folder name and the folder
    path for each entry
  - [UIFe] Blacklisted special folder icons (from nautilus). (LP: #960498)
* debian/watch:
  - update to latest upstream url
* debian/control:
  - bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 
460
460
 
461
461
dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
462
 
# serial 41 IT_PROG_INTLTOOL
 
462
# serial 42 IT_PROG_INTLTOOL
463
463
AC_DEFUN([IT_PROG_INTLTOOL], [
464
464
AC_PREREQ([2.50])dnl
465
465
AC_REQUIRE([AM_NLS])dnl
472
472
    ;;
473
473
esac
474
474
 
 
475
INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
476
INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
477
INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
475
478
if test -n "$1"; then
476
479
    AC_MSG_CHECKING([for intltool >= $1])
477
 
 
478
 
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
479
 
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
480
 
    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
481
 
    ]
482
480
    AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
483
481
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
484
482
        AC_MSG_ERROR([Your intltool is too old.  You need intltool $1 or later.])
521
519
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
522
520
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
523
521
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
522
if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
524
523
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@'
 
524
else
 
525
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir'
 
526
fi
525
527
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
526
528
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
527
529
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'