Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
* Version 1.4
Browse files Browse the repository at this point in the history
* Completed french translation
  • Loading branch information
kgraefe committed Mar 3, 2010
1 parent 26abc75 commit fbd863b
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 23 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.4 (2010/03/03):
* Added iCalendar export
* Added french translation (many thanks to Pierre Etchemaïté)

Version 1.3 (2009/12/14):
* Fixed IM to wrong contact when using notifications
* Fixed dealing with February 29 (#2909655)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4-pre3
1.4
2 changes: 2 additions & 0 deletions build-linux-x86-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ mkdir -p ${DIR}/pixmaps/pidgin/${PROJECT} && \
mkdir -p ${DIR}/sounds/pidgin/${PROJECT} && \
mkdir -p ${DIR}/locale/de/LC_MESSAGES && \
mkdir -p ${DIR}/locale/ru/LC_MESSAGES && \
mkdir -p ${DIR}/locale/fr/LC_MESSAGES && \
cp ChangeLog ${DIR}/ChangeLog && \
cp README.linux_binary ${DIR}/ReadMe && \
cp src/.libs/${PROJECT}.so ${DIR}/plugins && \
cp share/pixmaps/*.png ${DIR}/pixmaps/pidgin/${PROJECT} && \
cp share/sounds/*.wav ${DIR}/sounds/pidgin/${PROJECT} && \
cp po/de.gmo ${DIR}/locale/de/LC_MESSAGES/${PROJECT}.mo && \
cp po/ru.gmo ${DIR}/locale/ru/LC_MESSAGES/${PROJECT}.mo && \
cp po/fr.gmo ${DIR}/locale/fr/LC_MESSAGES/${PROJECT}.mo && \
cp install_linux_package.sh ${DIR}/install.sh && \
tar czvf ${DIR}.tar.gz ${DIR} && \
rm -rf ${DIR}
2 changes: 2 additions & 0 deletions build-win32-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mkdir -p ${WIN32DIR}/pidgin/pixmaps/pidgin/${PROJECT} && \
mkdir -p ${WIN32DIR}/pidgin/sounds/pidgin/${PROJECT} && \
mkdir -p ${WIN32DIR}/pidgin/locale/de/LC_MESSAGES && \
mkdir -p ${WIN32DIR}/pidgin/locale/ru/LC_MESSAGES && \
mkdir -p ${WIN32DIR}/pidgin/locale/fr/LC_MESSAGES && \
sed 's/$/\r/' ChangeLog >${WIN32DIR}/ChangeLog.txt && \
sed 's/$/\r/' README.win32 >${WIN32DIR}/ReadMe.txt && \
cp src/${PROJECT}.dll ${WIN32DIR}/pidgin/plugins && \
Expand All @@ -16,6 +17,7 @@ cp share/sounds/*.wav ${WIN32DIR}/pidgin/sounds/pidgin/${PROJECT} && \
i586-mingw32msvc-strip --strip-unneeded ${WIN32DIR}/pidgin/plugins/${PROJECT}.dll && \
cp po/de.gmo ${WIN32DIR}/pidgin/locale/de/LC_MESSAGES/${PROJECT}.mo && \
cp po/ru.gmo ${WIN32DIR}/pidgin/locale/ru/LC_MESSAGES/${PROJECT}.mo && \
cp po/fr.gmo ${WIN32DIR}/pidgin/locale/fr/LC_MESSAGES/${PROJECT}.mo && \
rm -f ${WIN32DIR}.zip && \
cd ${WIN32DIR} && \
zip -r ../${WIN32DIR}.zip * && \
Expand Down
8 changes: 4 additions & 4 deletions config.h.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define PACKAGE_NAME "birthday_reminder"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "birthday_reminder 1.4-pre3"
#define PACKAGE_STRING "birthday_reminder 1.4"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "birthday_reminder"
Expand All @@ -75,7 +75,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.4-pre3"
#define PACKAGE_VERSION "1.4"

/* Define the plugin author to be used */
#define PLUGIN_AUTHOR "Konrad Gräfe <[email protected]>"
Expand All @@ -87,7 +87,7 @@
#define PLUGIN_STATIC_NAME "birthday_reminder"

/* Define the plugin version to be used */
#define PLUGIN_VERSION "1.4-pre3"
#define PLUGIN_VERSION "1.4"

/* Define the plugin website to be used */
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/"
Expand All @@ -96,4 +96,4 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.4-pre3"
#define VERSION "1.4"
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for birthday_reminder 1.4-pre3.
# Generated by GNU Autoconf 2.64 for birthday_reminder 1.4.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
Expand Down Expand Up @@ -695,8 +695,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='birthday_reminder'
PACKAGE_TARNAME='birthday_reminder'
PACKAGE_VERSION='1.4-pre3'
PACKAGE_STRING='birthday_reminder 1.4-pre3'
PACKAGE_VERSION='1.4'
PACKAGE_STRING='birthday_reminder 1.4'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1456,7 +1456,7 @@ if test "$ac_init_help" = "long"; then
# 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 birthday_reminder 1.4-pre3 to adapt to many kinds of systems.
\`configure' configures birthday_reminder 1.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1527,7 +1527,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of birthday_reminder 1.4-pre3:";;
short | recursive ) echo "Configuration of birthday_reminder 1.4:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1631,7 +1631,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
birthday_reminder configure 1.4-pre3
birthday_reminder configure 1.4
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1996,7 +1996,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by birthday_reminder $as_me 1.4-pre3, which was
It was created by birthday_reminder $as_me 1.4, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2804,7 +2804,7 @@ fi

# Define the identity of the package.
PACKAGE='birthday_reminder'
VERSION='1.4-pre3'
VERSION='1.4'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -2851,7 +2851,7 @@ ac_config_headers="$ac_config_headers config.h"


cat >>confdefs.h <<_ACEOF
#define PLUGIN_VERSION "1.4-pre3"
#define PLUGIN_VERSION "1.4"
_ACEOF


Expand Down Expand Up @@ -12455,7 +12455,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by birthday_reminder $as_me 1.4-pre3, which was
This file was extended by birthday_reminder $as_me 1.4, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12519,7 +12519,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
birthday_reminder config.status 1.4-pre3
birthday_reminder config.status 1.4
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(birthday_reminder, 1.4-pre3)
AC_INIT(birthday_reminder, 1.4)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/birthday_reminder.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])

AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.4-pre3"], [Define the plugin version to be used])
AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.4"], [Define the plugin version to be used])

AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["http://freakazoid.teamblind.de/"], [Define the plugin website to be used])

Expand Down
Binary file modified po/de.gmo
Binary file not shown.
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-02 11:12+0100\n"
"POT-Creation-Date: 2010-03-03 15:28+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Konrad Gräfe <[email protected]>\n"
"Language-Team: de_DE <[email protected]>\n"
Expand Down
Binary file modified po/fr.gmo
Binary file not shown.
6 changes: 3 additions & 3 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-02 11:12+0100\n"
"POT-Creation-Date: 2010-03-03 15:28+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Pierre Etchemaïté <[email protected]>\n"
"Language-Team: fr_FR <[email protected]>\n"
Expand Down Expand Up @@ -68,7 +68,7 @@ msgstr "Vous rappelle les anniversaires de vos ami(e)s. :o)"
#: ../src/birthday_reminder.c:141
msgid "This Plugin shall keep track and remind you of your buddies' birthdays."
msgstr ""
"Ce greffon tient à jour les anniversaires de vos ami(e) et vous rappelle "
"Ce greffon tient à jour les anniversaires de vos ami(e)s et vous rappelle "
"quand une date approche."

#: ../src/emblems.c:143
Expand All @@ -85,7 +85,7 @@ msgstr "Anniversaire de %s"
#: ../src/icsexport.c:182
#, c-format
msgid "Birthday of %s, born in %04i"
msgstr ""
msgstr "Anniversaire de %s, né(e) en %04i"

#. Translators: this is how the birthday appears in an external calendar application (description without year of birth)
#: ../src/icsexport.c:185
Expand Down
Binary file modified po/ru.gmo
Binary file not shown.
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk-freakazoid-birthday_reminder 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-02 11:12+0100\n"
"POT-Creation-Date: 2010-03-03 15:28+0100\n"
"PO-Revision-Date: 2010-02-26 18:10+0800\n"
"Last-Translator: Alexander Logvinov <[email protected]>\n"
"Language-Team: Russian\n"
Expand Down

0 comments on commit fbd863b

Please sign in to comment.