~mate-desktop/mate-desktop/+git/mate-utils:1.14

Last commit made on 2016-08-12
Get this branch:
git clone -b 1.14 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-utils

Branch merges

Branch information

Recent commits

59c640b... by Vlad Orlov

release 1.14.1

bcdf35e... by raveit65

distcheck: explicitly use currently selected GTK+ version

5ee5146... by Vlad Orlov

po: drop languages not present on Transifex (or present but empty)

5bb331e... by Vlad Orlov

po: actually add new languages from Transifex

15eeea9... by raveit65

libgdict: fix emission of lookup-start

Emit lookup-start at the beginning of every lookup command instead of
after receiving response from server.

https://bugzilla.gnome.org/show_bug.cgi?id=537807

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=4bf5701

0fcdfec... by raveit65

mdict: Remove assertion in sidebar code

Allow the sidebar page to be unset.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6

9c2a3ab... by raveit65

sync with Transiflex

5ab1846... by Kir Kolyshkin

mate-dict.pc: depend upon proper gtk version

If the package is built against gtk-3.0 (as in
./configure --with-gtk=3.0), mate-dict.pc still wants gtk-2.0
since it's hardcoded it there. This can lead to improper builds
of packages using libmatedict (although I can't find any now),
as well as improper RPM dependencies, like this:

 $ rpm -e gtk2-devel
 error: Failed dependencies:
 ...
 pkgconfig(gtk+-2.0) is needed by (installed) mate-utils-devel-1.14.0-1gtk3.fc23.x86_64

Fortunately, the file is already generated, so it's trivial to add
a proper substitution.

[v2: also add min GTK version required]

Signed-off-by: Kir Kolyshkin <email address hidden>

d093ed1... by Vlad Orlov

po: fix sorting in LINGUAS a bit

f1bd0b0... by Vlad Orlov

po: add missing .po files from Transifex

they were added to list in po/LINGUAS but not into repo...