Hello community, here is the log from the commit of package thunar-plugins checked in at Tue May 22 15:12:53 CEST 2007. -------- --- thunar-plugins/thunar-plugins.changes 2007-01-26 01:34:13.000000000 +0100 +++ /mounts/work_src_done/STABLE/thunar-plugins/thunar-plugins.changes 2007-05-22 11:35:59.000000000 +0200 @@ -1,0 +2,7 @@ +Tue May 22 11:35:26 CEST 2007 - prusnak@suse.cz + +- sync with BuildService + * updated archive plugin to 0.2.4 + * updated media-tags plugin to 0.1.2 + +------------------------------------------------------------------- Old: ---- thunar-archive-plugin-0.2.2.tar.bz2 thunar-media-tags-plugin-0.1.1.tar.bz2 New: ---- thunar-archive-plugin-0.2.4.tar.bz2 thunar-media-tags-plugin-0.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thunar-plugins.spec ++++++ --- /var/tmp/diff_new_pack.a30220/_old 2007-05-22 15:12:39.000000000 +0200 +++ /var/tmp/diff_new_pack.a30220/_new 2007-05-22 15:12:39.000000000 +0200 @@ -12,10 +12,10 @@ # nodebuginfo Name: thunar-plugins -URL: http://www.xfce.org/ BuildRequires: thunar-devel >= 0.3.0 BuildRequires: exo-devel perl-XML-Parser taglib-devel Group: System/GUI/Other +URL: http://www.xfce.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on # list of licenses of all plugins @@ -23,11 +23,10 @@ # # keep thunar version Version: 0.3 -Release: 3 +Release: 4 %define plugins thunar-archive-plugin thunar-media-tags-plugin -Source0: thunar-archive-plugin-0.2.2.tar.bz2 -Source1: thunar-media-tags-plugin-0.1.1.tar.bz2 -# +Source0: thunar-archive-plugin-0.2.4.tar.bz2 +Source1: thunar-media-tags-plugin-0.1.2.tar.bz2 Summary: Set of plugins for thunar %description @@ -40,8 +39,8 @@ Benedikt Meurer <benny@xfce.org> %package -n thunar-archive-plugin -Version: 0.2.2 -Release: 3 +Version: 0.2.4 +Release: 1 License: GNU General Public License (GPL) Group: System/GUI/Other Requires: xarchiver @@ -62,8 +61,8 @@ %package -n thunar-media-tags-plugin # # update to correct version ASAP -Version: 0.1.1 -Release: 3 +Version: 0.1.2 +Release: 1 License: GNU General Public License (GPL) Group: System/GUI/Other Summary: OGG support for Thunar. @@ -86,16 +85,15 @@ ( cd ${plugin}* %configure - %__make + make %{?jobs:-j%jobs} ) done %install -rm -rf $RPM_BUILD_ROOT for plugin in %{plugins} ; do ( cd ${plugin}* - %makeinstall + make DESTDIR="$RPM_BUILD_ROOT" install ) done @@ -115,7 +113,11 @@ %{_libdir}/thunarx-1/thunar-media-tags-plugin* %{_datadir}/locale/*/*/thunar-media-tags-plugin.mo -%changelog -n thunar-plugins +%changelog +* Tue May 22 2007 - prusnak@suse.cz +- sync with BuildService + * updated archive plugin to 0.2.4 + * updated media-tags plugin to 0.1.2 * Fri Jan 26 2007 - ro@suse.de - no main package, no debuginfo * Wed Jan 24 2007 - ro@suse.de ++++++ thunar-archive-plugin-0.2.2.tar.bz2 -> thunar-archive-plugin-0.2.4.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/aclocal.m4 new/thunar-archive-plugin-0.2.4/aclocal.m4 --- old/thunar-archive-plugin-0.2.2/aclocal.m4 2006-11-04 21:26:31.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/aclocal.m4 2007-01-20 11:44:50.000000000 +0100 @@ -7534,9 +7534,9 @@ dnl Determine additional xgettext flags AC_MSG_CHECKING([for additional xgettext flags]) if test x"$XGETTEXT_ARGS" = x""; then - XGETTEXT_ARGS="--keyword=Q_"; + XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8"; else - XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_"; + XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_ --from-code=UTF-8"; fi AC_SUBST([XGETTEXT_ARGS]) AC_MSG_RESULT([$XGETTEXT_ARGS]) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/ChangeLog new/thunar-archive-plugin-0.2.4/ChangeLog --- old/thunar-archive-plugin-0.2.2/ChangeLog 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/ChangeLog 2007-01-20 11:41:50.000000000 +0100 @@ -1,3 +1,14 @@ +2007-01-20 Benedikt Meurer <benny@xfce.org> + + * === Released 0.2.4 === + * NEWS, configure.in.in: Bump version. + * THANKS: Add missing translator credits. + * po/*.po: Update project version. + +2006-11-04 Benedikt Meurer <benny@xfce.org> + + * configure.in.in: Post-release version bump. + 2006-11-04 Benedikt Meurer <benny@xfce.org> * === Released 0.2.2 === diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/config.guess new/thunar-archive-plugin-0.2.4/config.guess --- old/thunar-archive-plugin-0.2.2/config.guess 2006-11-04 21:26:26.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/config.guess 2007-01-20 11:44:58.000000000 +0100 @@ -1,9 +1,9 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. -timestamp='2004-03-12' +timestamp='2004-09-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -203,15 +203,15 @@ amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; cats:OpenBSD:*:*) echo arm-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -227,21 +227,12 @@ mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - pegasos:OpenBSD:*:*) - echo powerpc-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; sgi:OpenBSD:*:*) - echo mipseb-unknown-openbsd${UNAME_RELEASE} + echo mips64-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -307,9 +298,6 @@ # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; - Alpha*:OpenVMS:*:*) - echo alpha-hp-vms - exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -764,7 +752,7 @@ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) - echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` @@ -787,21 +775,7 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*) - # Determine whether the default compiler uses glibc. - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include <features.h> - #if __GLIBC__ >= 2 - LIBC=gnu - #else - LIBC= - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - # GNU/KFreeBSD systems have a "k" prefix to indicate we are using - # FreeBSD's kernel, but not the complete OS. - case ${LIBC} in gnu) kernel_only='k' ;; esac - echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -850,6 +824,12 @@ cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; @@ -1096,9 +1076,9 @@ M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit 0 ;; - M68*:*:R3V[567]*:*) + M68*:*:R3V[5678]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` @@ -1196,9 +1176,10 @@ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) - case `uname -p` in + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in *86) UNAME_PROCESSOR=i686 ;; - powerpc) UNAME_PROCESSOR=powerpc ;; + unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit 0 ;; @@ -1260,6 +1241,13 @@ *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/config.sub new/thunar-archive-plugin-0.2.4/config.sub --- old/thunar-archive-plugin-0.2.2/config.sub 2006-11-04 21:26:26.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/config.sub 2007-01-20 11:44:58.000000000 +0100 @@ -1,9 +1,9 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. -timestamp='2004-03-12' +timestamp='2004-08-29' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -70,7 +70,7 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -145,7 +145,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -300,7 +300,7 @@ | avr-* \ | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | cydra-* \ + | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ @@ -326,8 +326,9 @@ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ + | mmix-* \ | msp430-* \ - | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ @@ -445,6 +446,10 @@ basic_machine=j90-cray os=-unicos ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; cr16c) basic_machine=cr16c-unknown os=-elf @@ -452,6 +457,9 @@ crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; @@ -659,10 +667,6 @@ mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -743,10 +747,6 @@ np1) basic_machine=np1-gould ;; - nv1) - basic_machine=nv1-cray - os=-unicosmp - ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -1059,6 +1059,9 @@ romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; @@ -1374,6 +1377,9 @@ *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/configure new/thunar-archive-plugin-0.2.4/configure --- old/thunar-archive-plugin-0.2.2/configure 2006-11-04 21:26:40.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/configure 2007-01-20 11:44:59.000000000 +0100 @@ -1,11 +1,11 @@ #! /bin/sh -# From configure.in Id: configure.in.in 2142 2006-11-04 20:28:29Z benny . +# From configure.in Id: configure.in.in 2437 2007-01-20 10:40:50Z benny . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for thunar-archive-plugin 0.2.2. +# Generated by GNU Autoconf 2.59 for thunar-archive-plugin 0.2.4. # # Report bugs to <thunar-dev@xfce.org>. # -# Copyright (c) 2006 +# Copyright (c) 2006-2007 # The Thunar development team. All rights reserved. # # Written for Thunar by Benedikt Meurer <benny@xfce.org>. @@ -429,8 +429,8 @@ # Identity of this package. PACKAGE_NAME='thunar-archive-plugin' PACKAGE_TARNAME='thunar-archive-plugin' -PACKAGE_VERSION='0.2.2' -PACKAGE_STRING='thunar-archive-plugin 0.2.2' +PACKAGE_VERSION='0.2.4' +PACKAGE_STRING='thunar-archive-plugin 0.2.4' PACKAGE_BUGREPORT='thunar-dev@xfce.org' # Factoring default headers for most tests. @@ -959,7 +959,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 thunar-archive-plugin 0.2.2 to adapt to many kinds of systems. +\`configure' configures thunar-archive-plugin 0.2.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1026,7 +1026,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of thunar-archive-plugin 0.2.2:";; + short | recursive ) echo "Configuration of thunar-archive-plugin 0.2.4:";; esac cat <<\_ACEOF @@ -1172,14 +1172,14 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -thunar-archive-plugin configure 0.2.2 +thunar-archive-plugin configure 0.2.4 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -Copyright (c) 2006 +Copyright (c) 2006-2007 The Thunar development team. All rights reserved. Written for Thunar by Benedikt Meurer <benny@xfce.org>. @@ -1191,7 +1191,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by thunar-archive-plugin $as_me 0.2.2, which was +It was created by thunar-archive-plugin $as_me 0.2.4, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1919,7 +1919,7 @@ # Define the identity of the package. PACKAGE='thunar-archive-plugin' - VERSION='0.2.2' + VERSION='0.2.4' cat >>confdefs.h <<_ACEOF @@ -20535,7 +20535,7 @@ - ALL_LINGUAS="ca cs de el eo eu fr hu it ja nl pl ru zh_TW" + ALL_LINGUAS="ca cs de el eo eu fr hu it ja nl pa pl pt_BR ru zh_TW" for ac_header in locale.h @@ -22022,9 +22022,9 @@ echo "$as_me:$LINENO: checking for additional xgettext flags" >&5 echo $ECHO_N "checking for additional xgettext flags... $ECHO_C" >&6 if test x"$XGETTEXT_ARGS" = x""; then - XGETTEXT_ARGS="--keyword=Q_"; + XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8"; else - XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_"; + XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_ --from-code=UTF-8"; fi echo "$as_me:$LINENO: result: $XGETTEXT_ARGS" >&5 @@ -22811,7 +22811,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by thunar-archive-plugin $as_me 0.2.2, which was +This file was extended by thunar-archive-plugin $as_me 0.2.4, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22874,7 +22874,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -thunar-archive-plugin config.status 0.2.2 +thunar-archive-plugin config.status 0.2.4 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/configure.in new/thunar-archive-plugin-0.2.4/configure.in --- old/thunar-archive-plugin-0.2.2/configure.in 2006-11-04 21:26:25.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/configure.in 2007-01-20 11:44:45.000000000 +0100 @@ -1,6 +1,6 @@ -dnl $Id: configure.in.in 2142 2006-11-04 20:28:29Z benny $ +dnl $Id: configure.in.in 2437 2007-01-20 10:40:50Z benny $ dnl -dnl Copyright (c) 2006 +dnl Copyright (c) 2006-2007 dnl The Thunar development team. All rights reserved. dnl dnl Written for Thunar by Benedikt Meurer <benny@xfce.org>. @@ -11,8 +11,8 @@ dnl *************************** m4_define([tap_version_major], [0]) m4_define([tap_version_minor], [2]) -m4_define([tap_version_micro], [2]) -m4_define([tap_version_build], [r02143]) +m4_define([tap_version_micro], [4]) +m4_define([tap_version_build], [r02439]) m4_define([tap_version_tag], []) m4_define([tap_version], [tap_version_major().tap_version_minor().tap_version_micro()ifelse(tap_version_tag(), [], [], [tap_version_tag()-tap_version_build()])]) @@ -24,14 +24,14 @@ dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2006 +AC_COPYRIGHT([Copyright (c) 2006-2007 The Thunar development team. All rights reserved. Written for Thunar by Benedikt Meurer <benny@xfce.org>.]) AC_INIT([thunar-archive-plugin], [tap_version()], [thunar-dev@xfce.org]) AC_PREREQ([2.50]) AC_CANONICAL_TARGET() -AC_REVISION([$Id: configure.in.in 2142 2006-11-04 20:28:29Z benny $]) +AC_REVISION([$Id: configure.in.in 2437 2007-01-20 10:40:50Z benny $]) dnl *************************** dnl *** Initialize automake *** @@ -63,7 +63,7 @@ dnl ****************************** dnl *** Check for i18n support *** dnl ****************************** -XDT_I18N([ca cs de el eo eu fr hu it ja nl pl ru zh_TW]) +XDT_I18N([ca cs de el eo eu fr hu it ja nl pa pl pt_BR ru zh_TW]) dnl *********************************** dnl *** Check for required packages *** diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/mkinstalldirs new/thunar-archive-plugin-0.2.4/mkinstalldirs --- old/thunar-archive-plugin-0.2.2/mkinstalldirs 2006-11-04 21:26:26.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/mkinstalldirs 2007-01-20 11:44:58.000000000 +0100 @@ -1,20 +1,32 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -# Author: Noah Friedman <friedman@prep.ai.mit.edu> + +scriptversion=2004-02-15.20 + +# Original author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 -# Public domain +# Public domain. +# +# This file is maintained in Automake, please report +# bugs to <bug-automake@gnu.org> or send patches to +# <automake-patches@gnu.org>. errstatus=0 dirmode="" usage="\ -Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." +Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... + +Create each directory DIR (with mode MODE, if specified), including all +leading file name components. + +Report bugs to <bug-automake@gnu.org>." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help - echo "$usage" 1>&2 + echo "$usage" exit 0 ;; -m) # -m PERM arg @@ -23,6 +35,10 @@ dirmode=$1 shift ;; + --version) + echo "$0 $scriptversion" + exit 0 + ;; --) # stop option processing shift break @@ -50,17 +66,37 @@ 0) exit 0 ;; esac +# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and +# mkdir -p a/c at the same time, both will detect that a is missing, +# one will create a, then the other will try to create a and die with +# a "File exists" error. This is a problem when calling mkinstalldirs +# from a parallel make. We use --version in the probe to restrict +# ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') - if mkdir -p -- . 2>/dev/null; then + if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" + else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + test -d ./-p && rmdir ./-p + test -d ./--version && rmdir ./--version fi ;; *) - if mkdir -m "$dirmode" -p -- . 2>/dev/null; then + if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && + test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" + else + # Clean up after NextStep and OpenStep mkdir. + for d in ./-m ./-p ./--version "./$dirmode"; + do + test -d $d && rmdir $d + done fi ;; esac @@ -84,17 +120,17 @@ mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then - errstatus=$lasterr + errstatus=$lasterr else - if test ! -z "$dirmode"; then + if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" - lasterr="" - chmod "$dirmode" "$pathcomp" || lasterr=$? + lasterr="" + chmod "$dirmode" "$pathcomp" || lasterr=$? - if test ! -z "$lasterr"; then - errstatus=$lasterr - fi - fi + if test ! -z "$lasterr"; then + errstatus=$lasterr + fi + fi fi fi @@ -107,5 +143,8 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" # End: -# mkinstalldirs ends here diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/NEWS new/thunar-archive-plugin-0.2.4/NEWS --- old/thunar-archive-plugin-0.2.2/NEWS 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/NEWS 2007-01-20 11:41:51.000000000 +0100 @@ -1,3 +1,9 @@ +0.2.4 +===== +- Updated translations: Carles Muñoz Gorriz (ca), Roberto Pariset (it) +- New translations: Amanpreet Singh Alam (pa), Gunther Furtado (pt_BR) + + 0.2.2 ===== - The dependency on Thunar was bumped to version 0.4.0. Files old/thunar-archive-plugin-0.2.2/po/ca.gmo and new/thunar-archive-plugin-0.2.4/po/ca.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/ca.po new/thunar-archive-plugin-0.2.4/po/ca.po --- old/thunar-archive-plugin-0.2.2/po/ca.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/ca.po 2007-01-20 11:41:50.000000000 +0100 @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-04-17 17:50+0100\n" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/ChangeLog new/thunar-archive-plugin-0.2.4/po/ChangeLog --- old/thunar-archive-plugin-0.2.2/po/ChangeLog 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/ChangeLog 2007-01-20 11:41:50.000000000 +0100 @@ -1,8 +1,39 @@ +2007-01-20 Benedikt Meurer <benny@xfce.org> + + * === Released 0.2.4 === + * *.po: Update Project-Id-Version. + +2007-01-14 Maximilian Schleiss <maxschleiss@bluewin.ch> + + * it.po: Updated the Italian translation by + Roberto Pariset <robdebian@gmail.com> + +2007-01-05 Amanpreet Singh Alam <aalam@users.sf.net> + + * pa.po: Punjabi Translation added + * LINGUAS: pa is added + +2006-12-15 Pau Rul-lan Ferragut <paurullan@bulma.net> + + * ca.po: Updated Catalan translation + by Carles Muñoz Gorriz <carlesmu@ya.com> + +2006-12-11 Maximilian Schleiss <maxschleiss@bluewin.ch> + + * ca.po: Updated the Catalan translation by + Carles Muñoz Gorriz <carlesmu@internautas.org> + +2006-11-15 Maximilian Schleiss <maxschleiss@bluewin.ch> + + * pt_BR.po: Added the Brazilian portuguese translation + by Gunther Furtado <gunzera0@yahoo.com.br> + * fr.po: Modified description text + 2006-11-04 Benedikt Meurer <benny@xfce.org> * *.po: Update Project-Id-Version. -2006-10-14 Stavros Giannouris <stavrosg2002@freemail.gr> +2006-10-14 Stavros Giannouris <stavrosg@serverhive.com> * el.po: Updated Greek translations @@ -42,7 +73,7 @@ * eu.po: Basque trasnaltion update -2006-08-04 Stavros Giannouris <stavrosg2002@freemail.gr> +2006-08-04 Stavros Giannouris <stavrosg@serverhive.com> * el.po: Updated Greek translation. @@ -93,7 +124,7 @@ 2006-04-08 Daichi Kawahata <daichi@xfce.org> * LINGUAS, el.po: Added Greek translations by Stavros Giannouris - <stavrosg2002@freemail.gr>. + <stavrosg@serverhive.com>. * LINGUAS, pl.po: Added Polish translations by Piotr Malinski <admin@rk.edu.pl>. Files old/thunar-archive-plugin-0.2.2/po/cs.gmo and new/thunar-archive-plugin-0.2.4/po/cs.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/cs.po new/thunar-archive-plugin-0.2.4/po/cs.po --- old/thunar-archive-plugin-0.2.2/po/cs.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/cs.po 2007-01-20 11:41:50.000000000 +0100 @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-09-17 09:24+0100\n" Files old/thunar-archive-plugin-0.2.2/po/de.gmo and new/thunar-archive-plugin-0.2.4/po/de.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/de.po new/thunar-archive-plugin-0.2.4/po/de.po --- old/thunar-archive-plugin-0.2.2/po/de.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/de.po 2007-01-20 11:41:50.000000000 +0100 @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-09-14 01:20+0100\n" Files old/thunar-archive-plugin-0.2.2/po/el.gmo and new/thunar-archive-plugin-0.2.4/po/el.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/el.po new/thunar-archive-plugin-0.2.4/po/el.po --- old/thunar-archive-plugin-0.2.2/po/el.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/el.po 2007-01-20 11:41:50.000000000 +0100 @@ -1,15 +1,15 @@ # Greek translations for thunar-archive-plugin package. # Copyright (C) 2006 Benedikt Meurer. # This file is distributed under the same license as the thunar-archive-plugin package. -# Stavros Giannouris <stavrosg2002@freemail.gr>, 2006. +# Stavros Giannouris <stavrosg@serverhive.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-10-14 19:03+0200\n" -"Last-Translator: Stavros Giannouris <stavrosg2002@freemail.gr>\n" +"Last-Translator: Stavros Giannouris <stavrosg@serverhive.com>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" Files old/thunar-archive-plugin-0.2.2/po/eo.gmo and new/thunar-archive-plugin-0.2.4/po/eo.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/eo.po new/thunar-archive-plugin-0.2.4/po/eo.po --- old/thunar-archive-plugin-0.2.2/po/eo.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/eo.po 2007-01-20 11:41:50.000000000 +0100 @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-07-25 12:28+0100\n" Files old/thunar-archive-plugin-0.2.2/po/eu.gmo and new/thunar-archive-plugin-0.2.4/po/eu.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/eu.po new/thunar-archive-plugin-0.2.4/po/eu.po --- old/thunar-archive-plugin-0.2.2/po/eu.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/eu.po 2007-01-20 11:41:50.000000000 +0100 @@ -7,7 +7,7 @@ # Piarres Beobide <pi@beobide.net>, 2006. msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-09-15 22:12+0200\n" Files old/thunar-archive-plugin-0.2.2/po/fr.gmo and new/thunar-archive-plugin-0.2.4/po/fr.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/fr.po new/thunar-archive-plugin-0.2.4/po/fr.po --- old/thunar-archive-plugin-0.2.2/po/fr.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/fr.po 2007-01-20 11:41:50.000000000 +0100 @@ -1,11 +1,11 @@ -# French translation for thunar-archive-plugin. -# Copyright (C) 2006 Benedikt Meurer. +# French translation of the thunar-archive-plugin package. +# Copyright (C) 2006 Benedikt Meurer <benny@xfce.org> # This file is distributed under the same license as the thunar-archive-plugin package. -# Stephane Roy <sroy@j2n.net>, 2006. +# Stéphane Roy <sroy@j2n.net>, 2006. # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-09-17 21:11+0100\n" @@ -28,7 +28,7 @@ "from the list of available applications below:" msgstr "" "Choisir le gestionnaire d'archives préféré\n" -"de la liste d'applications disponibles ci-dessous:" +"de la liste d'applications disponibles ci-dessous :" #. tell the user that we cannot handle the specified mime types #: thunar-archive-plugin/tap-backend.c:280 Files old/thunar-archive-plugin-0.2.2/po/hu.gmo and new/thunar-archive-plugin-0.2.4/po/hu.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/hu.po new/thunar-archive-plugin-0.2.4/po/hu.po --- old/thunar-archive-plugin-0.2.2/po/hu.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/hu.po 2007-01-20 11:41:50.000000000 +0100 @@ -1,11 +1,11 @@ # Hungarian translations for the thunar-archive-plugin. # Copyright (C) 2006 Benedikt Meurer <benny@xfce.org> # This file is distributed under the same license as the thunar-archive-plugin package. -# SZERVÑC Attila <sas@321.hu>, 2006. +# SZERVÁC Attila <sas@321.hu>, 2006. # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-09-27 21:11+0100\n" Files old/thunar-archive-plugin-0.2.2/po/it.gmo and new/thunar-archive-plugin-0.2.4/po/it.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/it.po new/thunar-archive-plugin-0.2.4/po/it.po --- old/thunar-archive-plugin-0.2.2/po/it.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/it.po 2007-01-20 11:41:50.000000000 +0100 @@ -1,15 +1,15 @@ -# French translation for thunar-archive-plugin. +# Italian translation of the thunar-archive-plugin package. # Copyright (C) 2006 Benedikt Meurer. # This file is distributed under the same license as the thunar-archive-plugin package. # Roberto Pariset <robdebian@gmail.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" -"PO-Revision-Date: 2006-07-25 12:28+0100\n" -"Last-Translator: Roberto Pariset <r.pariset@gmail.com>\n" +"PO-Revision-Date: 2007-01-14 18:14+0100\n" +"Last-Translator: Roberto Pariset <robdebian@gmail.com>\n" "Language-Team: Italian <traduzioni@gufi.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -80,13 +80,11 @@ #. TRANSLATORS: This is the label of the Drag'n'Drop "Extract here" action #: thunar-archive-plugin/tap-provider.c:588 -#, fuzzy msgid "_Extract here" msgstr "Estrai _qui" #: thunar-archive-plugin/tap-provider.c:595 -#, fuzzy msgid "Extract the selected archive here" msgid_plural "Extract the selected archives here" -msgstr[0] "Estrai l'archivio selezionato" -msgstr[1] "Estrai gli archivi selezionati" +msgstr[0] "Estrai qui l'archivio selezionato" +msgstr[1] "Estrai qui gli archivi selezionati" Files old/thunar-archive-plugin-0.2.2/po/ja.gmo and new/thunar-archive-plugin-0.2.4/po/ja.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/ja.po new/thunar-archive-plugin-0.2.4/po/ja.po --- old/thunar-archive-plugin-0.2.2/po/ja.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/ja.po 2007-01-20 11:41:50.000000000 +0100 @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-04-02 18:17+0900\n" Files old/thunar-archive-plugin-0.2.2/po/nl.gmo and new/thunar-archive-plugin-0.2.4/po/nl.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/nl.po new/thunar-archive-plugin-0.2.4/po/nl.po --- old/thunar-archive-plugin-0.2.2/po/nl.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/nl.po 2007-01-20 11:41:50.000000000 +0100 @@ -5,14 +5,14 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-07-20 21:18+0200\n" "Last-Translator: Stephan Arts <psybsd@gmail.com>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ASCII\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -80,13 +80,11 @@ #. TRANSLATORS: This is the label of the Drag'n'Drop "Extract here" action #: thunar-archive-plugin/tap-provider.c:588 -#, fuzzy msgid "_Extract here" msgstr "_Hier Uitpakken" #: thunar-archive-plugin/tap-provider.c:595 -#, fuzzy msgid "Extract the selected archive here" msgid_plural "Extract the selected archives here" -msgstr[0] "Pak het geselecteerde archief uit" -msgstr[1] "Pak de geselecteerde archieven uit" +msgstr[0] "Het geselecteerde archief hier uitpakken" +msgstr[1] "De geselecteerde archieven hier uitpakken" Files old/thunar-archive-plugin-0.2.2/po/pa.gmo and new/thunar-archive-plugin-0.2.4/po/pa.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/pa.po new/thunar-archive-plugin-0.2.4/po/pa.po --- old/thunar-archive-plugin-0.2.2/po/pa.po 1970-01-01 01:00:00.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/pa.po 2007-01-20 11:41:50.000000000 +0100 @@ -0,0 +1,90 @@ +# translation of pa.po to Punjabi +# Copyright (C) 2006-2007 Benedikt Meurer <benny@xfce.org>. +# This file is distributed under the same license as the thunar-archive-plugin +# package. +# +# A S Alam <aalam@users.sf.net>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-04 21:24+0100\n" +"PO-Revision-Date: 2007-01-05 21:20+0530\n" +"Last-Translator: A S Alam <aalam@users.sf.net>\n" +"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +#. prepare the dialog to query the preferred archiver for the user +#: thunar-archive-plugin/tap-backend.c:84 +msgid "Select an archive manager" +msgstr "ਇੱਕ ਆਰਚੀਵ ਮੈਨੇਜਰ ਚੁਣੋز" + +#. add the header label +#: thunar-archive-plugin/tap-backend.c:108 +msgid "" +"Please select your preferred archive manager\n" +"from the list of available applications below:" +msgstr "ਆਪਣੀ ਪਸੰਦ ਦਾ ਆਰਚੀਵ ਮੈਨੇਜਰ ਹੇਠ ਦਿੱਤੀ ਉਪਲੱਬਧ ਐਪਲੀਕੇਸ਼ਣ ਦੀ ਲਿਸਟ ਤੋਂ ਚੁਣੋ:" + +#. tell the user that we cannot handle the specified mime types +#: thunar-archive-plugin/tap-backend.c:280 +#: thunar-archive-plugin/tap-backend.c:432 +#, c-format +msgid "No suitable archive manager found" +msgstr "ਕੋਈ ਢੁੱਕਵਾਂ ਆਰਚੀਵ ਮੈਨੇਜਰ ਨਹੀਂ ਮਿਲਿਆ" + +#. execute the action +#: thunar-archive-plugin/tap-provider.c:332 +#: thunar-archive-plugin/tap-provider.c:371 +msgid "Failed to extract files" +msgstr "ਫਾਇਲਾਂ ਖੋਲ੍ਹਣ ਲਈ ਫੇਲ੍ਹ" + +#. execute the action +#: thunar-archive-plugin/tap-provider.c:409 +msgid "Failed to create archive" +msgstr "ਆਰਚੀਵ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ" + +#: thunar-archive-plugin/tap-provider.c:463 +msgid "Extract _Here" +msgstr "ਇੱਥੇ ਖੋਲ੍ਹੋ(_H)" + +#: thunar-archive-plugin/tap-provider.c:470 +msgid "Extract the selected archive in the current folder" +msgid_plural "Extract the selected archives in the current folder" +msgstr[0] "ਚੁਣੇ ਆਰਚੀਵ ਨੂੰ ਮੌਜੂਦਾ ਫੋਲਡਰ 'ਚ ਖੋਲ੍ਹੋ" +msgstr[1] "ਚੁਣੇ ਆਰਚੀਵ ਮੌਜੂਦਾ ਫੋਲਡਰ 'ਚ ਖੋਲ੍ਹੋ" + +#: thunar-archive-plugin/tap-provider.c:487 +msgid "_Extract To..." +msgstr "ਖੋਲ੍ਹੋ(_E)..." + +#: thunar-archive-plugin/tap-provider.c:495 +msgid "Extract the selected archive" +msgid_plural "Extract the selected archives" +msgstr[0] "ਚੁਣਿਆ ਆਰਚੀਵ ਖੋਲ੍ਹੋ" +msgstr[1] "ਚੁਣੇ ਆਰਚੀਵ ਖੋਲ੍ਹੋ" + +#: thunar-archive-plugin/tap-provider.c:515 +msgid "Cr_eate Archive..." +msgstr "ਆਰਚੀਵ ਬਣਾਓ(_e)..." + +#: thunar-archive-plugin/tap-provider.c:523 +msgid "Create an archive with the selected object" +msgid_plural "Create an archive with the selected objects" +msgstr[0] "ਚੁਣੇ ਆਬਜੈਕਟ ਨਾਲ ਇੱਕ ਆਰਚੀਵ ਬਣਾਓ" +msgstr[1] "ਚੁਣੇ ਆਬਜੈਕਟਾਂ ਨਾਲ ਇੱਕ ਆਰਚੀਵ ਬਣਾਓ" + +#. TRANSLATORS: This is the label of the Drag'n'Drop "Extract here" action +#: thunar-archive-plugin/tap-provider.c:588 +msgid "_Extract here" +msgstr "ਇੱਥੇ ਖੋਲ੍ਹੋ(_E)" + +#: thunar-archive-plugin/tap-provider.c:595 +msgid "Extract the selected archive here" +msgid_plural "Extract the selected archives here" +msgstr[0] "ਚੁਣਿਆ ਆਰਚੀਵ ਇੱਥੇ ਖੋਲ੍ਹੋ" +msgstr[1] "ਚੁਣੇ ਆਰਚੀਵ ਇੱਥੇ ਖੋਲ੍ਹੋ" Files old/thunar-archive-plugin-0.2.2/po/pl.gmo and new/thunar-archive-plugin-0.2.4/po/pl.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/pl.po new/thunar-archive-plugin-0.2.4/po/pl.po --- old/thunar-archive-plugin-0.2.2/po/pl.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/pl.po 2007-01-20 11:41:50.000000000 +0100 @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-04-08 12:09+0900\n" Files old/thunar-archive-plugin-0.2.2/po/pt_BR.gmo and new/thunar-archive-plugin-0.2.4/po/pt_BR.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/pt_BR.po new/thunar-archive-plugin-0.2.4/po/pt_BR.po --- old/thunar-archive-plugin-0.2.2/po/pt_BR.po 1970-01-01 01:00:00.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/pt_BR.po 2007-01-20 11:41:50.000000000 +0100 @@ -0,0 +1,95 @@ +# Brazilian portuguese translation of the thunar-archive-plugin package. +# Copyright (C) 2006 Benedikt Meurer <benny@xfce.org> +# This file is distributed under the same license as the thunar-archive-plugin package. +# Gunther Furtado <gunzera0@yahoo.com.br>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-11-04 21:24+0100\n" +"PO-Revision-Date: 2006-11-14 22:19-0300\n" +"Last-Translator: Gunther Furtado <gunzera0@yahoo.com.br>\n" +"Language-Team: Xfce-i18n <xfce-i18n@xfce.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. prepare the dialog to query the preferred archiver for the user +#: thunar-archive-plugin/tap-backend.c:84 +msgid "Select an archive manager" +msgstr "Selecionar gerenciador de arquivos compactados" + +#. add the header label +#: thunar-archive-plugin/tap-backend.c:108 +msgid "" +"Please select your preferred archive manager\n" +"from the list of available applications below:" +msgstr "" +"Por favor, selecione o gerenciador de arquivos \n" +"compactados da sua escolha da lista de \n" +"aplicativos disponíveis abaixo:" + +#. tell the user that we cannot handle the specified mime types +#: thunar-archive-plugin/tap-backend.c:280 +#: thunar-archive-plugin/tap-backend.c:432 +#, c-format +msgid "No suitable archive manager found" +msgstr "Nenhum gerenciador de arquivos compactados encontrado" + +#. execute the action +#: thunar-archive-plugin/tap-provider.c:332 +#: thunar-archive-plugin/tap-provider.c:371 +msgid "Failed to extract files" +msgstr "A extração dos arquivos falhou" + +#. execute the action +#: thunar-archive-plugin/tap-provider.c:409 +msgid "Failed to create archive" +msgstr "A criação dos arquivos compactados falhou" + +#: thunar-archive-plugin/tap-provider.c:463 +msgid "Extract _Here" +msgstr "Extrair Aqui (_H)" + +#: thunar-archive-plugin/tap-provider.c:470 +#, fuzzy +msgid "Extract the selected archive in the current folder" +msgid_plural "Extract the selected archives in the current folder" +msgstr[0] "Extrair o arquivo selecionado no diretório atual" +msgstr[1] "Extrair o arquivo selecionado no diretório atual" + +#: thunar-archive-plugin/tap-provider.c:487 +msgid "_Extract To..." +msgstr "_Extrair Para..." + +#: thunar-archive-plugin/tap-provider.c:495 +#, fuzzy +msgid "Extract the selected archive" +msgid_plural "Extract the selected archives" +msgstr[0] "Extrair o arquivo selecionado" +msgstr[1] "Extrair o arquivo selecionado" + +#: thunar-archive-plugin/tap-provider.c:515 +msgid "Cr_eate Archive..." +msgstr "Criar Arquivo... (_e)" + +#: thunar-archive-plugin/tap-provider.c:523 +#, fuzzy +msgid "Create an archive with the selected object" +msgid_plural "Create an archive with the selected objects" +msgstr[0] "Criar um arquivo com os objetos selecionados" +msgstr[1] "Criar um arquivo com os objetos selecionados" + +#. TRANSLATORS: This is the label of the Drag'n'Drop "Extract here" action +#: thunar-archive-plugin/tap-provider.c:588 +#, fuzzy +msgid "_Extract here" +msgstr "Extrair Aqui (_H)" + +#: thunar-archive-plugin/tap-provider.c:595 +#, fuzzy +msgid "Extract the selected archive here" +msgid_plural "Extract the selected archives here" +msgstr[0] "Extrair o arquivo selecionado" +msgstr[1] "Extrair o arquivo selecionado" Files old/thunar-archive-plugin-0.2.2/po/ru.gmo and new/thunar-archive-plugin-0.2.4/po/ru.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/ru.po new/thunar-archive-plugin-0.2.4/po/ru.po --- old/thunar-archive-plugin-0.2.2/po/ru.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/ru.po 2007-01-20 11:41:50.000000000 +0100 @@ -5,7 +5,7 @@ # Andrey Fedoseev <andrey.fedoseev@gmail.com>, 2006. msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-03-26 22:00+0600\n" Files old/thunar-archive-plugin-0.2.2/po/zh_TW.gmo and new/thunar-archive-plugin-0.2.4/po/zh_TW.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/po/zh_TW.po new/thunar-archive-plugin-0.2.4/po/zh_TW.po --- old/thunar-archive-plugin-0.2.2/po/zh_TW.po 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/po/zh_TW.po 2007-01-20 11:41:50.000000000 +0100 @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: thunar-archive-plugin 0.2.2\n" +"Project-Id-Version: thunar-archive-plugin 0.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-11-04 21:24+0100\n" "PO-Revision-Date: 2006-08-12 11:00+0800\n" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/thunar-archive-plugin-0.2.2/THANKS new/thunar-archive-plugin-0.2.4/THANKS --- old/thunar-archive-plugin-0.2.2/THANKS 2006-11-04 21:25:54.000000000 +0100 +++ new/thunar-archive-plugin-0.2.4/THANKS 2007-01-20 11:41:50.000000000 +0100 @@ -49,9 +49,15 @@ Stephan Arts <psybsd@gmail.com> * nl translations + Amanpreet Singh Alam <aalam@users.sf.net> + * pa translations + Piotr Malinski <admin@rk.edu.pl> * pl translations + Gunther Furtado <gunzera0@yahoo.com.br> + * pt_BR translations + Andrey Fedoseev <andrey.fedoseev@gmail.com> * ru translations ++++++ thunar-media-tags-plugin-0.1.1.tar.bz2 -> thunar-media-tags-plugin-0.1.2.tar.bz2 ++++++ ++++ 19503 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de