From 7f39a227d3a4978149ef35fd4232ed395013b19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Gr=C3=A4fe?= Date: Sat, 8 May 2010 10:22:00 +0200 Subject: [PATCH] * prepared Version 1.6 --- .bzrignore | 1 + ChangeLog | 14 +++++++++----- Makefile.mingw | 20 ++++++++++---------- VERSION | 2 +- build-debian-package.sh | 2 ++ build-win32-package.sh | 4 +++- config.h.mingw | 8 ++++---- configure | 22 +++++++++++----------- configure.in | 4 ++-- libtool | 6 +++--- po/Makefile.mingw | 4 ++-- po/de.gmo | Bin 4981 -> 4981 bytes po/ru.gmo | Bin 6261 -> 6345 bytes src/Makefile.mingw | 30 +++++++++++++++--------------- stamp-h1 | 1 - 15 files changed, 63 insertions(+), 55 deletions(-) delete mode 100644 stamp-h1 diff --git a/.bzrignore b/.bzrignore index 2b0c3ac..8675cdd 100644 --- a/.bzrignore +++ b/.bzrignore @@ -53,3 +53,4 @@ po/es.gmo po/fr.gmo po/es.gmo po/fr.gmo +stamp-h1 diff --git a/ChangeLog b/ChangeLog index 6d51a40..6e0ae8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,16 @@ +Version 1.6 (2010/05/08): + * Added hint in preferences menu when sounds are muted + * Added Turkish, Hebrew, Portuguese and Galician language (see credits on https://translations.launchpad.net/pidgin-birthday-reminder) + Version 1.5 (2010/03/20): * Renamed project to pidgin-birthday-reminder * Added tabs in the preferences window * iCalendar files are forced to have the .ics extension now - * Added spanish translation (many thanks to Christoph Miebach) + * Added Spanish translation (many thanks to Christoph Miebach) Version 1.4 (2010/03/03): * Added iCalendar export - * Added french translation (many thanks to Pierre Etchemaïté) + * Added French translation (many thanks to Pierre Etchemaïté) Version 1.3 (2009/12/14): * Fixed IM to wrong contact when using notifications @@ -21,17 +25,17 @@ Version 1.2 (2009/07/05): * Added ReadMe-Files Version 1.1 (2009/05/15): - * Added russian translation (many thanks to Alexander Logvinov) + * Added Russian translation (many thanks to Alexander Logvinov) Version 1.0 (2009/02/13): * (First?) final release * Fixed a crash with gtk_widget_destroy() * Fixed wrong calculation of days before alert * If you switch an account to "online" the plugin will just check those buddies' birthday - * Fixed a translation issue in the german version + * Fixed a translation issue in the German version Version 0.6 (2009/02/10): - * Fixed a bug which prevents the plugin from scanning buddies where the birhtday was removed by hand + * Fixed a bug which prevents the plugin from scanning buddies where the birthday was removed by hand * Contacts will be handled in a better way now * Buddy List will be shown when birthday check was triggert by the tray menu item * Added the ability to disable the scan per account diff --git a/Makefile.mingw b/Makefile.mingw index 3a5226c..9ed0fe8 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -8,11 +8,11 @@ # PATHS # -BIRTHDAY_REMINDER_SRC := ./src -BIRTHDAY_REMINDER_PO := ./po +PLUGIN_SRC := ./src +PLUGIN_PO := ./po -BIRTHDAY_REMINDER_TOP := . --include $(BIRTHDAY_REMINDER_TOP)/local.mak +PLUGIN_TOP := . +-include $(PLUGIN_TOP)/local.mak PIDGIN_TREE_TOP ?= ../../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak @@ -21,23 +21,23 @@ include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak ## VARIABLE DEFINITIONS ## -BIRTHDAY_REMINDER_VERSION := $(shell cat ./VERSION) +PLUGIN_VERSION := $(shell cat ./VERSION) PIDGIN_VERSION := $(shell cat $(PIDGIN_TREE_TOP)/VERSION) .PHONY: all install installer clean all: - $(MAKE) -C $(BIRTHDAY_REMINDER_SRC) -f Makefile.mingw - $(MAKE) -C $(BIRTHDAY_REMINDER_PO) -f Makefile.mingw + $(MAKE) -C $(PLUGIN_SRC) -f Makefile.mingw + $(MAKE) -C $(PLUGIN_PO) -f Makefile.mingw config.h: config.h.mingw cp config.h.mingw config.h install: all - $(MAKE) -C $(BIRTHDAY_REMINDER_SRC) -f Makefile.mingw install - $(MAKE) -C $(BIRTHDAY_REMINDER_PO) -f Makefile.mingw install + $(MAKE) -C $(PLUGIN_SRC) -f Makefile.mingw install + $(MAKE) -C $(PLUGIN_PO) -f Makefile.mingw install clean: - $(MAKE) -C $(BIRTHDAY_REMINDER_SRC) -f Makefile.mingw clean + $(MAKE) -C $(PLUGIN_SRC) -f Makefile.mingw clean rm -f config.h diff --git a/VERSION b/VERSION index c239c60..810ee4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5 +1.6 diff --git a/build-debian-package.sh b/build-debian-package.sh index 71917e5..5003246 100755 --- a/build-debian-package.sh +++ b/build-debian-package.sh @@ -63,4 +63,6 @@ do if [ "$in" == "y" ]; then dput ${REPOSITORY} ${PROJECT}_${VERSION}-${DEB_REVISION}_source.changes fi + + cd ${src_dir} done diff --git a/build-win32-package.sh b/build-win32-package.sh index c63ab65..aa27211 100755 --- a/build-win32-package.sh +++ b/build-win32-package.sh @@ -4,6 +4,7 @@ make -f Makefile.mingw && \ PROJECT=pidgin-birthday-reminder && \ OLDPROJECTNAME=birthday_reminder && \ WIN32DIR=${PROJECT}-$(cat VERSION)-win32 && \ +rm -rf ${WIN32DIR} && \ mkdir -p ${WIN32DIR}/pidgin/plugins && \ mkdir -p ${WIN32DIR}/pidgin/pixmaps/pidgin/${OLDPROJECTNAME} && \ mkdir -p ${WIN32DIR}/pidgin/sounds/pidgin/${OLDPROJECTNAME} && \ @@ -13,7 +14,8 @@ cp src/${PROJECT}.dll ${WIN32DIR}/pidgin/plugins && \ cp share/pixmaps/*.png ${WIN32DIR}/pidgin/pixmaps/pidgin/${OLDPROJECTNAME} && \ cp share/sounds/*.wav ${WIN32DIR}/pidgin/sounds/pidgin/${OLDPROJECTNAME} && \ i586-mingw32msvc-strip --strip-unneeded ${WIN32DIR}/pidgin/plugins/${PROJECT}.dll && \ -for lang in de ru fr es tr he; do +for f in po/*.po; do + lang=$(basename $f .po) mkdir -p ${WIN32DIR}/pidgin/locale/${lang}/LC_MESSAGES && \ cp po/${lang}.gmo ${WIN32DIR}/pidgin/locale/${lang}/LC_MESSAGES/${PROJECT}.mo done && \ diff --git a/config.h.mingw b/config.h.mingw index 2d23691..173b9a1 100644 --- a/config.h.mingw +++ b/config.h.mingw @@ -66,7 +66,7 @@ #define PACKAGE_NAME "pidgin-birthday-reminder" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "pidgin-birthday-reminder 1.5" +#define PACKAGE_STRING "pidgin-birthday-reminder 1.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pidgin-birthday-reminder" @@ -75,7 +75,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.5" +#define PACKAGE_VERSION "1.6" /* Define the plugin author to be used */ #define PLUGIN_AUTHOR "Konrad Gräfe " @@ -87,7 +87,7 @@ #define PLUGIN_STATIC_NAME "birthday-reminder" /* Define the plugin version to be used */ -#define PLUGIN_VERSION "1.5" +#define PLUGIN_VERSION "1.6" /* Define the plugin website to be used */ #define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/2009/02/14/pidgin-birthday-reminder/" @@ -96,4 +96,4 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.5" +#define VERSION "1.6" diff --git a/configure b/configure index aa73ff4..10af03e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for pidgin-birthday-reminder 1.5. +# Generated by GNU Autoconf 2.64 for pidgin-birthday-reminder 1.6. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -695,8 +695,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pidgin-birthday-reminder' PACKAGE_TARNAME='pidgin-birthday-reminder' -PACKAGE_VERSION='1.5' -PACKAGE_STRING='pidgin-birthday-reminder 1.5' +PACKAGE_VERSION='1.6' +PACKAGE_STRING='pidgin-birthday-reminder 1.6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -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 pidgin-birthday-reminder 1.5 to adapt to many kinds of systems. +\`configure' configures pidgin-birthday-reminder 1.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1527,7 +1527,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pidgin-birthday-reminder 1.5:";; + short | recursive ) echo "Configuration of pidgin-birthday-reminder 1.6:";; esac cat <<\_ACEOF @@ -1631,7 +1631,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pidgin-birthday-reminder configure 1.5 +pidgin-birthday-reminder configure 1.6 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -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 pidgin-birthday-reminder $as_me 1.5, which was +It was created by pidgin-birthday-reminder $as_me 1.6, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -2804,7 +2804,7 @@ fi # Define the identity of the package. PACKAGE='pidgin-birthday-reminder' - VERSION='1.5' + VERSION='1.6' cat >>confdefs.h <<_ACEOF @@ -2851,7 +2851,7 @@ ac_config_headers="$ac_config_headers config.h" cat >>confdefs.h <<_ACEOF -#define PLUGIN_VERSION "1.5" +#define PLUGIN_VERSION "1.6" _ACEOF @@ -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 pidgin-birthday-reminder $as_me 1.5, which was +This file was extended by pidgin-birthday-reminder $as_me 1.6, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12519,7 +12519,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -pidgin-birthday-reminder config.status 1.5 +pidgin-birthday-reminder config.status 1.6 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index ddd6caf..9e72576 100644 --- a/configure.in +++ b/configure.in @@ -2,13 +2,13 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(pidgin-birthday-reminder, 1.5) +AC_INIT(pidgin-birthday-reminder, 1.6) 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.5"], [Define the plugin version to be used]) +AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.6"], [Define the plugin version to be used]) AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["http://freakazoid.teamblind.de/2009/02/14/pidgin-birthday-reminder/"], [Define the plugin website to be used]) diff --git a/libtool b/libtool index 0142f42..165bbcc 100755 --- a/libtool +++ b/libtool @@ -1,8 +1,8 @@ #! /bin/bash # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (pidgin-birthday-reminder) 1.5 -# Libtool was configured on host ponyslaystation: +# Generated automatically by config.status (pidgin-birthday-reminder) 1.6 +# Libtool was configured on host midas: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, @@ -237,7 +237,7 @@ hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib /usr/lib/i486-linux-gnu" # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec="/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so " +sys_lib_dlsearch_path_spec="/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib " # Whether dlopen is supported. dlopen_support=unknown diff --git a/po/Makefile.mingw b/po/Makefile.mingw index a0743ee..fd13180 100644 --- a/po/Makefile.mingw +++ b/po/Makefile.mingw @@ -3,8 +3,8 @@ # Description: Makefile to generate mo files # -BIRTHDAY_REMINDER_TOP := .. --include $(BIRTHDAY_REMINDER_TOP)/local.mak +PLUGIN_TOP := .. +-include $(PLUGIN_TOP)/local.mak PIDGIN_TREE_TOP ?= ../../../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak diff --git a/po/de.gmo b/po/de.gmo index 457aced1bcb76501f7fa3258af497aac3c63cfbd..6846c7b9aede6b7bf69aa3de3c6240ec8c00a85a 100644 GIT binary patch delta 22 ecmeyW_El}eG;U5)T?2CkLjx$~Jl?Q+T delta 20 ccmeyW_El}eH15g!xY?MEtV}o0=f1`c09%j;$N&HU diff --git a/po/ru.gmo b/po/ru.gmo index dc902c20c74dc3df3aa66e7103b91d8de6481b0f..264f9fdeffced3357dabae4665188db51a0e1a3e 100644 GIT binary patch delta 1255 zcmX}rUr19?9Ki9j+HyM0ziEFY@3geA<>r*Fp(a@rQdAU#4-$*bKbRBT)a+&bqXbjZ z6-8oH6w;#((Hw=nL_Gv|^hYYF9tr}XKZFl~P~RV2x^VC3oOAE}o!|N0bC;aYUC|FY z=4*euGi!1RZT5$n$@Dpa^FOfz#m{0#S zO5!7!$NcIp4GB1dlG#(F2vhhH=O{qZ>lb}@QA?dsDJ$f*MWk`kgU;!RC`h6$~ zj-bT9jXQAK@H<%67br6_|+9kl$m`xRJ>+PSCGIN#qWC@hu*~95#eh zq6N3$DDJ}q-as?iNoB@y2_K=vj~6Jl2^UcQ>}8Zn*iCFzX;h&6-_6Kesvmtg97{Eq zm}=t=bFL|4Cj+vh>N)FT2P{RVns}$hYtfpzdbBowZ&2&(i39^$xT_}=2y5*j?NEE5 zwLN5y-Aj9tTJ3OpG?&xoiiK?U(n^o!tnyWQ%bgr)`~BgF<7l@(6h7&Xbanf*j@E8} zuq7Cqw~bpXy_(bQt9HkO>3z0sqsc){f1Et0&*_QeaPpEqt0(kXO`p-HlIIzuIrV?u IcLigA0qnt~!vFvP delta 1172 zcmXZbT}V@57{KxO#J}i4tz0QTR^v_#ViTT1 zexFqnG-Tl^+=NfC3}2%I=dl()Vhw&r30y>Z&$eDE)>2K_jJuF2bsVd(uQWf18|j}z zNqiE$tgmj;kbtu&nLS5}puS)u7E1jhNc^KG=4cL#{FoOp%hi?3Y zQmL=#V14zcG_Z=YgL3L8J8nfOeGIqb36u(qqa=J412}_6a30A`Rgql=>yeP^Ix?lE zQ7ZcYz4#cjQi_)}q*NbJ#{%Bglv+cnh(+2aKEwU^6Qwdfwo#7}lztCNV&_p7xP%eB zQE~y>=$G*$AGUj_zXa@MAb?XS0bcNsfbXyczhOIi$WmVHLV0fhWud#+gHKUPtg$Pp zmj=ymap5aqz!yL+2@it3CCRT6&8`zE{av8&z$6ow}Qi)Cu#BNOBQOw~T zTtcbL7+Dr^8fAfN^=ty?P`>Czlu8s(KIa-IN0r#B8KW4r8f|{ z?y&mpK27B(>|wjL=z8T02F$Q-?u~}5`xQ;55!Q`JG`O$D;Bs}xM@9pE>3DJ^5g$#Z rqxzx5(0DvKIF#1AQ^T3F$yCPrQE|^