diff -Nru plank-0.10.9+bzr1493/autogen.sh plank-0.10.9+bzr1495/autogen.sh --- plank-0.10.9+bzr1493/autogen.sh 1970-01-01 00:00:00.000000000 +0000 +++ plank-0.10.9+bzr1495/autogen.sh 2016-02-07 10:10:05.000000000 +0000 @@ -0,0 +1,38 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +(test -f $srcdir/configure.ac) || { + echo "**Error**: Directory "\`$srcdir\'" does not look like the top-level project directory" + exit 1 +} + +PKG_NAME=`autoconf --trace 'AC_INIT:$1' "$srcdir/configure.ac"` + +if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then + echo "**Warning**: I am going to run \`configure' with no arguments." >&2 + echo "If you wish to pass any to it, please specify them on the" >&2 + echo \`$0\'" command line." >&2 + echo "" >&2 +fi + +set -x +aclocal --install || exit 1 +intltoolize --force --copy --automake || exit 1 +autoreconf --verbose --force --install -Wno-portability || exit 1 +set +x + +if [ "$NOCONFIGURE" = "" ]; then + set -x + $srcdir/configure "$@" || exit 1 + set +x + + if [ "$1" = "--help" ]; then exit 0 else + echo "Now type \`make\' to compile $PKG_NAME" || exit 1 + fi +else + echo "Skipping configure process." +fi + diff -Nru plank-0.10.9+bzr1493/ChangeLog plank-0.10.9+bzr1495/ChangeLog --- plank-0.10.9+bzr1493/ChangeLog 2016-02-01 06:40:30.000000000 +0000 +++ plank-0.10.9+bzr1495/ChangeLog 2016-02-07 10:11:19.000000000 +0000 @@ -1,3 +1,13 @@ +2016-02-07 Rico Tzschichholz + + po: Update translations + +2016-02-02 Rico Tzschichholz + + build: Add autogen.sh to tarball + + Conveniently rebuild/update the autotools downstream. + 2016-02-01 Rico Tzschichholz unity: Use the real sender-name given by NameOwnerChanged diff -Nru plank-0.10.9+bzr1493/configure plank-0.10.9+bzr1495/configure --- plank-0.10.9+bzr1493/configure 2016-02-01 06:39:51.000000000 +0000 +++ plank-0.10.9+bzr1495/configure 2016-02-07 10:10:37.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for plank 0.10.9.1493. +# Generated by GNU Autoconf 2.69 for plank 0.10.9.1495. # # Report bugs to . # @@ -650,8 +650,8 @@ # Identity of this package. PACKAGE_NAME='plank' PACKAGE_TARNAME='plank' -PACKAGE_VERSION='0.10.9.1493' -PACKAGE_STRING='plank 0.10.9.1493' +PACKAGE_VERSION='0.10.9.1495' +PACKAGE_STRING='plank 0.10.9.1495' PACKAGE_BUGREPORT='https://bugs.launchpad.net/plank' PACKAGE_URL='https://launchpad.net/plank' @@ -1554,7 +1554,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 plank 0.10.9.1493 to adapt to many kinds of systems. +\`configure' configures plank 0.10.9.1495 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1625,7 +1625,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of plank 0.10.9.1493:";; + short | recursive ) echo "Configuration of plank 0.10.9.1495:";; esac cat <<\_ACEOF @@ -1788,7 +1788,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -plank configure 0.10.9.1493 +plank configure 0.10.9.1495 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2278,7 +2278,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by plank $as_me 0.10.9.1493, which was +It was created by plank $as_me 0.10.9.1495, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3168,7 +3168,7 @@ # Define the identity of the package. PACKAGE='plank' - VERSION='0.10.9.1493' + VERSION='0.10.9.1495' cat >>confdefs.h <<_ACEOF @@ -19073,7 +19073,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by plank $as_me 0.10.9.1493, which was +This file was extended by plank $as_me 0.10.9.1495, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19140,7 +19140,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -plank config.status 0.10.9.1493 +plank config.status 0.10.9.1495 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru plank-0.10.9+bzr1493/debian/changelog plank-0.10.9+bzr1495/debian/changelog --- plank-0.10.9+bzr1493/debian/changelog 2016-02-01 06:41:43.000000000 +0000 +++ plank-0.10.9+bzr1495/debian/changelog 2016-02-07 10:12:32.000000000 +0000 @@ -1,8 +1,8 @@ -plank (0.10.9+bzr1493-0elementary1~ubuntu16.04.1) xenial; urgency=high +plank (0.10.9+bzr1495-0elementary1~ubuntu16.04.1) xenial; urgency=high - * New development release of lp:pantheon-dock bzr1493 + * New development release of lp:pantheon-dock bzr1495 - -- Rico Tzschichholz Mon, 01 Feb 2016 07:41:43 +0100 + -- Rico Tzschichholz Sun, 07 Feb 2016 11:12:32 +0100 plank (0.10.1-1) unstable; urgency=medium diff -Nru plank-0.10.9+bzr1493/Makefile.am plank-0.10.9+bzr1495/Makefile.am --- plank-0.10.9+bzr1493/Makefile.am 2016-02-01 06:39:20.000000000 +0000 +++ plank-0.10.9+bzr1495/Makefile.am 2016-02-07 10:10:05.000000000 +0000 @@ -27,6 +27,7 @@ $(NULL) EXTRA_DIST = \ + autogen.sh \ COPYING.LGPL2.1 \ COPYRIGHT \ HACKING \ diff -Nru plank-0.10.9+bzr1493/Makefile.in plank-0.10.9+bzr1495/Makefile.in --- plank-0.10.9+bzr1493/Makefile.in 2016-02-01 06:39:54.000000000 +0000 +++ plank-0.10.9+bzr1495/Makefile.in 2016-02-07 10:10:40.000000000 +0000 @@ -437,6 +437,7 @@ $(NULL) EXTRA_DIST = \ + autogen.sh \ COPYING.LGPL2.1 \ COPYRIGHT \ HACKING \ diff -Nru plank-0.10.9+bzr1493/po/sr.po plank-0.10.9+bzr1495/po/sr.po --- plank-0.10.9+bzr1493/po/sr.po 2016-02-01 06:39:20.000000000 +0000 +++ plank-0.10.9+bzr1495/po/sr.po 2016-02-07 10:10:05.000000000 +0000 @@ -1,33 +1,33 @@ # Serbian translation for plank # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the plank package. -# FIRST AUTHOR , 2011. -# +# Мирослав Николић , 2016. msgid "" msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-01-04 19:57+0000\n" -"PO-Revision-Date: 2015-12-23 00:40+0000\n" -"Last-Translator: Rico Tzschichholz \n" -"Language-Team: Serbian \n" +"POT-Creation-Date: 2016-02-01 06:37+0000\n" +"PO-Revision-Date: 2016-01-31 15:45+0000\n" +"Last-Translator: Мирослав Николић \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-01-05 05:15+0000\n" -"X-Generator: Launchpad (build 17876)\n" +"X-Launchpad-Export-Date: 2016-02-02 05:28+0000\n" +"X-Generator: Launchpad (build 17908)\n" +"Language: sr\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." -msgstr "Глупаво једноставна." +msgstr "Шашаво једноставно." #: ../data/plank.appdata.xml.in.h:2 msgid "" "Plank is meant to be the simplest dock on the planet. The goal is to provide " "just what a dock needs and absolutely nothing more." msgstr "" -"Планк би требао да буде најпростији док на планети. Циљ је да пружи само оно " -"што док треба и апсолутно ништа више." +"Планк би требао да буде најједноставнији док на планети. Његов циљ је да " +"пружи само оно што док треба да пружи и апсолутно ништа више." #: ../data/plank.appdata.xml.in.h:3 msgid "" @@ -37,154 +37,159 @@ "core features while Docky extends it to add fancier things like Docklets, " "painters, settings dialogs, etc." msgstr "" +"То је, уствари, библиотека која се може проширити како би се направили други " +"лучки програми са више напредних функција. Стога, Планк је полазна " +"технологија за Доки (почевши од издања 3.0.0) и циљ му је да обезбеди све " +"кључне функције, док их Доки проширује како би додао китњастије ствари као " +"што су справице, сликари, прозорчићи подешавања, итд." #: ../data/ui/preferences.ui.h:1 msgid "Theme:" -msgstr "" +msgstr "Тема:" #: ../data/ui/preferences.ui.h:2 msgid "Position:" -msgstr "" +msgstr "Положај:" #: ../data/ui/preferences.ui.h:3 msgid "Left" -msgstr "" +msgstr "Лево" #: ../data/ui/preferences.ui.h:4 msgid "Right" -msgstr "" +msgstr "Десно" #: ../data/ui/preferences.ui.h:5 msgid "Top" -msgstr "" +msgstr "Горе" #: ../data/ui/preferences.ui.h:6 msgid "Bottom" -msgstr "" +msgstr "Доле" #: ../data/ui/preferences.ui.h:7 msgid "Alignment:" -msgstr "" +msgstr "Поравнање:" #: ../data/ui/preferences.ui.h:8 msgid "Fill" -msgstr "" +msgstr "Испуњено" #: ../data/ui/preferences.ui.h:9 msgid "Start" -msgstr "" +msgstr "На почетак" #: ../data/ui/preferences.ui.h:10 msgid "End" -msgstr "" +msgstr "На крај" #: ../data/ui/preferences.ui.h:11 msgid "Center" -msgstr "" +msgstr "По средини" #: ../data/ui/preferences.ui.h:12 msgid "On Primary Display:" -msgstr "" +msgstr "На главном екрану:" #: ../data/ui/preferences.ui.h:13 msgid "Offset in percent from the center of the screen-edge" -msgstr "" +msgstr "Помак у процентима од средишта до ивице екрана." #: ../data/ui/preferences.ui.h:14 msgid "Icon Alignment:" -msgstr "" +msgstr "Поравнање иконице:" #: ../data/ui/preferences.ui.h:15 msgid "Icon Size:" -msgstr "" +msgstr "Величина иконице:" #: ../data/ui/preferences.ui.h:16 msgid "Icon Zoom:" -msgstr "" +msgstr "Увеличање иконице:" -#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:91 +#: ../data/ui/preferences.ui.h:17 ../lib/Widgets/PreferencesWindow.vala:98 msgid "Appearance" -msgstr "" +msgstr "Изглед" #: ../data/ui/preferences.ui.h:18 msgid "Intellihide" -msgstr "" +msgstr "Паметно скривање" #: ../data/ui/preferences.ui.h:19 msgid "Autohide" -msgstr "" +msgstr "Самостално скривање" #: ../data/ui/preferences.ui.h:20 msgid "Dodge maximized window" -msgstr "" +msgstr "Избегавај увећан прозор" #: ../data/ui/preferences.ui.h:21 msgid "Window Dodge" -msgstr "" +msgstr "Избегавање прозора" #: ../data/ui/preferences.ui.h:22 msgid "Dodge active window" -msgstr "" +msgstr "Избегавај радни прозор" #: ../data/ui/preferences.ui.h:23 msgid "Hide Dock" -msgstr "" +msgstr "Сакриј док" #: ../data/ui/preferences.ui.h:24 msgid "Hide Delay:" -msgstr "" +msgstr "Кашњење скривања:" #: ../data/ui/preferences.ui.h:25 msgid "Delay in ms before hiding the dock" -msgstr "" +msgstr "Време у милисекундама пре скривања дока" #: ../data/ui/preferences.ui.h:26 msgid "Unhide Delay:" -msgstr "" +msgstr "Кашњење откривања:" #: ../data/ui/preferences.ui.h:27 msgid "Delay in ms before showing the dock" -msgstr "" +msgstr "Време у милисекундама пре откривања дока" #: ../data/ui/preferences.ui.h:28 msgid "Pressure Reveal:" -msgstr "" +msgstr "Приказивање притиском:" #: ../data/ui/preferences.ui.h:29 msgid "Item Management" -msgstr "" +msgstr "Управљање ставкама" #: ../data/ui/preferences.ui.h:30 msgid "Show Unpinned:" -msgstr "" +msgstr "Прикажи откачене:" #: ../data/ui/preferences.ui.h:31 msgid "Restrict to Workspace:" -msgstr "" +msgstr "Ограничи на радни простор:" #: ../data/ui/preferences.ui.h:32 msgid "Lock Icons:" -msgstr "" +msgstr "Закључај иконице:" #: ../data/ui/preferences.ui.h:33 msgid "Automatic Pinning:" -msgstr "" +msgstr "Самостално прикачињање:" #: ../data/ui/preferences.ui.h:34 msgid "Show Item for Dock:" -msgstr "" +msgstr "Прикажи ставку за док:" -#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:92 +#: ../data/ui/preferences.ui.h:35 ../lib/Widgets/PreferencesWindow.vala:99 msgid "Behaviour" -msgstr "" +msgstr "Понашање" -#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:93 +#: ../data/ui/preferences.ui.h:36 ../lib/Widgets/PreferencesWindow.vala:100 msgid "Docklets" -msgstr "" +msgstr "Справице" -#: ../lib/DragManager.vala:470 ../lib/Items/PlaceholderDockItem.vala:51 +#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51 msgid "Drop to add to dock" -msgstr "Довуците мишем да би сте додали на док" +msgstr "Довуците мишем да додате на док" #: ../lib/Factories/AbstractMain.vala:388 ../src/Main.vala:75 msgid "translator-credits" @@ -192,16 +197,17 @@ "Launchpad Contributions:\n" " Rico Tzschichholz https://launchpad.net/~ricotz\n" " Иван Благојевић https://launchpad.net/~ivanblago\n" +" Мирослав Николић https://launchpad.net/~lipek\n" " Никола Радовановић https://launchpad.net/~nikoola" #: ../lib/Items/ApplicationDockItem.vala:450 #: ../lib/Items/FileDockItem.vala:330 ../lib/Items/FileDockItem.vala:352 msgid "_Keep in Dock" -msgstr "_Задржи на полици" +msgstr "Задржи на _полици" #: ../lib/Items/ApplicationDockItem.vala:458 msgid "_Close All" -msgstr "_Затвори све" +msgstr "Затвори _све" #: ../lib/Items/ApplicationDockItem.vala:458 msgid "_Close" @@ -210,11 +216,11 @@ #: ../lib/Items/ApplicationDockItem.vala:530 #, c-format msgid "Drop to open with %s" -msgstr "Убаците да отворите са %s" +msgstr "Превуците мишем да отворите програмом %s" #: ../lib/Items/FileDockItem.vala:336 msgid "_Open in File Browser" -msgstr "_Отвори у прегледачу датотека" +msgstr "Отвори у _прегледачу датотека" #: ../lib/Items/FileDockItem.vala:358 msgid "_Open" @@ -226,16 +232,16 @@ #: ../lib/Items/PlaceholderDockItem.vala:37 msgid "Drop applications or files here" -msgstr "" +msgstr "Овде превуците програме или датотеке" #: ../lib/Items/PlankDockItem.vala:73 msgid "Get _Help Online..." -msgstr "Потражи _помоћ на интернету..." +msgstr "Потражите _помоћ на интернету..." #: ../lib/Items/PlankDockItem.vala:77 msgid "_Translate This Application..." -msgstr "_Преведи ову апликацију" +msgstr "_Преведите овај програм..." -#: ../lib/Widgets/PreferencesWindow.vala:65 +#: ../lib/Widgets/PreferencesWindow.vala:72 msgid "Preferences" msgstr "Поставке" diff -Nru plank-0.10.9+bzr1493/.tarball-version plank-0.10.9+bzr1495/.tarball-version --- plank-0.10.9+bzr1493/.tarball-version 2016-02-01 06:40:31.000000000 +0000 +++ plank-0.10.9+bzr1495/.tarball-version 2016-02-07 10:11:20.000000000 +0000 @@ -1 +1 @@ -0.10.9.1493 +0.10.9.1495 diff -Nru plank-0.10.9+bzr1493/.version plank-0.10.9+bzr1495/.version --- plank-0.10.9+bzr1493/.version 2016-02-01 06:40:00.000000000 +0000 +++ plank-0.10.9+bzr1495/.version 2016-02-07 10:10:47.000000000 +0000 @@ -1 +1 @@ -0.10.9.1493 +0.10.9.1495