diff -Nru xfce4-clipman-plugin-1.4.0/aclocal.m4 xfce4-clipman-plugin-1.4.1/aclocal.m4 --- xfce4-clipman-plugin-1.4.0/aclocal.m4 2016-09-15 08:18:25.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/aclocal.m4 2016-11-28 21:50:11.000000000 +0000 @@ -1371,7 +1371,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. @@ -9696,8 +9695,8 @@ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software +dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff -Nru xfce4-clipman-plugin-1.4.0/AUTHORS xfce4-clipman-plugin-1.4.1/AUTHORS --- xfce4-clipman-plugin-1.4.0/AUTHORS 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/AUTHORS 2016-11-05 22:03:58.000000000 +0000 @@ -1,3 +1,4 @@ +Simon Steinbeiss Mike Massonnet Nick Schermer Eduard Roccatello diff -Nru xfce4-clipman-plugin-1.4.0/config.guess xfce4-clipman-plugin-1.4.1/config.guess --- xfce4-clipman-plugin-1.4.0/config.guess 2016-09-15 08:18:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/config.guess 2016-11-28 21:50:12.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2015 Free Software Foundation, Inc. +# Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2015-08-20' +timestamp='2016-04-02' # 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 @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2015 Free Software Foundation, Inc. +Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -237,6 +237,10 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -268,42 +272,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; + UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; + UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; + UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; + UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; + UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; + UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; + UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; + UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; + UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -376,16 +380,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH="i386" + SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH="x86_64" + SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -410,7 +414,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -635,13 +639,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 + 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; - '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + 32) HP_ARCH=hppa2.0n ;; + 64) HP_ARCH=hppa2.0w ;; + '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi @@ -680,11 +684,11 @@ exit (0); } EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = "hppa2.0w" ] + if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build @@ -697,12 +701,12 @@ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH="hppa2.0w" + HP_ARCH=hppa2.0w else - HP_ARCH="hppa64" + HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -807,14 +811,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -896,7 +900,7 @@ exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix @@ -919,7 +923,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -965,6 +969,9 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; + k1om:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -1120,7 +1127,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configury will decide that + # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1269,6 +1276,9 @@ SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; + SX-ACE:SUPER-UX:*:*) + echo sxace-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1282,9 +1292,9 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in @@ -1306,7 +1316,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then + if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1337,7 +1347,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = "386"; then + if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1379,7 +1389,7 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos @@ -1390,6 +1400,9 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs + exit ;; esac cat >&2 <. # @@ -594,8 +594,8 @@ # Identity of this package. PACKAGE_NAME='Clipman' PACKAGE_TARNAME='xfce4-clipman-plugin' -PACKAGE_VERSION='1.4.0' -PACKAGE_STRING='Clipman 1.4.0' +PACKAGE_VERSION='1.4.1' +PACKAGE_STRING='Clipman 1.4.1' PACKAGE_BUGREPORT='http://bugzilla.xfce.org/' PACKAGE_URL='http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin' @@ -1450,7 +1450,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 Clipman 1.4.0 to adapt to many kinds of systems. +\`configure' configures Clipman 1.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1527,7 +1527,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Clipman 1.4.0:";; + short | recursive ) echo "Configuration of Clipman 1.4.1:";; esac cat <<\_ACEOF @@ -1658,7 +1658,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Clipman configure 1.4.0 +Clipman configure 1.4.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2030,7 +2030,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Clipman $as_me 1.4.0, which was +It was created by Clipman $as_me 1.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3008,7 +3008,7 @@ # Define the identity of the package. PACKAGE='xfce4-clipman-plugin' - VERSION='1.4.0' + VERSION='1.4.1' cat >>confdefs.h <<_ACEOF @@ -17518,7 +17518,7 @@ fi -ac_config_files="$ac_config_files Makefile data/Makefile data/appdata/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/scalable/Makefile x11-clipboard-manager/Makefile panel-plugin/Makefile tests/Makefile po/Makefile.in" +ac_config_files="$ac_config_files Makefile data/Makefile data/appdata/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/64x64/Makefile data/icons/scalable/Makefile x11-clipboard-manager/Makefile panel-plugin/Makefile tests/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -18066,7 +18066,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Clipman $as_me 1.4.0, which was +This file was extended by Clipman $as_me 1.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18133,7 +18133,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Clipman config.status 1.4.0 +Clipman config.status 1.4.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -18555,9 +18555,10 @@ "data/appdata/Makefile") CONFIG_FILES="$CONFIG_FILES data/appdata/Makefile" ;; "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;; "data/icons/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/16x16/Makefile" ;; - "data/icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/22x22/Makefile" ;; "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;; "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;; + "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;; + "data/icons/64x64/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/64x64/Makefile" ;; "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;; "x11-clipboard-manager/Makefile") CONFIG_FILES="$CONFIG_FILES x11-clipboard-manager/Makefile" ;; "panel-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES panel-plugin/Makefile" ;; @@ -19267,7 +19268,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -Nru xfce4-clipman-plugin-1.4.0/configure.ac xfce4-clipman-plugin-1.4.1/configure.ac --- xfce4-clipman-plugin-1.4.0/configure.ac 2016-09-15 08:18:22.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/configure.ac 2016-11-28 21:50:08.000000000 +0000 @@ -16,8 +16,8 @@ dnl *************************** m4_define([project_version_major], [1]) m4_define([project_version_minor], [4]) -m4_define([project_version_micro], [0]) -m4_define([project_version_build], [3abeb00]) +m4_define([project_version_micro], [1]) +m4_define([project_version_build], [a50a796]) m4_define([project_version_tag], []) # leave empty for release m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])]) @@ -105,9 +105,10 @@ data/appdata/Makefile data/icons/Makefile data/icons/16x16/Makefile -data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile +data/icons/48x48/Makefile +data/icons/64x64/Makefile data/icons/scalable/Makefile x11-clipboard-manager/Makefile panel-plugin/Makefile diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/16x16/clipman-symbolic.svg xfce4-clipman-plugin-1.4.1/data/icons/16x16/clipman-symbolic.svg --- xfce4-clipman-plugin-1.4.0/data/icons/16x16/clipman-symbolic.svg 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/16x16/clipman-symbolic.svg 2016-05-19 18:05:51.000000000 +0000 @@ -0,0 +1,37 @@ + + + + + + + + image/svg+xml + + elementary Symbolic Icon Theme + + + + + + + + elementary Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/16x16/Makefile.am xfce4-clipman-plugin-1.4.1/data/icons/16x16/Makefile.am --- xfce4-clipman-plugin-1.4.0/data/icons/16x16/Makefile.am 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/16x16/Makefile.am 2016-11-12 23:50:58.000000000 +0000 @@ -1,3 +1,5 @@ iconsdir = $(datadir)/icons/hicolor/16x16/apps -icons_DATA = xfce4-clipman-plugin.png +icons_DATA = \ + clipman-symbolic.svg \ + xfce4-clipman-plugin.png EXTRA_DIST = $(icons_DATA) diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/16x16/Makefile.in xfce4-clipman-plugin-1.4.1/data/icons/16x16/Makefile.in --- xfce4-clipman-plugin-1.4.0/data/icons/16x16/Makefile.in 2016-09-15 08:18:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/16x16/Makefile.in 2016-11-28 21:50:12.000000000 +0000 @@ -357,7 +357,10 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ iconsdir = $(datadir)/icons/hicolor/16x16/apps -icons_DATA = xfce4-clipman-plugin.png +icons_DATA = \ + clipman-symbolic.svg \ + xfce4-clipman-plugin.png + EXTRA_DIST = $(icons_DATA) all: all-am Binary files /tmp/tmpGWQvo1/307KAIJKXA/xfce4-clipman-plugin-1.4.0/data/icons/16x16/xfce4-clipman-plugin.png and /tmp/tmpGWQvo1/J1TvPzi4gs/xfce4-clipman-plugin-1.4.1/data/icons/16x16/xfce4-clipman-plugin.png differ diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/22x22/Makefile.am xfce4-clipman-plugin-1.4.1/data/icons/22x22/Makefile.am --- xfce4-clipman-plugin-1.4.0/data/icons/22x22/Makefile.am 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/22x22/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -iconsdir = $(datadir)/icons/hicolor/22x22/apps -icons_DATA = xfce4-clipman-plugin.png -EXTRA_DIST = $(icons_DATA) diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/22x22/Makefile.in xfce4-clipman-plugin-1.4.1/data/icons/22x22/Makefile.in --- xfce4-clipman-plugin-1.4.0/data/icons/22x22/Makefile.in 2016-09-15 08:18:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/22x22/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,580 +0,0 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994-2014 Free Software Foundation, Inc. - -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ -} -am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -target_triplet = @target@ -subdir = data/icons/22x22 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_@AM_V@) -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } -am__installdirs = "$(DESTDIR)$(iconsdir)" -DATA = $(icons_DATA) -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GDKX_CFLAGS = @GDKX_CFLAGS@ -GDKX_LIBS = @GDKX_LIBS@ -GDKX_REQUIRED_VERSION = @GDKX_REQUIRED_VERSION@ -GDKX_VERSION = @GDKX_VERSION@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ -GLIB_CFLAGS = @GLIB_CFLAGS@ -GLIB_LIBS = @GLIB_LIBS@ -GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ -GLIB_VERSION = @GLIB_VERSION@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -GTK_CFLAGS = @GTK_CFLAGS@ -GTK_LIBS = @GTK_LIBS@ -GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ -GTK_VERSION = @GTK_VERSION@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ -LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ -LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ -LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ -LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@ -LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@ -LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@ -LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ -LIBXPROTO_CFLAGS = @LIBXPROTO_CFLAGS@ -LIBXPROTO_LIBS = @LIBXPROTO_LIBS@ -LIBXPROTO_REQUIRED_VERSION = @LIBXPROTO_REQUIRED_VERSION@ -LIBXPROTO_VERSION = @LIBXPROTO_VERSION@ -LIBXTST_CFLAGS = @LIBXTST_CFLAGS@ -LIBXTST_LIBS = @LIBXTST_LIBS@ -LIBXTST_REQUIRED_VERSION = @LIBXTST_REQUIRED_VERSION@ -LIBXTST_VERSION = @LIBXTST_VERSION@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ -MAINT = @MAINT@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -QRENCODE_CFLAGS = @QRENCODE_CFLAGS@ -QRENCODE_LIBS = @QRENCODE_LIBS@ -QRENCODE_REQUIRED_VERSION = @QRENCODE_REQUIRED_VERSION@ -QRENCODE_VERSION = @QRENCODE_VERSION@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCONF_CFLAGS = @XFCONF_CFLAGS@ -XFCONF_LIBS = @XFCONF_LIBS@ -XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@ -XFCONF_VERSION = @XFCONF_VERSION@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_ARGS = @XGETTEXT_ARGS@ -XMKMF = @XMKMF@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -runstatedir = @runstatedir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target = @target@ -target_alias = @target_alias@ -target_cpu = @target_cpu@ -target_os = @target_os@ -target_vendor = @target_vendor@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -iconsdir = $(datadir)/icons/hicolor/22x22/apps -icons_DATA = xfce4-clipman-plugin.png -EXTRA_DIST = $(icons_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/22x22/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu data/icons/22x22/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-iconsDATA: $(icons_DATA) - @$(NORMAL_INSTALL) - @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \ - fi; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \ - done - -uninstall-iconsDATA: - @$(NORMAL_UNINSTALL) - @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir) -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - for dir in "$(DESTDIR)$(iconsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-iconsDATA - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-iconsDATA - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - cscopelist-am ctags-am distclean distclean-generic \ - distclean-libtool distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-iconsDATA install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA - -.PRECIOUS: Makefile - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: Binary files /tmp/tmpGWQvo1/307KAIJKXA/xfce4-clipman-plugin-1.4.0/data/icons/22x22/xfce4-clipman-plugin.png and /tmp/tmpGWQvo1/J1TvPzi4gs/xfce4-clipman-plugin-1.4.1/data/icons/22x22/xfce4-clipman-plugin.png differ Binary files /tmp/tmpGWQvo1/307KAIJKXA/xfce4-clipman-plugin-1.4.0/data/icons/24x24/xfce4-clipman-plugin.png and /tmp/tmpGWQvo1/J1TvPzi4gs/xfce4-clipman-plugin-1.4.1/data/icons/24x24/xfce4-clipman-plugin.png differ Binary files /tmp/tmpGWQvo1/307KAIJKXA/xfce4-clipman-plugin-1.4.0/data/icons/32x32/xfce4-clipman-plugin.png and /tmp/tmpGWQvo1/J1TvPzi4gs/xfce4-clipman-plugin-1.4.1/data/icons/32x32/xfce4-clipman-plugin.png differ diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/48x48/Makefile.am xfce4-clipman-plugin-1.4.1/data/icons/48x48/Makefile.am --- xfce4-clipman-plugin-1.4.0/data/icons/48x48/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/48x48/Makefile.am 2016-11-23 23:26:20.000000000 +0000 @@ -0,0 +1,3 @@ +iconsdir = $(datadir)/icons/hicolor/48x48/apps +icons_DATA = xfce4-clipman-plugin.png +EXTRA_DIST = $(icons_DATA) diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/48x48/Makefile.in xfce4-clipman-plugin-1.4.1/data/icons/48x48/Makefile.in --- xfce4-clipman-plugin-1.4.0/data/icons/48x48/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/48x48/Makefile.in 2016-11-28 21:50:12.000000000 +0000 @@ -0,0 +1,580 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = data/icons/48x48 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(iconsdir)" +DATA = $(icons_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GDKX_CFLAGS = @GDKX_CFLAGS@ +GDKX_LIBS = @GDKX_LIBS@ +GDKX_REQUIRED_VERSION = @GDKX_REQUIRED_VERSION@ +GDKX_VERSION = @GDKX_VERSION@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GIO_CFLAGS = @GIO_CFLAGS@ +GIO_LIBS = @GIO_LIBS@ +GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ +GIO_VERSION = @GIO_VERSION@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBX11_CFLAGS = @LIBX11_CFLAGS@ +LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ +LIBX11_LIBS = @LIBX11_LIBS@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@ +LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@ +LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@ +LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXPROTO_CFLAGS = @LIBXPROTO_CFLAGS@ +LIBXPROTO_LIBS = @LIBXPROTO_LIBS@ +LIBXPROTO_REQUIRED_VERSION = @LIBXPROTO_REQUIRED_VERSION@ +LIBXPROTO_VERSION = @LIBXPROTO_VERSION@ +LIBXTST_CFLAGS = @LIBXTST_CFLAGS@ +LIBXTST_LIBS = @LIBXTST_LIBS@ +LIBXTST_REQUIRED_VERSION = @LIBXTST_REQUIRED_VERSION@ +LIBXTST_VERSION = @LIBXTST_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +QRENCODE_CFLAGS = @QRENCODE_CFLAGS@ +QRENCODE_LIBS = @QRENCODE_LIBS@ +QRENCODE_REQUIRED_VERSION = @QRENCODE_REQUIRED_VERSION@ +QRENCODE_VERSION = @QRENCODE_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XFCONF_CFLAGS = @XFCONF_CFLAGS@ +XFCONF_LIBS = @XFCONF_LIBS@ +XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@ +XFCONF_VERSION = @XFCONF_VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +iconsdir = $(datadir)/icons/hicolor/48x48/apps +icons_DATA = xfce4-clipman-plugin.png +EXTRA_DIST = $(icons_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/48x48/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu data/icons/48x48/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-iconsDATA: $(icons_DATA) + @$(NORMAL_INSTALL) + @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \ + done + +uninstall-iconsDATA: + @$(NORMAL_UNINSTALL) + @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(iconsdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-iconsDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-iconsDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-iconsDATA install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmpGWQvo1/307KAIJKXA/xfce4-clipman-plugin-1.4.0/data/icons/48x48/xfce4-clipman-plugin.png and /tmp/tmpGWQvo1/J1TvPzi4gs/xfce4-clipman-plugin-1.4.1/data/icons/48x48/xfce4-clipman-plugin.png differ diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/64x64/Makefile.am xfce4-clipman-plugin-1.4.1/data/icons/64x64/Makefile.am --- xfce4-clipman-plugin-1.4.0/data/icons/64x64/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/64x64/Makefile.am 2016-11-23 23:28:16.000000000 +0000 @@ -0,0 +1,3 @@ +iconsdir = $(datadir)/icons/hicolor/64x64/apps +icons_DATA = xfce4-clipman-plugin.png +EXTRA_DIST = $(icons_DATA) diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/64x64/Makefile.in xfce4-clipman-plugin-1.4.1/data/icons/64x64/Makefile.in --- xfce4-clipman-plugin-1.4.0/data/icons/64x64/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/64x64/Makefile.in 2016-11-28 21:50:12.000000000 +0000 @@ -0,0 +1,580 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = data/icons/64x64 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(iconsdir)" +DATA = $(icons_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GDKX_CFLAGS = @GDKX_CFLAGS@ +GDKX_LIBS = @GDKX_LIBS@ +GDKX_REQUIRED_VERSION = @GDKX_REQUIRED_VERSION@ +GDKX_VERSION = @GDKX_VERSION@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GIO_CFLAGS = @GIO_CFLAGS@ +GIO_LIBS = @GIO_LIBS@ +GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ +GIO_VERSION = @GIO_VERSION@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBX11_CFLAGS = @LIBX11_CFLAGS@ +LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ +LIBX11_LIBS = @LIBX11_LIBS@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@ +LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@ +LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@ +LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXPROTO_CFLAGS = @LIBXPROTO_CFLAGS@ +LIBXPROTO_LIBS = @LIBXPROTO_LIBS@ +LIBXPROTO_REQUIRED_VERSION = @LIBXPROTO_REQUIRED_VERSION@ +LIBXPROTO_VERSION = @LIBXPROTO_VERSION@ +LIBXTST_CFLAGS = @LIBXTST_CFLAGS@ +LIBXTST_LIBS = @LIBXTST_LIBS@ +LIBXTST_REQUIRED_VERSION = @LIBXTST_REQUIRED_VERSION@ +LIBXTST_VERSION = @LIBXTST_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +QRENCODE_CFLAGS = @QRENCODE_CFLAGS@ +QRENCODE_LIBS = @QRENCODE_LIBS@ +QRENCODE_REQUIRED_VERSION = @QRENCODE_REQUIRED_VERSION@ +QRENCODE_VERSION = @QRENCODE_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XFCONF_CFLAGS = @XFCONF_CFLAGS@ +XFCONF_LIBS = @XFCONF_LIBS@ +XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@ +XFCONF_VERSION = @XFCONF_VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +iconsdir = $(datadir)/icons/hicolor/64x64/apps +icons_DATA = xfce4-clipman-plugin.png +EXTRA_DIST = $(icons_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/64x64/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu data/icons/64x64/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-iconsDATA: $(icons_DATA) + @$(NORMAL_INSTALL) + @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \ + done + +uninstall-iconsDATA: + @$(NORMAL_UNINSTALL) + @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(iconsdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-iconsDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-iconsDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-iconsDATA install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/tmpGWQvo1/307KAIJKXA/xfce4-clipman-plugin-1.4.0/data/icons/64x64/xfce4-clipman-plugin.png and /tmp/tmpGWQvo1/J1TvPzi4gs/xfce4-clipman-plugin-1.4.1/data/icons/64x64/xfce4-clipman-plugin.png differ diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/Makefile.am xfce4-clipman-plugin-1.4.1/data/icons/Makefile.am --- xfce4-clipman-plugin-1.4.0/data/icons/Makefile.am 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/Makefile.am 2016-11-26 19:08:48.000000000 +0000 @@ -1,4 +1,4 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 scalable +SUBDIRS = 16x16 24x24 32x32 48x48 64x64 scalable gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/Makefile.in xfce4-clipman-plugin-1.4.1/data/icons/Makefile.in --- xfce4-clipman-plugin-1.4.0/data/icons/Makefile.in 2016-09-15 08:18:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/Makefile.in 2016-11-28 21:50:12.000000000 +0000 @@ -386,7 +386,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = 16x16 22x22 24x24 32x32 scalable +SUBDIRS = 16x16 24x24 32x32 48x48 64x64 scalable gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor all: all-recursive diff -Nru xfce4-clipman-plugin-1.4.0/data/icons/scalable/xfce4-clipman-plugin.svg xfce4-clipman-plugin-1.4.1/data/icons/scalable/xfce4-clipman-plugin.svg --- xfce4-clipman-plugin-1.4.0/data/icons/scalable/xfce4-clipman-plugin.svg 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/data/icons/scalable/xfce4-clipman-plugin.svg 2016-11-23 23:23:56.000000000 +0000 @@ -1,5 +1,6 @@ + + + + + + + + + + gradientTransform="matrix(0.09006343,0,0,0.09006343,-14.782977,-13.912649)" /> + gradientTransform="matrix(0.09006343,0,0,0.09006343,14.782977,-13.912649)" /> - + gradientTransform="matrix(0.1452117,0,0,0.15777408,18.587499,-52.563664)" + x1="-500.1727" + y1="543.138" + x2="-500.1727" + y2="-75.649216" /> + xlink:href="#linearGradient3378" + id="radialGradient3376" + cx="-24.376766" + cy="-3.467561" + fx="-24.376766" + fy="-3.467561" + r="15" + gradientTransform="matrix(-1.5064541e-7,4.3927929,-3.4873564,-1.2276883e-7,-44.46939,82.469423)" + gradientUnits="userSpaceOnUse" /> + xlink:href="#linearGradient3409" + id="linearGradient3398" + x1="26.61915" + y1="17.774591" + x2="31.61915" + y2="23.774591" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6305107,0,0,1.6305107,-6.7949108,-16.25922)" /> + + + + inkscape:window-width="1920" + inkscape:window-height="1029" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:snap-bbox="true"> + + @@ -386,6 +418,7 @@ image/svg+xml + @@ -393,92 +426,250 @@ inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1" - transform="translate(-0.3767654,-0.3484959)"> + transform="translate(-0.3767654,27.09914)"> + id="g3272" + transform="matrix(1.5000001,0,0,1,6.3116179,-0.99999936)"> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + d="m 27.933196,32.651672 c 0,0 0,4.249099 0,4.249099 2.251723,0.008 5.443569,-0.952008 5.443568,-2.124823 0,-1.172816 -2.512753,-2.124275 -5.443568,-2.124276 z" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> - - - - - - - - - - - - - + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru xfce4-clipman-plugin-1.4.0/debian/changelog xfce4-clipman-plugin-1.4.1/debian/changelog --- xfce4-clipman-plugin-1.4.0/debian/changelog 2016-11-20 12:46:32.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/debian/changelog 2016-11-29 20:02:02.000000000 +0000 @@ -1,3 +1,9 @@ +xfce4-clipman-plugin (2:1.4.1-1) unstable; urgency=medium + + * New upstream release. + + -- Yves-Alexis Perez Tue, 29 Nov 2016 21:02:02 +0100 + xfce4-clipman-plugin (2:1.4.0-2) unstable; urgency=medium * debian/control: diff -Nru xfce4-clipman-plugin-1.4.0/ltmain.sh xfce4-clipman-plugin-1.4.1/ltmain.sh --- xfce4-clipman-plugin-1.4.0/ltmain.sh 2016-09-15 08:18:23.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/ltmain.sh 2016-11-28 21:50:09.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-0.1" +VERSION="2.4.6 Debian-2.4.6-1" package_revision=2.4.6 @@ -1977,7 +1977,7 @@ # End: # Set a version string. -scriptversion='(GNU libtool) 2.4.6' +scriptversion='(GNU libtool) 2.4.6 Debian-2.4.6-1' # func_echo ARG... @@ -2068,7 +2068,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname (GNU libtool) 2.4.6 + version: $progname $scriptversion automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` diff -Nru xfce4-clipman-plugin-1.4.0/NEWS xfce4-clipman-plugin-1.4.1/NEWS --- xfce4-clipman-plugin-1.4.0/NEWS 2016-09-15 08:15:39.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/NEWS 2016-11-28 20:26:44.000000000 +0000 @@ -1,3 +1,16 @@ +Version 1.4.1 - 2016-11-28 + +- New application icon +- Improve clipman panel plugin icon sizing (Bug #12854) +- Add a non-symbolic fallback icon +- Adjust menu geometry to fit all elements (Bug #12865) +- Avoid 'bad symlink' warning. (Bug #12850) +- Fix tooltip of show QR code (Bug #12752) +- Translation updates: Chinese (China), Chinese (Taiwan), Croatian, Dutch + (Flemish), English (Australia), French, German, Hebrew, Icelandic, Japanese, + Korean, Lithuanian, Malay, Occitan, Polish, Portuguese, Portuguese (Brazilian), + Slovak, Spanish, Swedish, Ukrainia + Version 1.4.0 - 2016-09-15 - Port to Gtk3 diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/main-panel-plugin.c xfce4-clipman-plugin-1.4.1/panel-plugin/main-panel-plugin.c --- xfce4-clipman-plugin-1.4.0/panel-plugin/main-panel-plugin.c 2016-05-31 20:33:56.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/main-panel-plugin.c 2016-11-13 00:14:10.000000000 +0000 @@ -64,6 +64,7 @@ MyPlugin *plugin = plugin_register (); GtkIconTheme *icon_theme = gtk_icon_theme_get_default (); GtkWidget *mi = NULL; + GtkCssProvider *css_provider; /* Menu Position Func */ plugin->menu_position_func = (GtkMenuPositionFunc)my_plugin_position_menu; @@ -75,15 +76,29 @@ /* Panel Button */ plugin->button = xfce_panel_create_toggle_button (); if (gtk_icon_theme_has_icon (icon_theme, "clipman-symbolic")) - { plugin->image = gtk_image_new_from_icon_name ("clipman-symbolic", GTK_ICON_SIZE_MENU); - } - else - { + else if (gtk_icon_theme_has_icon (icon_theme, "edit-paste-symbolic")) plugin->image = gtk_image_new_from_icon_name ("edit-paste-symbolic", GTK_ICON_SIZE_MENU); - } + else + plugin->image = gtk_image_new_from_icon_name ("edit-paste", GTK_ICON_SIZE_MENU); gtk_container_add (GTK_CONTAINER (plugin->button), plugin->image); gtk_container_add (GTK_CONTAINER (panel_plugin), plugin->button); + gtk_widget_set_name (GTK_WIDGET (plugin->button), "xfce4-clipman-plugin"); + + /* Sane default Gtk style */ + css_provider = gtk_css_provider_new (); + gtk_css_provider_load_from_data (css_provider, + "#xfce4-clipman-plugin {" + "-GtkWidget-focus-padding: 0;" + "-GtkWidget-focus-line-width: 0;" + "-GtkButton-default-border: 0;" + "-GtkButton-inner-border: 0;" + "padding: 1px;" + "border-width: 1px;}", + -1, NULL); + gtk_style_context_add_provider (GTK_STYLE_CONTEXT (gtk_widget_get_style_context (GTK_WIDGET (plugin->button))), + GTK_STYLE_PROVIDER (css_provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); + xfce_panel_plugin_set_small (panel_plugin, TRUE); @@ -120,9 +135,39 @@ plugin_set_size (MyPlugin *plugin, gint size) { + GtkStyleContext *context; + GtkBorder padding, border; + gint width, icon_width; + gint xthickness; + gint ythickness; + size /= xfce_panel_plugin_get_nrows (plugin->panel_plugin); gtk_widget_set_size_request(GTK_WIDGET(plugin->button), size, size); + + /* Calculate the size of the widget because the theme can override it */ + context = gtk_widget_get_style_context (GTK_WIDGET (plugin->button)); + gtk_style_context_get_padding (context, gtk_widget_get_state_flags (GTK_WIDGET (plugin->button)), &padding); + gtk_style_context_get_border (context, gtk_widget_get_state_flags (GTK_WIDGET (plugin->button)), &border); + xthickness = padding.left + padding.right + border.left + border.right; + ythickness = padding.top + padding.bottom + border.top + border.bottom; + + /* Calculate the size of the space left for the icon */ + width = size - 2 * MAX (xthickness, ythickness); + + /* Since symbolic icons are usually only provided in 16px we + * try to be clever and use size steps */ + if (width <= 21) + icon_width = 16; + else if (width >=22 && width <= 29) + icon_width = 24; + else if (width >= 30 && width <= 40) + icon_width = 32; + else + icon_width = width; + /* Adjust icon-size to panel size */ + gtk_image_set_pixel_size (GTK_IMAGE (plugin->image), icon_width); + return TRUE; } diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/Makefile.am xfce4-clipman-plugin-1.4.1/panel-plugin/Makefile.am --- xfce4-clipman-plugin-1.4.0/panel-plugin/Makefile.am 2016-09-15 08:09:41.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/Makefile.am 2016-09-15 15:00:16.000000000 +0000 @@ -221,5 +221,6 @@ $(NULL) install-exec-hook: - $(LN_S) -f $(exec_prefix)/bin/xfce4-popup-clipman $(DESTDIR)$(exec_prefix)/bin/xfce4-popup-clipman-actions + cd $(DESTDIR)$(exec_prefix)/bin && \ + $(LN_S) xfce4-popup-clipman xfce4-popup-clipman-actions diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/Makefile.in xfce4-clipman-plugin-1.4.1/panel-plugin/Makefile.in --- xfce4-clipman-plugin-1.4.0/panel-plugin/Makefile.in 2016-09-15 08:18:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/Makefile.in 2016-11-28 21:50:12.000000000 +0000 @@ -1326,7 +1326,8 @@ @INTLTOOL_DESKTOP_RULE@ install-exec-hook: - $(LN_S) -f $(exec_prefix)/bin/xfce4-popup-clipman $(DESTDIR)$(exec_prefix)/bin/xfce4-popup-clipman-actions + cd $(DESTDIR)$(exec_prefix)/bin && \ + $(LN_S) xfce4-popup-clipman xfce4-popup-clipman-actions # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/menu.c xfce4-clipman-plugin-1.4.1/panel-plugin/menu.c --- xfce4-clipman-plugin-1.4.0/panel-plugin/menu.c 2016-06-01 20:53:06.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/menu.c 2016-11-12 23:22:56.000000000 +0000 @@ -271,6 +271,16 @@ */ static void +_clipman_menu_adjust_geometry (ClipmanMenu *menu) +{ + GtkAllocation allocation = {}; + + gtk_widget_get_preferred_width (GTK_WIDGET (menu), NULL, &allocation.width); + gtk_widget_get_preferred_height (GTK_WIDGET (menu), NULL, &allocation.height); + gtk_widget_size_allocate (GTK_WIDGET (menu), &allocation); +} + +static void _clipman_menu_update_list (ClipmanMenu *menu) { GtkWidget *mi, *image; @@ -382,6 +392,8 @@ /* Set the clear history item insensitive */ gtk_widget_set_sensitive (menu->priv->mi_clear_history, FALSE); } + + _clipman_menu_adjust_geometry(menu); } static void diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/plugin.c xfce4-clipman-plugin-1.4.1/panel-plugin/plugin.c --- xfce4-clipman-plugin-1.4.0/panel-plugin/plugin.c 2016-09-15 08:09:41.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/plugin.c 2016-11-05 21:42:10.000000000 +0000 @@ -300,7 +300,8 @@ void plugin_about (MyPlugin *plugin) { - const gchar *authors[] = { "(c) 2008-2014 Mike Massonnet", + const gchar *authors[] = { "(c) 2014-2016 Simon Steinbeiss", + "(c) 2008-2014 Mike Massonnet", "(c) 2005-2006 Nick Schermer", "(c) 2003 Eduard Roccatello", "", @@ -320,7 +321,7 @@ "logo-icon-name", "xfce4-clipman-plugin", "comments", _("Clipboard Manager for Xfce"), "version", PACKAGE_VERSION, - "copyright", "Copyright © 2003-2014 The Xfce development team", + "copyright", "Copyright © 2003-2016 The Xfce development team", "license", license, "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin", "website-label", "goodies.xfce.org", diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/settings-dialog.ui xfce4-clipman-plugin-1.4.1/panel-plugin/settings-dialog.ui --- xfce4-clipman-plugin-1.4.0/panel-plugin/settings-dialog.ui 2016-06-02 06:30:12.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/settings-dialog.ui 2016-09-15 15:59:34.000000000 +0000 @@ -615,7 +615,7 @@ True False True - If checked, the menu shows a QR-Code of the corrently selected clipboard entry + If checked, the menu shows a QR-Code of the currently selected clipboard entry True 0 True diff -Nru xfce4-clipman-plugin-1.4.0/panel-plugin/settings-dialog_ui.h xfce4-clipman-plugin-1.4.1/panel-plugin/settings-dialog_ui.h --- xfce4-clipman-plugin-1.4.0/panel-plugin/settings-dialog_ui.h 2016-09-15 08:18:32.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/panel-plugin/settings-dialog_ui.h 2016-11-05 20:27:08.000000000 +0000 @@ -303,7 +303,7 @@ ">TrueTrueFalseTrueIf" - " checked, the menu shows a QR-Code of the corrently selected clipboard " + " checked, the menu shows a QR-Code of the currently selected clipboard " "entryTrue0TrueFalse\n" "Language-Team: German (http://www.transifex.com/xfce/xfce-panel-plugins/language/de/)\n" "MIME-Version: 1.0\n" @@ -34,7 +34,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Zwischenablage" @@ -161,9 +161,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Wenn ausgewählt, zeigt das Menü einen QR-Code des ausgewählten Inhalts der Zwischenablage an" +msgstr "Wenn ausgewählt, zeigt das Menü einen QR-Code des ausgewählten Zwischenablageinhaltes an" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -215,7 +215,7 @@ msgid "" "If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions automatically.\n" "Otherwise the menu will only appear when calling \"xfce4-popup-clipman-actions\" (and a match was found)" -msgstr "" +msgstr "Wenn ausgewählt, wird der Zwischenablagetext mit regulären Ausdrücken verglichen und ein Menü wird die möglichen Aktionen anzeigen.\nAndernfalls wird das Menü nur erscheinen, wenn »xfce4-popup-clipman-actions« aufgerufen wird (und ein Treffer gefunden wurde)." #: ../panel-plugin/settings-dialog.ui.h:28 msgid "Add action" @@ -305,7 +305,7 @@ msgid "_Disable" msgstr "_Deaktivieren" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -334,18 +334,18 @@ msgid "_Clear history" msgstr "_Verlauf leeren" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Mitwirkende:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Zwischenablageverwaltung für die Xfce-Arbeitsumgebung" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Enrico Tröger\nFabian Nowak\nSimon Schneider\nTobias Bannert" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Einstellungsdialog konnte nicht geöffnet werden" diff -Nru xfce4-clipman-plugin-1.4.0/po/en_AU.po xfce4-clipman-plugin-1.4.1/po/en_AU.po --- xfce4-clipman-plugin-1.4.0/po/en_AU.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/en_AU.po 2016-11-05 20:29:32.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-08-22 01:24+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-10-03 07:56+0000\n" "Last-Translator: Michael Findlay \n" "Language-Team: English (Australia) (http://www.transifex.com/xfce/xfce-panel-plugins/language/en_AU/)\n" "MIME-Version: 1.0\n" @@ -31,7 +31,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -158,9 +158,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "If checked, the menu shows a QR-Code of the corrently selected clipboard entry" +msgstr "If checked, the menu shows a QR-Code of the currently selected clipboard entry" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -302,7 +302,7 @@ msgid "_Disable" msgstr "_Disable" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -331,18 +331,18 @@ msgid "_Clear history" msgstr "_Clear history" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Contributors:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Clipboard Manager for Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "translator-credits" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Unable to open the settings dialogue" diff -Nru xfce4-clipman-plugin-1.4.0/po/es.po xfce4-clipman-plugin-1.4.1/po/es.po --- xfce4-clipman-plugin-1.4.0/po/es.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/es.po 2016-11-05 20:29:32.000000000 +0000 @@ -4,8 +4,9 @@ # # Translators: # Abel Martín , 2009 +# Adolfo Jayme-Barrientos, 2014 # Adolfo Jayme Barrientos, 2014 -# Fitoschido, 2014 +# Adolfo Jayme-Barrientos, 2014 # Fitoschido, 2014 # gabrieltandil , 2016 # gabrieltandil , 2016 @@ -15,8 +16,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-14 14:41+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-21 15:58+0000\n" "Last-Translator: Manolo Díaz \n" "Language-Team: Spanish (http://www.transifex.com/xfce/xfce-panel-plugins/language/es/)\n" "MIME-Version: 1.0\n" @@ -37,7 +38,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "portapapeles" @@ -164,9 +165,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Si está marcado, El menú mostrará el código QR para la entrada del portapapeles seleccionada" +msgstr "Si está marcado, el menú muestra el código QR de la la entrada seleccionada del portapapeles" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -308,7 +309,7 @@ msgid "_Disable" msgstr "_Desactivar" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -337,18 +338,18 @@ msgid "_Clear history" msgstr "_Limpiar historial" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Colaboradores:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Gestor del portapapeles para Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Roberto , 2008\nAbel Martín , 2009\nElega \nSergio , 2012\nPablo Roberto Francisco Lezaeta Reyes , 2013-2015\nAdolfo Jayme Barrientos , 2014" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "No se puede abrir el diálogo de configuración" diff -Nru xfce4-clipman-plugin-1.4.0/po/fr.po xfce4-clipman-plugin-1.4.1/po/fr.po --- xfce4-clipman-plugin-1.4.0/po/fr.po 2016-06-02 18:47:07.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/fr.po 2016-11-05 20:29:32.000000000 +0000 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-02 07:12+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-17 08:30+0000\n" "Last-Translator: Yannick Le Guen \n" "Language-Team: French (http://www.transifex.com/xfce/xfce-panel-plugins/language/fr/)\n" "MIME-Version: 1.0\n" @@ -34,7 +34,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -153,7 +153,7 @@ msgid "" "If checked, the selections will be synced with the default clipboard in a " "way that you can paste what you select" -msgstr "Si elle est cochée, les sélections seront synchronisées avec le presse-papiers par défaut de manière à ce que vous puissiez coller ce que vous sélectionné" +msgstr "Si coché, les sélections seront synchronisées avec le presse-papiers par défaut de manière à ce que vous puissiez coller ce que vous sélectionnez" #: ../panel-plugin/settings-dialog.ui.h:13 msgid "Show _QR-Code" @@ -161,9 +161,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Si elle est cochée, le menu affiche un code QR de l'entrée du presse-papiers actuellement sélectionné" +msgstr "Si coché, le menu affiche un code QR de l’entrée actuellement sélectionnée du presse-papiers" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -176,7 +176,7 @@ #: ../panel-plugin/settings-dialog.ui.h:17 msgid "" "If checked, this option will restore the history on every new Xfce session" -msgstr "Si coché, cette option restaure l'historique à chaque nouvelle session Xfce" +msgstr "Si cochée, cette option restaure l'historique à chaque nouvelle session Xfce" #: ../panel-plugin/settings-dialog.ui.h:18 msgid "Store last copied _image" @@ -184,7 +184,7 @@ #: ../panel-plugin/settings-dialog.ui.h:19 msgid "If checked, this option allows to store one image inside the history" -msgstr "Si coché, cette option vous permet de stocker une image à l'intérieur de l'historique" +msgstr "Si cochée, cette option vous permet de stocker une image à l'intérieur de l'historique" #: ../panel-plugin/settings-dialog.ui.h:20 msgid "Ignore s_elections" @@ -193,7 +193,7 @@ #: ../panel-plugin/settings-dialog.ui.h:21 msgid "" "If checked, the selections won't affect the history except the manual copies" -msgstr "Si coché, les sélections n'affecteront pas l'histoire à l'exception des copies manuelles" +msgstr "Si coché, les sélections n'affectent pas l'historique, à l'exception des copies manuelles" #: ../panel-plugin/settings-dialog.ui.h:22 msgid "Size of the _history:" @@ -305,7 +305,7 @@ msgid "_Disable" msgstr "_Désactiver" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -334,18 +334,18 @@ msgid "_Clear history" msgstr "_Effacer l'historique" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Contributeurs :" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Gestionnaire de presse-papier pour Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "L’équipe de traduction francophone de Xfce" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Échec à l'ouverture de la fenêtre de paramètres" diff -Nru xfce4-clipman-plugin-1.4.0/po/he.po xfce4-clipman-plugin-1.4.1/po/he.po --- xfce4-clipman-plugin-1.4.0/po/he.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/he.po 2016-11-05 20:29:32.000000000 +0000 @@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-21 10:36+0000\n" -"Last-Translator: Elishai Eliyahu \n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-22 06:52+0000\n" +"Last-Translator: GenghisKhan \n" "Language-Team: Hebrew (http://www.transifex.com/xfce/xfce-panel-plugins/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +33,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -160,9 +160,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "אם נבחר, התפריט מראה QR-Code של ערך לוח אטיב נבחר נוכחי" +msgstr "אם מסומנת, התפריט מראה קוד-QR של ערך לוח גזירים נבחר נוכחי" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -208,7 +208,7 @@ #: ../panel-plugin/settings-dialog.ui.h:25 msgid "_Enable automatic actions" -msgstr "_אפשור פעולות אוטומטיות" +msgstr "_אפשר פעולות אוטומטיות" #: ../panel-plugin/settings-dialog.ui.h:26 msgid "" @@ -304,7 +304,7 @@ msgid "_Disable" msgstr "_נטרל" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -333,18 +333,18 @@ msgid "_Clear history" msgstr "_טהר היסטוריה" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "תורמים:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "מנהל לוח אטיב עבור Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Isratine Citizen " -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "לא מסוגל לפתוח את תיבת דו־שיח הגדרות" diff -Nru xfce4-clipman-plugin-1.4.0/po/hr.po xfce4-clipman-plugin-1.4.1/po/hr.po --- xfce4-clipman-plugin-1.4.0/po/hr.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/hr.po 2016-11-05 20:29:32.000000000 +0000 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-08-11 10:47+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-17 14:50+0000\n" "Last-Translator: Lovro Kudelić \n" "Language-Team: Croatian (http://www.transifex.com/xfce/xfce-panel-plugins/language/hr/)\n" "MIME-Version: 1.0\n" @@ -34,7 +34,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -161,7 +161,7 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "Ako je označeno, izbornik prikazuje QR-kod trenutno odabranog unosa u međuspremniku" @@ -305,7 +305,7 @@ msgid "_Disable" msgstr "_Onemogući" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -334,18 +334,18 @@ msgid "_Clear history" msgstr "_Obriši povijest" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Suradnici:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Upravitelj međuspremnikom za Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Ivica Kolić \n Denis Štogl " -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Nije moguće otvoriti dijalog postavki" diff -Nru xfce4-clipman-plugin-1.4.0/po/is.po xfce4-clipman-plugin-1.4.1/po/is.po --- xfce4-clipman-plugin-1.4.0/po/is.po 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/is.po 2016-11-28 20:19:28.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-01 00:31+0200\n" -"PO-Revision-Date: 2016-01-17 16:14+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-11-26 09:53+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic (http://www.transifex.com/xfce/xfce-panel-plugins/language/is/)\n" "MIME-Version: 1.0\n" @@ -31,8 +31,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94 -#: ../panel-plugin/plugin.c:339 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Klippispjald" @@ -74,220 +73,232 @@ msgid "Shrink the URL" msgstr "Minna slóðina" -#: ../panel-plugin/xfce4-clipman-settings.c:206 +#: ../panel-plugin/xfce4-clipman-settings.c:184 msgid "None" msgstr "Ekkert" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:208 +#: ../panel-plugin/xfce4-clipman-settings.c:186 msgid "Ctrl+V" msgstr "Ctrl+V" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:210 +#: ../panel-plugin/xfce4-clipman-settings.c:188 msgid "Shift+Insert" msgstr "Shift+Insert" -#: ../panel-plugin/xfce4-clipman-settings.c:533 +#: ../panel-plugin/xfce4-clipman-settings.c:511 msgid "Reset actions" msgstr "Endurstilla aðgerðir" -#: ../panel-plugin/xfce4-clipman-settings.c:535 +#: ../panel-plugin/xfce4-clipman-settings.c:513 msgid "" "Are you sure you want to reset the actions to the system default values?" msgstr "Ertu viss um að þú viljir frumstilla aðgerðinar á sjálfgefin gildi kerfisins?" #: ../panel-plugin/settings-dialog.ui.h:1 -msgid "Configure the plugin" -msgstr "Stilla íforritið" +msgid "Edit Action" +msgstr "Breyta aðgerð" #: ../panel-plugin/settings-dialog.ui.h:2 +msgid "" +"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the " +"commands. The parameter \"\\0\" represents the complete text. If you don't " +"know regular expressions, have a look at the documentation of Clipman that " +"has an introdution for them." +msgstr "Þú getur notað útskiptiviðföngin \"\\1\", \"\\2\" og svo framvegis í skipunum. Breytan \"\\0\" stendur fyrir allann textann. Ef þú ert ekki kunnugur reglulegum segðum (e. regular expressions), þá ættirðu að kíkja á hjálparskjöl Clipman, þar er kynning á þeim." + +#: ../panel-plugin/settings-dialog.ui.h:3 +msgid "Name:" +msgstr "Heiti:" + +#: ../panel-plugin/settings-dialog.ui.h:4 +msgid "Pattern:" +msgstr "Mynstur:" + +#: ../panel-plugin/settings-dialog.ui.h:5 +msgid "The pattern is always anchored within the special characters ^$" +msgstr "Mynstrið er alltaf staðsett með sértáknunum ^$" + +#: ../panel-plugin/settings-dialog.ui.h:6 +msgid "Activate only on manual copy" +msgstr "Virkja einungis við handvirka afritun" + +#: ../panel-plugin/settings-dialog.ui.h:7 +msgid "" +"By default the action is triggerred by a selection, check this option to " +"trigger the action only when you make a manual copy" +msgstr "Sjálfgefið er aðgerðin sett í gang við val, hakaðu við þetta ef aðgerðin á einungis að ræsast við handvirka afritun" + +#: ../panel-plugin/settings-dialog.ui.h:8 +msgid "Action" +msgstr "Aðgerð" + +#: ../panel-plugin/settings-dialog.ui.h:9 +msgid "Command:" +msgstr "Skipun:" + +#: ../panel-plugin/settings-dialog.ui.h:10 +msgid "Commands" +msgstr "Skipanir" + +#: ../panel-plugin/settings-dialog.ui.h:11 msgid "Sync _selections" msgstr "_Samstilla valið" -#: ../panel-plugin/settings-dialog.ui.h:3 +#: ../panel-plugin/settings-dialog.ui.h:12 msgid "" "If checked, the selections will be synced with the default clipboard in a " "way that you can paste what you select" msgstr "Ef hakað er við þetta, þá eru valin atriði samstillt við sjálfgefna klippispjaldið, þannig að þú getir límt það sem þú velur" -#: ../panel-plugin/settings-dialog.ui.h:4 +#: ../panel-plugin/settings-dialog.ui.h:13 msgid "Show _QR-Code" msgstr "Birta _QR-kóða" -#: ../panel-plugin/settings-dialog.ui.h:5 +#: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "Ef hakað er við þetta, þá birtir valmyndin QR-kóða fyrir valda klippispjaldsfærslu" -#: ../panel-plugin/settings-dialog.ui.h:6 +#: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" msgstr "Hegðun" -#: ../panel-plugin/settings-dialog.ui.h:7 +#: ../panel-plugin/settings-dialog.ui.h:16 msgid "Save on _quit" msgstr "Vista þegar _hætt er" -#: ../panel-plugin/settings-dialog.ui.h:8 +#: ../panel-plugin/settings-dialog.ui.h:17 msgid "" "If checked, this option will restore the history on every new Xfce session" msgstr "Ef hakað er við þetta, þá verður ferilsskráin núllstillt í hverri nýrri XFCE-setu" -#: ../panel-plugin/settings-dialog.ui.h:9 +#: ../panel-plugin/settings-dialog.ui.h:18 msgid "Store last copied _image" msgstr "Ge_yma síðast afritaða mynd" -#: ../panel-plugin/settings-dialog.ui.h:10 +#: ../panel-plugin/settings-dialog.ui.h:19 msgid "If checked, this option allows to store one image inside the history" msgstr "Ef hakað er við þetta, þá er hægt að geyma eina mynd í ferilsskránni" -#: ../panel-plugin/settings-dialog.ui.h:11 +#: ../panel-plugin/settings-dialog.ui.h:20 msgid "Ignore s_elections" msgstr "Hunsa _valið" -#: ../panel-plugin/settings-dialog.ui.h:12 +#: ../panel-plugin/settings-dialog.ui.h:21 msgid "" "If checked, the selections won't affect the history except the manual copies" msgstr "Ef hakað er við þetta, þá hafa valin atriði ekki áhrif á ferilsskrána nema ef um handvirk afrit er að ræða" -#: ../panel-plugin/settings-dialog.ui.h:13 +#: ../panel-plugin/settings-dialog.ui.h:22 msgid "Size of the _history:" msgstr "Lengd _ferils:" -#: ../panel-plugin/settings-dialog.ui.h:14 +#: ../panel-plugin/settings-dialog.ui.h:23 msgid "History" msgstr "Ferill" -#: ../panel-plugin/settings-dialog.ui.h:15 +#: ../panel-plugin/settings-dialog.ui.h:24 msgid "General" msgstr "Almennt" -#: ../panel-plugin/settings-dialog.ui.h:16 -msgid "Enable _actions" -msgstr "Virkja _aðgerðir" +#: ../panel-plugin/settings-dialog.ui.h:25 +msgid "_Enable automatic actions" +msgstr "_Virkja sjálfvirkar aðgerðir" -#: ../panel-plugin/settings-dialog.ui.h:17 +#: ../panel-plugin/settings-dialog.ui.h:26 msgid "" -"If checked, the clipboard texts will be matched against regular expressions " -"and a menu will display possible actions" -msgstr "Ef hakað er við þetta, þá verður texti klippispjaldsins mátaður við reglulegar segðir, valmynd mun birta mögulegar aðgerðir" +"If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions automatically.\n" +"Otherwise the menu will only appear when calling \"xfce4-popup-clipman-actions\" (and a match was found)" +msgstr "" -#: ../panel-plugin/settings-dialog.ui.h:18 +#: ../panel-plugin/settings-dialog.ui.h:28 +msgid "Add action" +msgstr "Bæta við aðgerð" + +#: ../panel-plugin/settings-dialog.ui.h:29 +msgid "Edit action" +msgstr "Breyta aðgerð" + +#: ../panel-plugin/settings-dialog.ui.h:30 +msgid "Delete action" +msgstr "Eyða aðgerð" + +#: ../panel-plugin/settings-dialog.ui.h:31 +msgid "Reset all actions to the system default values" +msgstr "Frumstilla allar aðgerðir á sjálfgefin gildi kerfisins" + +#: ../panel-plugin/settings-dialog.ui.h:32 msgid "Actions" msgstr "Aðgerðir" -#: ../panel-plugin/settings-dialog.ui.h:19 +#: ../panel-plugin/settings-dialog.ui.h:33 msgid "Automatically paste a selected item from the history" msgstr "Líma sjálfvirkt valið atriði af ferilsskrá" -#: ../panel-plugin/settings-dialog.ui.h:20 +#: ../panel-plugin/settings-dialog.ui.h:34 msgid "_Paste instantly:" msgstr "_Líma strax:" -#: ../panel-plugin/settings-dialog.ui.h:21 +#: ../panel-plugin/settings-dialog.ui.h:35 msgid "P_osition menu at mouse pointer" msgstr "Staðsetja valmynd við _músarbendil" -#: ../panel-plugin/settings-dialog.ui.h:22 +#: ../panel-plugin/settings-dialog.ui.h:36 msgid "" "Popup the menu at the mouse pointer position, only for the xfce4-popup-" "clipman command" msgstr "Láta valmynd spretta upp við músarbendil, aðeins fyrir xfce4-popup-clipman skipanir" -#: ../panel-plugin/settings-dialog.ui.h:23 +#: ../panel-plugin/settings-dialog.ui.h:37 msgid "_Reorder history items" msgstr "Snúa við _röð ferils" -#: ../panel-plugin/settings-dialog.ui.h:24 +#: ../panel-plugin/settings-dialog.ui.h:38 msgid "" "Push last copied text to the top of the history, useful to reorder old items" msgstr "Ýta síðasta afritaða texta efst á ferilsskrána, nýtist til að endurraða eldri atriðum." -#: ../panel-plugin/settings-dialog.ui.h:25 +#: ../panel-plugin/settings-dialog.ui.h:39 msgid "Re_verse history order" msgstr "Snúa _við röð ferils" -#: ../panel-plugin/settings-dialog.ui.h:26 +#: ../panel-plugin/settings-dialog.ui.h:40 msgid "Reverse order of the history shown in the menu" msgstr "Snúa við röðun ferilsskrár miðað við valmyndina" -#: ../panel-plugin/settings-dialog.ui.h:27 +#: ../panel-plugin/settings-dialog.ui.h:41 msgid "_Show actions by holding Control" msgstr "_Birta aðgerðir með því að halda niðri Control-lykli" -#: ../panel-plugin/settings-dialog.ui.h:28 +#: ../panel-plugin/settings-dialog.ui.h:42 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be shown" msgstr "Þegar vali er lokið (mús eða lyklaborð) og Control-lyklinum er áfram haldið niðri, mun birtast sprettgluggi fyrir samsvarandi aðgerðir" -#: ../panel-plugin/settings-dialog.ui.h:29 +#: ../panel-plugin/settings-dialog.ui.h:43 msgid "S_kip actions by holding Control" msgstr "Sle_ppa aðgerðum með því að halda niðri Control-lykli" -#: ../panel-plugin/settings-dialog.ui.h:30 +#: ../panel-plugin/settings-dialog.ui.h:44 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be skipped" msgstr "Þegar vali er lokið (mús eða lyklaborð) og Control-lyklinum er áfram haldið niðri, mun sprettglugga fyrir samsvarandi aðgerðir verða sleppt" -#: ../panel-plugin/settings-dialog.ui.h:31 +#: ../panel-plugin/settings-dialog.ui.h:45 msgid "Tweaks" msgstr "Sérstakar breytingar" -#: ../panel-plugin/settings-dialog.ui.h:32 -msgid "Edit Action" -msgstr "Breyta aðgerð" - -#: ../panel-plugin/settings-dialog.ui.h:33 -msgid "" -"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the " -"commands. The parameter \"\\0\" represents the complete text. If you don't " -"know regular expressions, have a look at the documentation of Clipman that " -"has an introdution for them." -msgstr "Þú getur notað útskiptiviðföngin \"\\1\", \"\\2\" og svo framvegis í skipunum. Breytan \"\\0\" stendur fyrir allann textann. Ef þú ert ekki kunnugur reglulegum segðum (e. regular expressions), þá ættirðu að kíkja á hjálparskjöl Clipman, þar er kynning á þeim." - -#: ../panel-plugin/settings-dialog.ui.h:34 -msgid "Name:" -msgstr "Heiti:" - -#: ../panel-plugin/settings-dialog.ui.h:35 -msgid "Pattern:" -msgstr "Mynstur:" - -#: ../panel-plugin/settings-dialog.ui.h:36 -msgid "The pattern is always anchored within the special characters ^$" -msgstr "Mynstrið er alltaf staðsett með sértáknunum ^$" - -#: ../panel-plugin/settings-dialog.ui.h:37 -msgid "Activate only on manual copy" -msgstr "Virkja einungis við handvirka afritun" - -#: ../panel-plugin/settings-dialog.ui.h:38 -msgid "" -"By default the action is triggerred by a selection, check this option to " -"trigger the action only when you make a manual copy" -msgstr "Sjálfgefið er aðgerðin sett í gang við val, hakaðu við þetta ef aðgerðin á einungis að ræsast við handvirka afritun" - -#: ../panel-plugin/settings-dialog.ui.h:39 -msgid "Action" -msgstr "Aðgerð" - -#: ../panel-plugin/settings-dialog.ui.h:40 -msgid "Command:" -msgstr "Skipun:" - -#: ../panel-plugin/settings-dialog.ui.h:41 -msgid "Commands" -msgstr "Skipanir" - -#: ../panel-plugin/settings-dialog.ui.h:42 +#: ../panel-plugin/settings-dialog.ui.h:46 msgid "Regular expression" msgstr "Regluleg segð" -#: ../panel-plugin/main-panel-plugin.c:99 -#: ../panel-plugin/main-status-icon.c:136 +#: ../panel-plugin/main-panel-plugin.c:97 +#: ../panel-plugin/main-status-icon.c:137 msgid "_Disable" msgstr "_Afvirkja" @@ -299,35 +310,39 @@ "%s" msgstr "Get ekki keyrt skipunina \"%s\"\n\n%s" -#: ../panel-plugin/menu.c:235 +#: ../panel-plugin/menu.c:234 msgid "Are you sure you want to clear the history?" msgstr "Ertu viss um að þú viljir eyða skipanaferlinum?" -#: ../panel-plugin/menu.c:244 +#: ../panel-plugin/menu.c:239 msgid "Don't ask again" msgstr "Ekki spyrja aftur" -#: ../panel-plugin/menu.c:356 +#: ../panel-plugin/menu.c:362 msgid "Could not generate QR-Code." msgstr "Gat ekki útbúið QR-kóða:" #. Insert empty menu item -#: ../panel-plugin/menu.c:370 +#: ../panel-plugin/menu.c:376 msgid "Clipboard is empty" msgstr "Klippispjald er tómt" -#: ../panel-plugin/plugin.c:326 +#: ../panel-plugin/menu.c:475 +msgid "_Clear history" +msgstr "_Hreinsa feril" + +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Framlag frá:" -#: ../panel-plugin/plugin.c:341 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Klippispjalsstýring fyrir Xfce" -#: ../panel-plugin/plugin.c:349 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Sveinn í Felli, sveinki@nett.is, 2012" -#: ../panel-plugin/plugin.c:363 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Tókst ekki að opna stillingaglugga" diff -Nru xfce4-clipman-plugin-1.4.0/po/ja.po xfce4-clipman-plugin-1.4.1/po/ja.po --- xfce4-clipman-plugin-1.4.0/po/ja.po 2016-06-01 20:32:55.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/ja.po 2016-11-12 23:50:58.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-20 00:30+0200\n" -"PO-Revision-Date: 2016-06-01 03:34+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-11-11 08:21+0000\n" "Last-Translator: Nobuhiro Iwamatsu \n" "Language-Team: Japanese (http://www.transifex.com/xfce/xfce-panel-plugins/language/ja/)\n" "MIME-Version: 1.0\n" @@ -73,25 +73,25 @@ msgid "Shrink the URL" msgstr "URL を短縮" -#: ../panel-plugin/xfce4-clipman-settings.c:199 +#: ../panel-plugin/xfce4-clipman-settings.c:184 msgid "None" msgstr "なし" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:201 +#: ../panel-plugin/xfce4-clipman-settings.c:186 msgid "Ctrl+V" msgstr "Ctrl+V" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:203 +#: ../panel-plugin/xfce4-clipman-settings.c:188 msgid "Shift+Insert" msgstr "Shift+Insert" -#: ../panel-plugin/xfce4-clipman-settings.c:536 +#: ../panel-plugin/xfce4-clipman-settings.c:511 msgid "Reset actions" msgstr "アクションのリセット" -#: ../panel-plugin/xfce4-clipman-settings.c:538 +#: ../panel-plugin/xfce4-clipman-settings.c:513 msgid "" "Are you sure you want to reset the actions to the system default values?" msgstr "アクションをシステムデフォルトにリセットしてもよろしいですか?" @@ -158,7 +158,7 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "チェックマークをつけると、選択されているクリップボードエントリの QR-Code をメニューに表示します" @@ -205,95 +205,95 @@ msgstr "一般" #: ../panel-plugin/settings-dialog.ui.h:25 -msgid "_Enable actions" -msgstr "アクションを有効(_E)" +msgid "_Enable automatic actions" +msgstr "" #: ../panel-plugin/settings-dialog.ui.h:26 msgid "" -"If checked, the clipboard texts will be matched against regular expressions " -"and a menu will display possible actions" -msgstr "チェックマークをつけると、クリップボードの文字列は正規表現とマッチされ、利用可能なメニューが表示されます" +"If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions automatically.\n" +"Otherwise the menu will only appear when calling \"xfce4-popup-clipman-actions\" (and a match was found)" +msgstr "" -#: ../panel-plugin/settings-dialog.ui.h:27 +#: ../panel-plugin/settings-dialog.ui.h:28 msgid "Add action" msgstr "アクションの追加" -#: ../panel-plugin/settings-dialog.ui.h:28 +#: ../panel-plugin/settings-dialog.ui.h:29 msgid "Edit action" msgstr "アクションの編集" -#: ../panel-plugin/settings-dialog.ui.h:29 +#: ../panel-plugin/settings-dialog.ui.h:30 msgid "Delete action" msgstr "アクションの削除" -#: ../panel-plugin/settings-dialog.ui.h:30 +#: ../panel-plugin/settings-dialog.ui.h:31 msgid "Reset all actions to the system default values" msgstr "全てのアクションをシステムデフォルト値にリセットする" -#: ../panel-plugin/settings-dialog.ui.h:31 +#: ../panel-plugin/settings-dialog.ui.h:32 msgid "Actions" msgstr "アクション" -#: ../panel-plugin/settings-dialog.ui.h:32 +#: ../panel-plugin/settings-dialog.ui.h:33 msgid "Automatically paste a selected item from the history" msgstr "履歴から選択したアイテムを自動的に貼り付けます" -#: ../panel-plugin/settings-dialog.ui.h:33 +#: ../panel-plugin/settings-dialog.ui.h:34 msgid "_Paste instantly:" msgstr "即時貼り付け(_P):" -#: ../panel-plugin/settings-dialog.ui.h:34 +#: ../panel-plugin/settings-dialog.ui.h:35 msgid "P_osition menu at mouse pointer" msgstr "マウスポインターの位置にメニューを表示する(_O)" -#: ../panel-plugin/settings-dialog.ui.h:35 +#: ../panel-plugin/settings-dialog.ui.h:36 msgid "" "Popup the menu at the mouse pointer position, only for the xfce4-popup-" "clipman command" msgstr "xfce4-popup-clipman コマンドを実行した時メニューをマウスポインターの位置にポップアップ表示します" -#: ../panel-plugin/settings-dialog.ui.h:36 +#: ../panel-plugin/settings-dialog.ui.h:37 msgid "_Reorder history items" msgstr "履歴アイテムを並べ替える(_R)" -#: ../panel-plugin/settings-dialog.ui.h:37 +#: ../panel-plugin/settings-dialog.ui.h:38 msgid "" "Push last copied text to the top of the history, useful to reorder old items" msgstr "コピーしたテキストと同じものが履歴にある場合にそれを履歴の先頭に移動します (履歴からの除去順序が下がります)" -#: ../panel-plugin/settings-dialog.ui.h:38 +#: ../panel-plugin/settings-dialog.ui.h:39 msgid "Re_verse history order" msgstr "履歴の表示順を逆にする(_V)" -#: ../panel-plugin/settings-dialog.ui.h:39 +#: ../panel-plugin/settings-dialog.ui.h:40 msgid "Reverse order of the history shown in the menu" msgstr "メニューに表示する履歴の順序を逆にします" -#: ../panel-plugin/settings-dialog.ui.h:40 +#: ../panel-plugin/settings-dialog.ui.h:41 msgid "_Show actions by holding Control" msgstr "Control キーを押したままの時のアクションを表示する(_S)" -#: ../panel-plugin/settings-dialog.ui.h:41 +#: ../panel-plugin/settings-dialog.ui.h:42 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be shown" msgstr "(マウスやキーボードで) 選択が完了した後に Control キーが押されたままの時マッチしたアクションをポップアップメニューに表示します" -#: ../panel-plugin/settings-dialog.ui.h:42 +#: ../panel-plugin/settings-dialog.ui.h:43 msgid "S_kip actions by holding Control" msgstr "Control キーを押したままでもアクションを表示しない(_K)" -#: ../panel-plugin/settings-dialog.ui.h:43 +#: ../panel-plugin/settings-dialog.ui.h:44 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be skipped" msgstr "(マウスやキーボードで) 選択が完了した後に Control キーが押されたままでもマッチアクションのポップアップメニューを表示しません" -#: ../panel-plugin/settings-dialog.ui.h:44 +#: ../panel-plugin/settings-dialog.ui.h:45 msgid "Tweaks" msgstr "詳細" -#: ../panel-plugin/settings-dialog.ui.h:45 +#: ../panel-plugin/settings-dialog.ui.h:46 msgid "Regular expression" msgstr "正規表現" @@ -318,16 +318,16 @@ msgid "Don't ask again" msgstr "次回から確認しない" -#: ../panel-plugin/menu.c:361 +#: ../panel-plugin/menu.c:362 msgid "Could not generate QR-Code." msgstr "QR-Code を生成できませんでした。" #. Insert empty menu item -#: ../panel-plugin/menu.c:375 +#: ../panel-plugin/menu.c:376 msgid "Clipboard is empty" msgstr "クリップボードは空です" -#: ../panel-plugin/menu.c:474 +#: ../panel-plugin/menu.c:475 msgid "_Clear history" msgstr "履歴のクリア(_C)" diff -Nru xfce4-clipman-plugin-1.4.0/po/ko.po xfce4-clipman-plugin-1.4.1/po/ko.po --- xfce4-clipman-plugin-1.4.0/po/ko.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/ko.po 2016-11-05 20:29:32.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-07-03 13:57+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-19 19:36+0000\n" "Last-Translator: Seong-ho Cho \n" "Language-Team: Korean (http://www.transifex.com/xfce/xfce-panel-plugins/language/ko/)\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -157,9 +157,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "항목을 표시하면, 올바르게 선택한 클립보드 항목에 대한 QR-코드를 메뉴에 보여줍니다." +msgstr "항목을 표시하면, 현재 선택한 클립보드 항목의 QR-코드를 메뉴에 표시합니다" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -301,7 +301,7 @@ msgid "_Disable" msgstr "비활성화(_D)" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -330,18 +330,18 @@ msgid "_Clear history" msgstr "기록 지우기(_C)" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "공헌자:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Xfce 클립보드 관리자" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Seong-ho Cho " -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "설정 대화 상자를 열 수 없습니다" diff -Nru xfce4-clipman-plugin-1.4.0/po/lt.po xfce4-clipman-plugin-1.4.1/po/lt.po --- xfce4-clipman-plugin-1.4.0/po/lt.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/lt.po 2016-11-05 20:29:32.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-24 12:41+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-16 20:02+0000\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian (http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n" "MIME-Version: 1.0\n" @@ -31,7 +31,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -158,9 +158,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Jei pažymėta, meniu bus rodomas, šiuo metu pažymėto iškarpinės įrašo, QR-kodas" +msgstr "Jei pažymėta, meniu bus rodomas šiuo metu pažymėto iškarpinės įrašo QR-kodas" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -250,7 +250,7 @@ msgid "" "Popup the menu at the mouse pointer position, only for the xfce4-popup-" "clipman command" -msgstr "Parodyti iššokantį langą pelės žymeklio vietoje, tik xfce4-popup-clipman komandai" +msgstr "Parodyti iškylantįjį meniu pelės žymeklio vietoje, tik xfce4-popup-clipman komandai" #: ../panel-plugin/settings-dialog.ui.h:37 msgid "_Reorder history items" @@ -277,7 +277,7 @@ msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be shown" -msgstr "Kuomet žymėjimas yra atliktas (pele ar klaviatūra) ir Control klavišas vis dar yra nuspaustas, atitinkamiems veiksmams bus rodomas iššokantis meniu" +msgstr "Kuomet žymėjimas yra atliktas (pele ar klaviatūra) ir Control (Vald) klavišas vis dar yra nuspaustas, atitinkamiems veiksmams bus rodomas iškylantysis meniu" #: ../panel-plugin/settings-dialog.ui.h:43 msgid "S_kip actions by holding Control" @@ -287,7 +287,7 @@ msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be skipped" -msgstr "Pasirinkus (pele ar klaviatūra) ir Control klavišas vis dar paspaustas, iššokantis meniu atitinkamiem veiksmams bus praleistas" +msgstr "Kai pasirinkimas (pele ar klaviatūra) yra atliktas ir Control (Vald) klavišas yra vis dar nuspaustas spaustas, iškylantysis meniu atitinkamiems veiksmams bus praleistas" #: ../panel-plugin/settings-dialog.ui.h:45 msgid "Tweaks" @@ -302,7 +302,7 @@ msgid "_Disable" msgstr "Išju_ngti" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -331,18 +331,18 @@ msgid "_Clear history" msgstr "_Išvalyti istoriją" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Prisidėjo:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Iškarpinės tvarkytuvė skirta Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Algimantas Margevičius \nMoo" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Nepavyko atverti nustatymų dialogo" diff -Nru xfce4-clipman-plugin-1.4.0/po/ms.po xfce4-clipman-plugin-1.4.1/po/ms.po --- xfce4-clipman-plugin-1.4.0/po/ms.po 2016-06-08 20:42:53.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/ms.po 2016-11-05 20:29:32.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-04 15:49+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-24 12:46+0000\n" "Last-Translator: abuyop \n" "Language-Team: Malay (http://www.transifex.com/xfce/xfce-panel-plugins/language/ms/)\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -157,9 +157,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Jika ditanda, menu tunjukkan Kod-QR bagi masukan papan keratan terpilih yang betul" +msgstr "Jika ditanda, menu menunjukkan Kod-QR bagi masukan papan keratan terpilih semasa" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -301,7 +301,7 @@ msgid "_Disable" msgstr "_Dilumpuhkan" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -330,18 +330,18 @@ msgid "_Clear history" msgstr "_Kosongkan sejarah" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Penyumbang:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Pengurus Papan Keratan untuk Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "abuyop " -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Tidak boleh buka dialog tetapan" diff -Nru xfce4-clipman-plugin-1.4.0/po/nl.po xfce4-clipman-plugin-1.4.1/po/nl.po --- xfce4-clipman-plugin-1.4.0/po/nl.po 2016-06-08 20:42:53.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/nl.po 2016-11-05 20:29:32.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-02 21:43+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-16 10:16+0000\n" "Last-Translator: Pjotr \n" "Language-Team: Dutch (http://www.transifex.com/xfce/xfce-panel-plugins/language/nl/)\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -157,9 +157,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Indien aangevinkt, toont het menu een QR-code van het thans geselecteerde klembord-onderdeel" +msgstr "Indien aangevinkt toont het menu een QR-code van het thans geselecteerde element in het klembord" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -301,7 +301,7 @@ msgid "_Disable" msgstr "Uitschakelen" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -330,18 +330,18 @@ msgid "_Clear history" msgstr "Geschiedenis _wissen" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Bijdragers:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Klembordbeheer voor Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Vincent Tunru\nPjotr " -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Kan het instellingenvenster niet openen" diff -Nru xfce4-clipman-plugin-1.4.0/po/oc.po xfce4-clipman-plugin-1.4.1/po/oc.po --- xfce4-clipman-plugin-1.4.0/po/oc.po 2016-05-02 20:52:26.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/oc.po 2016-11-28 20:19:28.000000000 +0000 @@ -3,28 +3,35 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Cedric31 , 2014 -# Cedric31 , 2013 +# Cédric Valmary , 2014,2016 +# Cédric Valmary , 2013 msgid "" msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-03 00:31+0100\n" -"PO-Revision-Date: 2014-03-30 13:29+0000\n" -"Last-Translator: Cedric31 \n" -"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/xfce/language/oc/)\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-11-24 18:54+0000\n" +"Last-Translator: Cédric Valmary \n" +"Language-Team: Occitan (post 1500) (http://www.transifex.com/xfce/xfce-panel-plugins/language/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: oc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: ../data/appdata/xfce4-clipman.appdata.xml.in.h:1 +msgid "" +"Clipboard Manager provided as a panel plugin for Xfce and as a standalone " +"application running in the notification area. It keeps a history of text and" +" images of content copied to the clipboard. It also has a feature to execute" +" actions on specific text selection by matching them against regexes." +msgstr "" + #: ../panel-plugin/xfce4-clipman.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94 -#: ../panel-plugin/plugin.c:339 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -66,220 +73,232 @@ msgid "Shrink the URL" msgstr "Acorchir l'URL" -#: ../panel-plugin/xfce4-clipman-settings.c:206 +#: ../panel-plugin/xfce4-clipman-settings.c:184 msgid "None" msgstr "Pas cap" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:208 +#: ../panel-plugin/xfce4-clipman-settings.c:186 msgid "Ctrl+V" msgstr "Ctrl+V" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:210 +#: ../panel-plugin/xfce4-clipman-settings.c:188 msgid "Shift+Insert" msgstr "Shift+Inser" -#: ../panel-plugin/xfce4-clipman-settings.c:533 +#: ../panel-plugin/xfce4-clipman-settings.c:511 msgid "Reset actions" msgstr "Reïnicializar las accions" -#: ../panel-plugin/xfce4-clipman-settings.c:535 +#: ../panel-plugin/xfce4-clipman-settings.c:513 msgid "" "Are you sure you want to reset the actions to the system default values?" msgstr "Sètz segur que volètz reïnicializar las accions a las valors per defaut del sistèma ?" #: ../panel-plugin/settings-dialog.ui.h:1 -msgid "Configure the plugin" -msgstr "Configurar l'empeuton" +msgid "Edit Action" +msgstr "Editar l'accion" #: ../panel-plugin/settings-dialog.ui.h:2 +msgid "" +"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the " +"commands. The parameter \"\\0\" represents the complete text. If you don't " +"know regular expressions, have a look at the documentation of Clipman that " +"has an introdution for them." +msgstr "Podètz utilizar los paramètres de substitucion « \\1 », « \\2 » e mai dins las comandas. Lo paramètre « \\0 » representa lo tèxte complet. Se coneissètz pas las expressions regularas, consultatz la documentacion de Clipman que possedís una introduccion per elas." + +#: ../panel-plugin/settings-dialog.ui.h:3 +msgid "Name:" +msgstr "Nom :" + +#: ../panel-plugin/settings-dialog.ui.h:4 +msgid "Pattern:" +msgstr "Motiu :" + +#: ../panel-plugin/settings-dialog.ui.h:5 +msgid "The pattern is always anchored within the special characters ^$" +msgstr "Lo patron es totjorn enrodat de caractèrs especials ^$" + +#: ../panel-plugin/settings-dialog.ui.h:6 +msgid "Activate only on manual copy" +msgstr "Activar unicament al moment de las còpias manualas" + +#: ../panel-plugin/settings-dialog.ui.h:7 +msgid "" +"By default the action is triggerred by a selection, check this option to " +"trigger the action only when you make a manual copy" +msgstr "Per defaut l'accion es desenclavada per una seleccion, activatz aquesta opcion per desenclavar l'accion unicament se fasètz una còpia manuala" + +#: ../panel-plugin/settings-dialog.ui.h:8 +msgid "Action" +msgstr "Accion" + +#: ../panel-plugin/settings-dialog.ui.h:9 +msgid "Command:" +msgstr "Comanda :" + +#: ../panel-plugin/settings-dialog.ui.h:10 +msgid "Commands" +msgstr "Comandas" + +#: ../panel-plugin/settings-dialog.ui.h:11 msgid "Sync _selections" msgstr "S_incronizar las seleccions" -#: ../panel-plugin/settings-dialog.ui.h:3 +#: ../panel-plugin/settings-dialog.ui.h:12 msgid "" "If checked, the selections will be synced with the default clipboard in a " "way that you can paste what you select" msgstr "Se es marcada, las seleccions seràn sincronizadas amb lo quichapapièrs per defaut de manièra que poscatz pegar çò que seleccionatz" -#: ../panel-plugin/settings-dialog.ui.h:4 +#: ../panel-plugin/settings-dialog.ui.h:13 msgid "Show _QR-Code" msgstr "Afichar lo còde _QR" -#: ../panel-plugin/settings-dialog.ui.h:5 +#: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "" +msgstr "Se marcat, lo menú aficha un còdi QR de l’entrada actualament seleccionada del quichapapièrs" -#: ../panel-plugin/settings-dialog.ui.h:6 +#: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" msgstr "Comportament" -#: ../panel-plugin/settings-dialog.ui.h:7 +#: ../panel-plugin/settings-dialog.ui.h:16 msgid "Save on _quit" msgstr "Salvar en _quitant" -#: ../panel-plugin/settings-dialog.ui.h:8 +#: ../panel-plugin/settings-dialog.ui.h:17 msgid "" "If checked, this option will restore the history on every new Xfce session" msgstr "Se marcat, aquesta option restablís l'istoric a cada novèla sesilha Xfce" -#: ../panel-plugin/settings-dialog.ui.h:9 +#: ../panel-plugin/settings-dialog.ui.h:18 msgid "Store last copied _image" msgstr "Emmagazinar lo darrièr _imatge copiat" -#: ../panel-plugin/settings-dialog.ui.h:10 +#: ../panel-plugin/settings-dialog.ui.h:19 msgid "If checked, this option allows to store one image inside the history" msgstr "Se marcat, aquesta opcion vos permet d'emmagazinar un imatge a l'interior de l'istoric" -#: ../panel-plugin/settings-dialog.ui.h:11 +#: ../panel-plugin/settings-dialog.ui.h:20 msgid "Ignore s_elections" msgstr "I_gnorar las seleccions" -#: ../panel-plugin/settings-dialog.ui.h:12 +#: ../panel-plugin/settings-dialog.ui.h:21 msgid "" "If checked, the selections won't affect the history except the manual copies" msgstr "Se marcat, las seleccions afèctaràn pas l'istoric a l'excepcion de las còpias manualas" -#: ../panel-plugin/settings-dialog.ui.h:13 +#: ../panel-plugin/settings-dialog.ui.h:22 msgid "Size of the _history:" msgstr "Talha de l'_istoric :" -#: ../panel-plugin/settings-dialog.ui.h:14 +#: ../panel-plugin/settings-dialog.ui.h:23 msgid "History" msgstr "Istoric" -#: ../panel-plugin/settings-dialog.ui.h:15 +#: ../panel-plugin/settings-dialog.ui.h:24 msgid "General" msgstr "General" -#: ../panel-plugin/settings-dialog.ui.h:16 -msgid "Enable _actions" -msgstr "Activar las _accions" +#: ../panel-plugin/settings-dialog.ui.h:25 +msgid "_Enable automatic actions" +msgstr "_Activar las accions automaticas" -#: ../panel-plugin/settings-dialog.ui.h:17 +#: ../panel-plugin/settings-dialog.ui.h:26 msgid "" -"If checked, the clipboard texts will be matched against regular expressions " -"and a menu will display possible actions" -msgstr "Se marcat, los tèxtes del quichapapièrs seràn comparats a las expressions regularas e un menú aficharà las accions possiblas" +"If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions automatically.\n" +"Otherwise the menu will only appear when calling \"xfce4-popup-clipman-actions\" (and a match was found)" +msgstr "" -#: ../panel-plugin/settings-dialog.ui.h:18 +#: ../panel-plugin/settings-dialog.ui.h:28 +msgid "Add action" +msgstr "Apondre una accion" + +#: ../panel-plugin/settings-dialog.ui.h:29 +msgid "Edit action" +msgstr "Editar l'accion" + +#: ../panel-plugin/settings-dialog.ui.h:30 +msgid "Delete action" +msgstr "Suprimir l'accion" + +#: ../panel-plugin/settings-dialog.ui.h:31 +msgid "Reset all actions to the system default values" +msgstr "Reïnicializar totas las accions a las valors per defaut del sistèma" + +#: ../panel-plugin/settings-dialog.ui.h:32 msgid "Actions" msgstr "Accions" -#: ../panel-plugin/settings-dialog.ui.h:19 +#: ../panel-plugin/settings-dialog.ui.h:33 msgid "Automatically paste a selected item from the history" msgstr "Pegar automaticament un element seleccionat de l'istoric" -#: ../panel-plugin/settings-dialog.ui.h:20 +#: ../panel-plugin/settings-dialog.ui.h:34 msgid "_Paste instantly:" msgstr "_Pegar instantanèament :" -#: ../panel-plugin/settings-dialog.ui.h:21 +#: ../panel-plugin/settings-dialog.ui.h:35 msgid "P_osition menu at mouse pointer" msgstr "P_osicionar lo menú amb lo puntador de la mirga" -#: ../panel-plugin/settings-dialog.ui.h:22 +#: ../panel-plugin/settings-dialog.ui.h:36 msgid "" "Popup the menu at the mouse pointer position, only for the xfce4-popup-" "clipman command" msgstr "Posiciona lo menú amb lo puntador de la mirga, unicament per la comanda xfce4-popup-clipman" -#: ../panel-plugin/settings-dialog.ui.h:23 +#: ../panel-plugin/settings-dialog.ui.h:37 msgid "_Reorder history items" msgstr "_Reordenar los elements de l'istoric" -#: ../panel-plugin/settings-dialog.ui.h:24 +#: ../panel-plugin/settings-dialog.ui.h:38 msgid "" "Push last copied text to the top of the history, useful to reorder old items" msgstr "Plaça lo darrièr tèxte copiat en naut de l'istoric, utile per reorganizar los elements ancians" -#: ../panel-plugin/settings-dialog.ui.h:25 +#: ../panel-plugin/settings-dialog.ui.h:39 msgid "Re_verse history order" msgstr "In_versar l'òrdre de l'istoric" -#: ../panel-plugin/settings-dialog.ui.h:26 +#: ../panel-plugin/settings-dialog.ui.h:40 msgid "Reverse order of the history shown in the menu" msgstr "Inversa l'òrdre de l'istoric mostrat dins lo menú" -#: ../panel-plugin/settings-dialog.ui.h:27 +#: ../panel-plugin/settings-dialog.ui.h:41 msgid "_Show actions by holding Control" msgstr "_Ignorar las accions en quichant Ctrl" -#: ../panel-plugin/settings-dialog.ui.h:28 +#: ../panel-plugin/settings-dialog.ui.h:42 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be shown" msgstr "Quand la seleccion es acabada (mirga o clavièr) e que la tòca Ctrl es encara quichada, lo menú contextual de las accions correspondentas serà ignorat" -#: ../panel-plugin/settings-dialog.ui.h:29 +#: ../panel-plugin/settings-dialog.ui.h:43 msgid "S_kip actions by holding Control" msgstr "_Ignorar las accions en quichant Ctrl" -#: ../panel-plugin/settings-dialog.ui.h:30 +#: ../panel-plugin/settings-dialog.ui.h:44 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be skipped" msgstr "Quand la seleccion es acabada (mirga o clavièr) e que la tòca Ctrl es encara quichada, lo menú contextual de las accions correspondentas serà ignorat" -#: ../panel-plugin/settings-dialog.ui.h:31 +#: ../panel-plugin/settings-dialog.ui.h:45 msgid "Tweaks" msgstr "Afinatge" -#: ../panel-plugin/settings-dialog.ui.h:32 -msgid "Edit Action" -msgstr "Editar l'accion" - -#: ../panel-plugin/settings-dialog.ui.h:33 -msgid "" -"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the " -"commands. The parameter \"\\0\" represents the complete text. If you don't " -"know regular expressions, have a look at the documentation of Clipman that " -"has an introdution for them." -msgstr "Podètz utilizar los paramètres de substitucion « \\1 », « \\2 » e mai dins las comandas. Lo paramètre « \\0 » representa lo tèxte complet. Se coneissètz pas las expressions regularas, consultatz la documentacion de Clipman que possedís una introduccion per elas." - -#: ../panel-plugin/settings-dialog.ui.h:34 -msgid "Name:" -msgstr "Nom :" - -#: ../panel-plugin/settings-dialog.ui.h:35 -msgid "Pattern:" -msgstr "Motiu :" - -#: ../panel-plugin/settings-dialog.ui.h:36 -msgid "The pattern is always anchored within the special characters ^$" -msgstr "Lo patron es totjorn enrodat de caractèrs especials ^$" - -#: ../panel-plugin/settings-dialog.ui.h:37 -msgid "Activate only on manual copy" -msgstr "Activar unicament al moment de las còpias manualas" - -#: ../panel-plugin/settings-dialog.ui.h:38 -msgid "" -"By default the action is triggerred by a selection, check this option to " -"trigger the action only when you make a manual copy" -msgstr "Per defaut l'accion es desenclavada per una seleccion, activatz aquesta opcion per desenclavar l'accion unicament se fasètz una còpia manuala" - -#: ../panel-plugin/settings-dialog.ui.h:39 -msgid "Action" -msgstr "Accion" - -#: ../panel-plugin/settings-dialog.ui.h:40 -msgid "Command:" -msgstr "Comanda :" - -#: ../panel-plugin/settings-dialog.ui.h:41 -msgid "Commands" -msgstr "Comandas" - -#: ../panel-plugin/settings-dialog.ui.h:42 +#: ../panel-plugin/settings-dialog.ui.h:46 msgid "Regular expression" msgstr "Expression regulara" -#: ../panel-plugin/main-panel-plugin.c:99 -#: ../panel-plugin/main-status-icon.c:136 +#: ../panel-plugin/main-panel-plugin.c:97 +#: ../panel-plugin/main-status-icon.c:137 msgid "_Disable" msgstr "_Desactivar" @@ -291,35 +310,39 @@ "%s" msgstr "Impossible d'executar la comanda « %s »\n\n%s" -#: ../panel-plugin/menu.c:235 +#: ../panel-plugin/menu.c:234 msgid "Are you sure you want to clear the history?" msgstr "Sètz segur que volètz escafar l'istoric ?" -#: ../panel-plugin/menu.c:244 +#: ../panel-plugin/menu.c:239 msgid "Don't ask again" msgstr "Demandar pas mai" -#: ../panel-plugin/menu.c:354 +#: ../panel-plugin/menu.c:362 msgid "Could not generate QR-Code." msgstr "Fracàs de generacion del còde QR" #. Insert empty menu item -#: ../panel-plugin/menu.c:368 +#: ../panel-plugin/menu.c:376 msgid "Clipboard is empty" msgstr "Lo quichapapièrs es void" -#: ../panel-plugin/plugin.c:326 +#: ../panel-plugin/menu.c:475 +msgid "_Clear history" +msgstr "Es_cafar l''istoric" + +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Contributors :" -#: ../panel-plugin/plugin.c:341 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Gestionari de quichapapièrs per Xfce" -#: ../panel-plugin/plugin.c:349 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Cédric Valmary (totenoc.org)" -#: ../panel-plugin/plugin.c:363 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Fracàs a la dobertura de la fenèstra de paramètres" diff -Nru xfce4-clipman-plugin-1.4.0/po/pl.po xfce4-clipman-plugin-1.4.1/po/pl.po --- xfce4-clipman-plugin-1.4.0/po/pl.po 2016-06-13 17:49:21.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/pl.po 2016-11-05 20:29:32.000000000 +0000 @@ -4,6 +4,7 @@ # # Translators: # Dawid, 2014 +# Marcin XD , 2016 # Piotr Maliński , 2006 # Piotr Sokół , 2009,2011-2012,2015 # Piotr Strębski , 2014,2016 @@ -11,9 +12,9 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-09 20:45+0000\n" -"Last-Translator: Piotr Strębski \n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-20 05:27+0000\n" +"Last-Translator: Marcin XD \n" "Language-Team: Polish (http://www.transifex.com/xfce/xfce-panel-plugins/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +34,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Menedżer schowka" @@ -160,7 +161,7 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "Jeśli zaznaczono, menu pokazuje QR-Code obecnie zaznaczonego wpisu schowka" @@ -304,7 +305,7 @@ msgid "_Disable" msgstr "_Wyłączenie" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -333,18 +334,18 @@ msgid "_Clear history" msgstr "_Wyczyść historię" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Współtwórcy:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Zarządza skopiowanymi elementami" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Piotr Maliński , 2006.\nPiotr Sokół , 2009, 2011, 2012." -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Nie można otworzyć okna preferencji" diff -Nru xfce4-clipman-plugin-1.4.0/po/pt_BR.po xfce4-clipman-plugin-1.4.1/po/pt_BR.po --- xfce4-clipman-plugin-1.4.0/po/pt_BR.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/pt_BR.po 2016-11-05 20:29:32.000000000 +0000 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-07-07 16:31+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-23 02:47+0000\n" "Last-Translator: André Miranda \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/xfce/xfce-panel-plugins/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -34,7 +34,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -161,7 +161,7 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "Se marcado, o menu mostra um Código QR da atual seleção da área de transferência" @@ -305,7 +305,7 @@ msgid "_Disable" msgstr "_Desabilitar" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -334,18 +334,18 @@ msgid "_Clear history" msgstr "Limpar históri_co" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Contribuidores:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Gerenciador da área de transferência para Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Gunther Furtado\nVladimir Melo\nOg Maciel\nAndré Miranda" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Não foi possível abrir o diálogo de configurações" diff -Nru xfce4-clipman-plugin-1.4.0/po/pt.po xfce4-clipman-plugin-1.4.1/po/pt.po --- xfce4-clipman-plugin-1.4.0/po/pt.po 2016-06-01 20:32:55.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/pt.po 2016-11-05 20:29:32.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-20 00:30+0200\n" -"PO-Revision-Date: 2016-05-31 14:58+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-10-13 12:05+0000\n" "Last-Translator: Nuno Miguel \n" "Language-Team: Portuguese (http://www.transifex.com/xfce/xfce-panel-plugins/language/pt/)\n" "MIME-Version: 1.0\n" @@ -75,25 +75,25 @@ msgid "Shrink the URL" msgstr "Encurtar URL" -#: ../panel-plugin/xfce4-clipman-settings.c:199 +#: ../panel-plugin/xfce4-clipman-settings.c:184 msgid "None" msgstr "Nenhum" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:201 +#: ../panel-plugin/xfce4-clipman-settings.c:186 msgid "Ctrl+V" msgstr "Ctrl+V" #. TRANSLATORS: Keyboard shortcut -#: ../panel-plugin/xfce4-clipman-settings.c:203 +#: ../panel-plugin/xfce4-clipman-settings.c:188 msgid "Shift+Insert" msgstr "Shift+Insert" -#: ../panel-plugin/xfce4-clipman-settings.c:536 +#: ../panel-plugin/xfce4-clipman-settings.c:511 msgid "Reset actions" msgstr "Repor ações" -#: ../panel-plugin/xfce4-clipman-settings.c:538 +#: ../panel-plugin/xfce4-clipman-settings.c:513 msgid "" "Are you sure you want to reset the actions to the system default values?" msgstr "Tem certeza que pretende repor as ações para os valores do sistema?" @@ -160,7 +160,7 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "Se ativar esta opção, o menu mostra o código QR da entrada de área de transferência selecionada" @@ -207,95 +207,95 @@ msgstr "Geral" #: ../panel-plugin/settings-dialog.ui.h:25 -msgid "_Enable actions" -msgstr "Ati_var ações" +msgid "_Enable automatic actions" +msgstr "Ati_var ações automáticas" #: ../panel-plugin/settings-dialog.ui.h:26 msgid "" -"If checked, the clipboard texts will be matched against regular expressions " -"and a menu will display possible actions" -msgstr "Se ativa, os textos da área de transferência serão comparados com expressões e um menu exibe as ações possíveis " +"If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions automatically.\n" +"Otherwise the menu will only appear when calling \"xfce4-popup-clipman-actions\" (and a match was found)" +msgstr "Se ativa, os textos da área de transferência serão comparados com expressões e um menu exibe as ações possíveis automaticamente.\nCaso contrário o menu apenas aparece quando chamado \"xfce4-popup-clipman-actions\" (e uma semelhança foi encontrada)" -#: ../panel-plugin/settings-dialog.ui.h:27 +#: ../panel-plugin/settings-dialog.ui.h:28 msgid "Add action" msgstr "Adicionar ação" -#: ../panel-plugin/settings-dialog.ui.h:28 +#: ../panel-plugin/settings-dialog.ui.h:29 msgid "Edit action" msgstr "Editar ação" -#: ../panel-plugin/settings-dialog.ui.h:29 +#: ../panel-plugin/settings-dialog.ui.h:30 msgid "Delete action" msgstr "Apagar ação" -#: ../panel-plugin/settings-dialog.ui.h:30 +#: ../panel-plugin/settings-dialog.ui.h:31 msgid "Reset all actions to the system default values" msgstr "Restaurar todas as ações para os valores originais" -#: ../panel-plugin/settings-dialog.ui.h:31 +#: ../panel-plugin/settings-dialog.ui.h:32 msgid "Actions" msgstr "Ações" -#: ../panel-plugin/settings-dialog.ui.h:32 +#: ../panel-plugin/settings-dialog.ui.h:33 msgid "Automatically paste a selected item from the history" msgstr "Colocar automaticamente um item do histórico na janela" -#: ../panel-plugin/settings-dialog.ui.h:33 +#: ../panel-plugin/settings-dialog.ui.h:34 msgid "_Paste instantly:" msgstr "Co_lar imediatamente:" -#: ../panel-plugin/settings-dialog.ui.h:34 +#: ../panel-plugin/settings-dialog.ui.h:35 msgid "P_osition menu at mouse pointer" msgstr "Menu no l_ocal do cursor" -#: ../panel-plugin/settings-dialog.ui.h:35 +#: ../panel-plugin/settings-dialog.ui.h:36 msgid "" "Popup the menu at the mouse pointer position, only for the xfce4-popup-" "clipman command" msgstr "Abrir o menu no local do cursor. Só utilizável com o comando xfce4-popup-clipman" -#: ../panel-plugin/settings-dialog.ui.h:36 +#: ../panel-plugin/settings-dialog.ui.h:37 msgid "_Reorder history items" msgstr "_Reorganizar itens do histórico" -#: ../panel-plugin/settings-dialog.ui.h:37 +#: ../panel-plugin/settings-dialog.ui.h:38 msgid "" "Push last copied text to the top of the history, useful to reorder old items" msgstr "Colocar últimos textos copiados no início do histórico. Útil para organizar itens antigos" -#: ../panel-plugin/settings-dialog.ui.h:38 +#: ../panel-plugin/settings-dialog.ui.h:39 msgid "Re_verse history order" msgstr "In_verter ordem do histórico" -#: ../panel-plugin/settings-dialog.ui.h:39 +#: ../panel-plugin/settings-dialog.ui.h:40 msgid "Reverse order of the history shown in the menu" msgstr "Inverter ordem do histórico mostrado no menu" -#: ../panel-plugin/settings-dialog.ui.h:40 +#: ../panel-plugin/settings-dialog.ui.h:41 msgid "_Show actions by holding Control" msgstr "Mo_strar ações ao premir Ctrl" -#: ../panel-plugin/settings-dialog.ui.h:41 +#: ../panel-plugin/settings-dialog.ui.h:42 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be shown" msgstr "Se efetuar a seleção (com o rato ou teclado) e mantiver a tecla Ctrl premida, será mostrado o menu para as opções disponíveis" -#: ../panel-plugin/settings-dialog.ui.h:42 +#: ../panel-plugin/settings-dialog.ui.h:43 msgid "S_kip actions by holding Control" msgstr "Ignorar ações ao pr_emir Ctrl" -#: ../panel-plugin/settings-dialog.ui.h:43 +#: ../panel-plugin/settings-dialog.ui.h:44 msgid "" "When the selection is done (mouse or keyboard) and the Control key is still " "pressed down, the popup menu for matched actions will be skipped" msgstr "Ao selecionar (com rato ou teclado) e manter a tecla Ctrl premida, o menu das ações coincidentes é ignorado" -#: ../panel-plugin/settings-dialog.ui.h:44 +#: ../panel-plugin/settings-dialog.ui.h:45 msgid "Tweaks" msgstr "Ajustes" -#: ../panel-plugin/settings-dialog.ui.h:45 +#: ../panel-plugin/settings-dialog.ui.h:46 msgid "Regular expression" msgstr "Expressão normal" @@ -320,16 +320,16 @@ msgid "Don't ask again" msgstr "Não perguntar novamente" -#: ../panel-plugin/menu.c:361 +#: ../panel-plugin/menu.c:362 msgid "Could not generate QR-Code." msgstr "Não foi possível gerar o código QR." #. Insert empty menu item -#: ../panel-plugin/menu.c:375 +#: ../panel-plugin/menu.c:376 msgid "Clipboard is empty" msgstr "A área de transferência está vazia" -#: ../panel-plugin/menu.c:474 +#: ../panel-plugin/menu.c:475 msgid "_Clear history" msgstr "_Apagar histórico" diff -Nru xfce4-clipman-plugin-1.4.0/po/sk.po xfce4-clipman-plugin-1.4.1/po/sk.po --- xfce4-clipman-plugin-1.4.0/po/sk.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/sk.po 2016-11-05 20:29:32.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-07-12 09:28+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-16 18:02+0000\n" "Last-Translator: Dušan Kazik \n" "Language-Team: Slovak (http://www.transifex.com/xfce/xfce-panel-plugins/language/sk/)\n" "MIME-Version: 1.0\n" @@ -33,7 +33,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -152,7 +152,7 @@ msgid "" "If checked, the selections will be synced with the default clipboard in a " "way that you can paste what you select" -msgstr "Ak je zapnuté, výbery budú synchronizované s predvolenou schránkou tak, že budete môcť vložiť to, čo označíte" +msgstr "Ak je zaškrtnuté, výbery budú synchronizované s predvolenou schránkou tak, že budete môcť vložiť to, čo označíte" #: ../panel-plugin/settings-dialog.ui.h:13 msgid "Show _QR-Code" @@ -160,9 +160,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Ak je zvolené, menu zobrazuje QR-kód aktuálne zvolenej položky schránky" +msgstr "Ak je zaškrtnuté, v menu sa zobrazí QR-kód aktuálne vybratej položky schránky" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -175,7 +175,7 @@ #: ../panel-plugin/settings-dialog.ui.h:17 msgid "" "If checked, this option will restore the history on every new Xfce session" -msgstr "Ak je zapnuté, história bude obnovená pri každom novom sedení Xfce" +msgstr "Ak je zaškrtnuté, história bude obnovená pri každom novom sedení Xfce" #: ../panel-plugin/settings-dialog.ui.h:18 msgid "Store last copied _image" @@ -183,7 +183,7 @@ #: ../panel-plugin/settings-dialog.ui.h:19 msgid "If checked, this option allows to store one image inside the history" -msgstr "Ak je zapnuté, bude možné uložiť jeden obrázok v histórii" +msgstr "Ak je zaškrtnuté, bude možné uložiť jeden obrázok v histórii" #: ../panel-plugin/settings-dialog.ui.h:20 msgid "Ignore s_elections" @@ -192,7 +192,7 @@ #: ../panel-plugin/settings-dialog.ui.h:21 msgid "" "If checked, the selections won't affect the history except the manual copies" -msgstr "Ak je zapnuté, výbery neovplyvnia históriu, okrem ručného kopírovania" +msgstr "Ak je zaškrtnuté, výbery neovplyvnia históriu, okrem ručného kopírovania" #: ../panel-plugin/settings-dialog.ui.h:22 msgid "Size of the _history:" @@ -304,7 +304,7 @@ msgid "_Disable" msgstr "_Zakázať" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -333,18 +333,18 @@ msgid "_Clear history" msgstr "Vy_mazať históriu" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Prispievatelia:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Správca schránky pre Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Robert Hartl \nTomáš Vadina " -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Nedá sa otvoriť dialóg nastavení" diff -Nru xfce4-clipman-plugin-1.4.0/po/sv.po xfce4-clipman-plugin-1.4.1/po/sv.po --- xfce4-clipman-plugin-1.4.0/po/sv.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/sv.po 2016-11-05 20:29:32.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-29 21:10+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-10-02 08:40+0000\n" "Last-Translator: Påvel Nicklasson \n" "Language-Team: Swedish (http://www.transifex.com/xfce/xfce-panel-plugins/language/sv/)\n" "MIME-Version: 1.0\n" @@ -31,7 +31,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -158,9 +158,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "Om förbockat, visar menyn en QR-kod för den för närvarande valda urklippsposten" +msgstr "Om förbockat, visar menyn en QR-kod av det aktuella urklippsposten" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -302,7 +302,7 @@ msgid "_Disable" msgstr "_Inaktivera" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -331,18 +331,18 @@ msgid "_Clear history" msgstr "_Rensa historik" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Bidragsgivare:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Urklippshanterare för Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Daniel Nylander\nPåvel Nicklasson" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Det gick inte att öppna inställningsdialogen" diff -Nru xfce4-clipman-plugin-1.4.0/po/uk.po xfce4-clipman-plugin-1.4.1/po/uk.po --- xfce4-clipman-plugin-1.4.0/po/uk.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/uk.po 2016-11-05 20:29:32.000000000 +0000 @@ -4,14 +4,15 @@ # # Translators: # Dmitry Nikitin , 2007 +# dsafsadf , 2016 # Yarema aka Knedlyk , 2014,2016 msgid "" msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-17 17:21+0000\n" -"Last-Translator: Yarema aka Knedlyk \n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-17 21:58+0000\n" +"Last-Translator: dsafsadf \n" "Language-Team: Ukrainian (http://www.transifex.com/xfce/xfce-panel-plugins/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,7 +32,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Буфер обміну" @@ -158,7 +159,7 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" msgstr "Якщо відмічено, тоді меню показує QR-код вибраного елемента буфера обміну " @@ -302,7 +303,7 @@ msgid "_Disable" msgstr "_Відключити" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -331,18 +332,18 @@ msgid "_Clear history" msgstr "_О_чистити історію" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "Помічники:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Керування буфером обміну для Xfce" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Dmitry Nikitin" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "Неможливо відкрити діалог налаштувань" diff -Nru xfce4-clipman-plugin-1.4.0/po/zh_CN.po xfce4-clipman-plugin-1.4.1/po/zh_CN.po --- xfce4-clipman-plugin-1.4.0/po/zh_CN.po 2016-09-15 08:09:29.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/zh_CN.po 2016-11-23 22:38:46.000000000 +0000 @@ -6,6 +6,7 @@ # Chipong Luo , 2011-2012 # Hunt Xu , 2009 # Hydonsingore Cia , 2006 +# Levi Zhou , 2016 # Mingcong Bai , 2016 # 玉堂白鹤 , 2014 # xiaobo zhou , 2014 @@ -14,8 +15,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-08-07 08:05+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-11-23 16:15+0000\n" "Last-Translator: Mingcong Bai \n" "Language-Team: Chinese (China) (http://www.transifex.com/xfce/xfce-panel-plugins/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -30,13 +31,13 @@ "application running in the notification area. It keeps a history of text and" " images of content copied to the clipboard. It also has a feature to execute" " actions on specific text selection by matching them against regexes." -msgstr "剪贴板管理器提供一个 Xfce 的面板插件和在通知区域中单独执行的应用程式。它保留了文字及图片被复制到剪贴板的历史。它也有被选择的文字符合正则表达式时可执行的功能。" +msgstr "剪贴板管理器是一个 Xfce 的面板插件,它在通知区域中单独执行。它保留了文字及图片被复制到剪贴板的历史。它也有在被选择的文字符合正则表达式时执行的功能。" #: ../panel-plugin/xfce4-clipman.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman 剪贴板管理器" @@ -163,9 +164,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "如果选中,菜单将会显示正确选中的剪贴板条目的 QR 码" +msgstr "如果选中,菜单将会显示当前选中的剪贴板条目的二维码。" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -307,7 +308,7 @@ msgid "_Disable" msgstr "禁用(_D)" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -336,18 +337,18 @@ msgid "_Clear history" msgstr "清除历史(_C)" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "贡献者:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Xfce 剪贴板管理器" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Hydonsingore Cia , 2006.\nHunt Xu , 2009.\nChipong Luo , 2011, 2012。" -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "未能打开设置对话框" diff -Nru xfce4-clipman-plugin-1.4.0/po/zh_TW.po xfce4-clipman-plugin-1.4.1/po/zh_TW.po --- xfce4-clipman-plugin-1.4.0/po/zh_TW.po 2016-06-02 18:47:07.000000000 +0000 +++ xfce4-clipman-plugin-1.4.1/po/zh_TW.po 2016-11-05 20:29:32.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-02 00:31+0200\n" -"PO-Revision-Date: 2016-06-02 04:49+0000\n" +"POT-Creation-Date: 2016-09-15 18:31+0200\n" +"PO-Revision-Date: 2016-09-16 13:58+0000\n" "Last-Translator: Jeff Huang \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/xfce/xfce-panel-plugins/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -33,7 +33,7 @@ #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1 #: ../panel-plugin/main-panel-plugin.c:73 -#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:318 +#: ../panel-plugin/main-status-icon.c:62 ../panel-plugin/plugin.c:319 msgid "Clipman" msgstr "Clipman" @@ -160,9 +160,9 @@ #: ../panel-plugin/settings-dialog.ui.h:14 msgid "" -"If checked, the menu shows a QR-Code of the corrently selected clipboard " +"If checked, the menu shows a QR-Code of the currently selected clipboard " "entry" -msgstr "如勾選,選單會顯示正確選取剪貼簿項目的 QR 碼" +msgstr "如勾選,選單會顯示目前選取的剪貼簿項目的二維條碼" #: ../panel-plugin/settings-dialog.ui.h:15 msgid "Behavior" @@ -304,7 +304,7 @@ msgid "_Disable" msgstr "停用(_D)" -#: ../panel-plugin/actions.c:369 +#: ../panel-plugin/actions.c:370 #, c-format msgid "" "Unable to execute the command \"%s\"\n" @@ -333,18 +333,18 @@ msgid "_Clear history" msgstr "清除歷史(_C)" -#: ../panel-plugin/plugin.c:306 +#: ../panel-plugin/plugin.c:307 msgid "Contributors:" msgstr "貢獻者:" -#: ../panel-plugin/plugin.c:320 +#: ../panel-plugin/plugin.c:321 msgid "Clipboard Manager for Xfce" msgstr "Xfce 的剪貼簿管理員" -#: ../panel-plugin/plugin.c:328 +#: ../panel-plugin/plugin.c:329 msgid "translator-credits" msgstr "Hydonsingore Cia, 2009.\nCheng-Chia Tseng , 2011." -#: ../panel-plugin/plugin.c:342 +#: ../panel-plugin/plugin.c:343 msgid "Unable to open the settings dialog" msgstr "無法開啟設定值對話窗"