diff -Nru ubuntu-mate-artwork-0.3.6~precise3/debian/changelog ubuntu-mate-artwork-0.3.7~precise1/debian/changelog --- ubuntu-mate-artwork-0.3.6~precise3/debian/changelog 2014-09-22 08:30:20.000000000 +0000 +++ ubuntu-mate-artwork-0.3.7~precise1/debian/changelog 2015-01-20 16:24:45.000000000 +0000 @@ -1,10 +1,21 @@ -ubuntu-mate-artwork (0.3.6~precise3) precise; urgency=medium +ubuntu-mate-artwork (0.3.7~precise1) precise; urgency=medium + + * Enable grub theme activation. + * Added Ubuntu MATE Gray wallpaper contributed by Gerard Aalders. + * Added screen reader key binding and indicator selection to LightDM. + * Added support for GTK 3.10. + * Updated Terminal and Pluma background colour to #33322f. + * Updated Ambiant-MATE and Radiant-MATE icons themes with green icons. + + -- Ubuntu MATE Developers Fri, 31 Oct 2014 15:32:52 +0100 + +ubuntu-mate-artwork (0.3.6) trusty; urgency=medium * Split grub2-themes-ubuntu-mate into a seperate package. -- Ubuntu MATE Developers Sun, 21 Sep 2014 08:21:50 +0100 -ubuntu-mate-artwork (0.3.5) utopic; urgency=medium +ubuntu-mate-artwork (0.3.5) trusty; urgency=medium * Added grub-theme-ubuntu-mate transitional package. * Added accessibility features to LightDM. @@ -12,32 +23,32 @@ -- Ubuntu MATE Developers Mon, 15 Sep 2014 21:18:27 +0100 -ubuntu-mate-artwork (0.3.4) utopic; urgency=medium +ubuntu-mate-artwork (0.3.4) trusty; urgency=medium * Added Déjà Dup mono icons. * Renamed Ubuntu MATE GRUB2 themes. -- Ubuntu MATE Developers Sun, 14 Sep 2014 03:14:10 +0100 -ubuntu-mate-artwork (0.3.3) utopic; urgency=medium +ubuntu-mate-artwork (0.3.3) trusty; urgency=medium * Added Ubuntu MATE theme for GRUB. -- Ubuntu MATE Developers Thu, 04 Sep 2014 01:13:10 +0100 -ubuntu-mate-artwork (0.3.2~utopic1) utopic; urgency=medium +ubuntu-mate-artwork (0.3.2~trusty1) trusty; urgency=medium * Fixed index.theme for Ambiant-MATE and Radiant-MATE. -- Ubuntu MATE Developers Mon, 01 Sep 2014 05:13:28 +0100 -ubuntu-mate-artwork (0.3.1~utopic1) utopic; urgency=medium +ubuntu-mate-artwork (0.3.1~trusty1) trusty; urgency=medium * Merged all mono icons. -- Ubuntu MATE Developers Mon, 01 Sep 2014 02:54:41 +0100 -ubuntu-mate-artwork (0.3.0~utopic1) utopic; urgency=medium +ubuntu-mate-artwork (0.3.0~trusty1) trusty; urgency=medium * Added LightDM themes. diff -Nru ubuntu-mate-artwork-0.3.6~precise3/etc/lightdm/lightdm-gtk-greeter-ubuntu-mate.conf ubuntu-mate-artwork-0.3.7~precise1/etc/lightdm/lightdm-gtk-greeter-ubuntu-mate.conf --- ubuntu-mate-artwork-0.3.6~precise3/etc/lightdm/lightdm-gtk-greeter-ubuntu-mate.conf 2014-09-17 18:17:27.000000000 +0000 +++ ubuntu-mate-artwork-0.3.7~precise1/etc/lightdm/lightdm-gtk-greeter-ubuntu-mate.conf 2015-01-20 16:22:00.000000000 +0000 @@ -26,3 +26,5 @@ xft-rgba=rgb indicators=~a11y;~language;~session;~power keyboard=onboard +reader=orca +a11y-states=contrast;font;keyboard;reader diff -Nru ubuntu-mate-artwork-0.3.6~precise3/lib/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.grub ubuntu-mate-artwork-0.3.7~precise1/lib/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.grub --- ubuntu-mate-artwork-0.3.6~precise3/lib/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.grub 2014-09-22 08:28:58.000000000 +0000 +++ ubuntu-mate-artwork-0.3.7~precise1/lib/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.grub 2015-01-20 16:22:00.000000000 +0000 @@ -3,8 +3,8 @@ fi color_normal=light-gray/black - -if [ -e /boot/grub/themes/ubuntu-mate/theme.txt ]; then + +if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then insmod png - theme=/boot/grub/themes/ubuntu-mate/theme.txt + theme=${prefix}/themes/ubuntu-mate/theme.txt fi diff -Nru ubuntu-mate-artwork-0.3.6~precise3/symlink.sh ubuntu-mate-artwork-0.3.7~precise1/symlink.sh --- ubuntu-mate-artwork-0.3.6~precise3/symlink.sh 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-mate-artwork-0.3.7~precise1/symlink.sh 2015-01-20 16:22:00.000000000 +0000 @@ -0,0 +1,32 @@ +#!/usr/bin/env bash + +if [ -f folder.svg ]; then +echo "Linking folder.svg" +ln -s folder.svg gnome-folder.svg +ln -s folder.svg gnome-fs-directory.svg +ln -s folder.svg gtk-directory.svg +ln -s folder.svg inode-directory.svg +ln -s folder.svg stock_folder.svg +fi +exit + +if [ -f folder-remote.svg ]; then +echo "Linking folder-remote.svg" +ln -s folder-remote.svg gnome-fs-network.svg +ln -s folder-remote.svg gnome-fs-nfs.svg +ln -s folder-remote.svg gnome-fs-share.svg +ln -s folder-remote.svg gnome-fs-smb.svg +ln -s folder-remote.svg gnome-fs-ssh.svg +ln -s folder-remote.svg gnome-mime-x-directory-smb-share.svg +ln -s folder-remote.svg gnome-mime-x-directory-smb-workgroup.svg +ln -s folder-remote.svg gtk-network.svg +ln -s folder-remote.svg network_local.svg +ln -s folder-remote.svg network.svg +ln -s folder-remote.svg network-workgroup.svg +ln -s folder-remote.svg user-share.svg +fi + +if [ -f folder-video.svg ]; then +echo "Linking folder-video.svg" +ln -s folder-video.svg folder-videos.svg +fi Binary files /tmp/sq_KX4FGE0/ubuntu-mate-artwork-0.3.6~precise3/usr/share/backgrounds/ubuntu-mate-utopic/Ubuntu-Mate-Gray.png and /tmp/hvvbx2fzyW/ubuntu-mate-artwork-0.3.7~precise1/usr/share/backgrounds/ubuntu-mate-utopic/Ubuntu-Mate-Gray.png differ diff -Nru ubuntu-mate-artwork-0.3.6~precise3/usr/share/gtksourceview-2.0/styles/Ambiant-MATE.xml ubuntu-mate-artwork-0.3.7~precise1/usr/share/gtksourceview-2.0/styles/Ambiant-MATE.xml --- ubuntu-mate-artwork-0.3.6~precise3/usr/share/gtksourceview-2.0/styles/Ambiant-MATE.xml 2014-08-20 20:11:27.000000000 +0000 +++ ubuntu-mate-artwork-0.3.7~precise1/usr/share/gtksourceview-2.0/styles/Ambiant-MATE.xml 2015-01-20 16:22:00.000000000 +0000 @@ -2,7 +2,7 @@ Christian Dannie Storgaard (Cybolic) <_description>A dark theme to match Ambiant-MATE