diff -Nru indicator-nameday-0.3.8/configure indicator-nameday-0.4.1/configure --- indicator-nameday-0.3.8/configure 2014-04-20 20:48:47.000000000 +0000 +++ indicator-nameday-0.4.1/configure 2014-05-14 18:17:39.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for indicator-nameday 0.3.7. +# Generated by GNU Autoconf 2.69 for indicator-nameday 0.4.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -636,8 +636,8 @@ # Identity of this package. PACKAGE_NAME='indicator-nameday' PACKAGE_TARNAME='indicator-nameday' -PACKAGE_VERSION='0.3.7' -PACKAGE_STRING='indicator-nameday 0.3.7' +PACKAGE_VERSION='0.4.1' +PACKAGE_STRING='indicator-nameday 0.4.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1349,7 +1349,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures indicator-nameday 0.3.7 to adapt to many kinds of systems. +\`configure' configures indicator-nameday 0.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1416,7 +1416,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of indicator-nameday 0.3.7:";; + short | recursive ) echo "Configuration of indicator-nameday 0.4.1:";; esac cat <<\_ACEOF @@ -1528,7 +1528,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -indicator-nameday configure 0.3.7 +indicator-nameday configure 0.4.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1696,7 +1696,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by indicator-nameday $as_me 0.3.7, which was +It was created by indicator-nameday $as_me 0.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2563,7 +2563,7 @@ # Define the identity of the package. PACKAGE='indicator-nameday' - VERSION='0.3.7' + VERSION='0.4.1' cat >>confdefs.h <<_ACEOF @@ -2723,11 +2723,11 @@ fi - if test "$VALAC" != valac && test -n "0.16.0"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $VALAC is at least version 0.16.0" >&5 -$as_echo_n "checking whether $VALAC is at least version 0.16.0... " >&6; } + if test "$VALAC" != valac && test -n "0.20.0"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $VALAC is at least version 0.20.0" >&5 +$as_echo_n "checking whether $VALAC is at least version 0.20.0... " >&6; } am__vala_version=`$VALAC --version | sed 's/Vala *//'` - as_arg_v1=0.16.0 + as_arg_v1=0.20.0 as_arg_v2="$am__vala_version" awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null case $? in #( @@ -5606,7 +5606,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by indicator-nameday $as_me 0.3.7, which was +This file was extended by indicator-nameday $as_me 0.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5672,7 +5672,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -indicator-nameday config.status 0.3.7 +indicator-nameday config.status 0.4.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru indicator-nameday-0.3.8/configure.ac indicator-nameday-0.4.1/configure.ac --- indicator-nameday-0.3.8/configure.ac 2014-04-20 21:00:34.000000000 +0000 +++ indicator-nameday-0.4.1/configure.ac 2014-05-14 18:15:45.000000000 +0000 @@ -1,7 +1,7 @@ # configure.ac AC_PREREQ([2.63]) -AC_INIT([indicator-nameday],[0.3.8]) +AC_INIT([indicator-nameday],[0.4.1]) AC_CONFIG_SRCDIR([src/indicator-nameday.vala]) AC_CONFIG_HEADERS([config.h]) # AC_CONFIG_AUX_DIR(config) @@ -14,7 +14,7 @@ AM_MAINTAINER_MODE #AC_PROG_MAKE_SET -AM_PROG_VALAC([0.16.0]) +AM_PROG_VALAC([0.20.0]) AM_PROG_CC_C_O AC_PROG_INSTALL diff -Nru indicator-nameday-0.3.8/data/indicator-nameday.desktop.in indicator-nameday-0.4.1/data/indicator-nameday.desktop.in --- indicator-nameday-0.3.8/data/indicator-nameday.desktop.in 2014-04-20 06:59:42.000000000 +0000 +++ indicator-nameday-0.4.1/data/indicator-nameday.desktop.in 2014-05-14 18:04:06.000000000 +0000 @@ -1,10 +1,14 @@ [Desktop Entry] Icon=indicator-nameday Name=Indicator NameDay +Name[cs]=Svátkový indikátor +Name[sk]=Sviatkový indikátor Comment=Nameday notifier indicator for Unity -Keywords=nameday; +Comment[cs]=Zobrazuje jmeniny a svátky v panelu Unity +Comment[sk]=Zobrazuje meniny a sviatky v panelu Unity +Keywords=nameday;svátek;sviatok Exec=indicator-nameday Terminal=false Type=Application -Categories=GNOME;GTK;Utility +Categories=GNOME;GTK;Utility;Unity StartupNotify=true diff -Nru indicator-nameday-0.3.8/debian/changelog indicator-nameday-0.4.1/debian/changelog --- indicator-nameday-0.3.8/debian/changelog 2014-04-20 21:00:49.000000000 +0000 +++ indicator-nameday-0.4.1/debian/changelog 2014-05-14 18:25:42.000000000 +0000 @@ -1,4 +1,16 @@ -indicator-nameday (0.3.8-1) trusty; urgency=low +indicator-nameday (0.4.1-0ubuntu1~saucy) saucy; urgency=low + + * desktop launcher fix + + -- George dH (launchpad PGP key) Wed, 14 May 2014 20:06:59 +0200 + +indicator-nameday (0.4.0-1ubuntu2~saucy) saucy; urgency=low + + * Precise fix - yelp-tools dependency, desktop launcher localization + + -- George dH (launchpad PGP key) Tue, 22 Apr 2014 21:03:56 +0200 + +indicator-nameday (0.3.8-1) saucy; urgency=low * Initial release (separate sourcefiles, localization, automake) diff -Nru indicator-nameday-0.3.8/debian/control indicator-nameday-0.4.1/debian/control --- indicator-nameday-0.3.8/debian/control 2014-04-20 20:53:29.000000000 +0000 +++ indicator-nameday-0.4.1/debian/control 2014-04-22 18:34:18.000000000 +0000 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: GdH -Build-Depends: debhelper (>= 8.0.0), autotools-dev, gnome-common, itstool, valac, libappindicator3-dev, libgtk-3-dev +Build-Depends: debhelper (>= 8.0.0), autotools-dev, gnome-common, itstool, yelp-tools, valac, libappindicator3-dev, libgtk-3-dev Standards-Version: 3.9.4 Homepage: diff -Nru indicator-nameday-0.3.8/src/indicator-nameday.vala indicator-nameday-0.4.1/src/indicator-nameday.vala --- indicator-nameday-0.3.8/src/indicator-nameday.vala 2014-04-20 07:48:46.000000000 +0000 +++ indicator-nameday-0.4.1/src/indicator-nameday.vala 2014-05-14 17:53:27.000000000 +0000 @@ -703,11 +703,6 @@ Intl.bind_textdomain_codeset( GETTEXT_PACKAGE, "UTF-8" ); Intl.textdomain( GETTEXT_PACKAGE ); -/* Intl.setlocale(LocaleCategory.MESSAGES, ""); - Intl.textdomain(GETTEXT_PACKAGE); - Intl.bind_textdomain_codeset(GETTEXT_PACKAGE, "utf-8"); - Intl.bindtextdomain(GETTEXT_PACKAGE, "./locale"); -*/ Gtk.init(ref args); var namedays = new IndicatorNameday(); namedays.build_indicator(args);