diff -Nru ubuntu-mate-artwork-0.4.7/debian/changelog ubuntu-mate-artwork-0.4.8/debian/changelog --- ubuntu-mate-artwork-0.4.7/debian/changelog 2015-04-16 13:15:30.000000000 +0100 +++ ubuntu-mate-artwork-0.4.8/debian/changelog 2015-05-19 11:32:04.000000000 +0100 @@ -1,3 +1,11 @@ +ubuntu-mate-artwork (0.4.8) wily; urgency=medium + + * Fixed the progress bar colours in GTK3 applications. (LP: #1437690) + * Added ubuntu-mate-wallpaper-wily package. + * Closes (LP: #1456591) + + -- Martin Wimpress Wed, 13 May 2015 23:25:43 +0000 + ubuntu-mate-artwork (0.4.7) vivid; urgency=medium [ Martin Wimpress ] diff -Nru ubuntu-mate-artwork-0.4.7/debian/control ubuntu-mate-artwork-0.4.8/debian/control --- ubuntu-mate-artwork-0.4.7/debian/control 2015-04-16 13:15:30.000000000 +0100 +++ ubuntu-mate-artwork-0.4.8/debian/control 2015-05-14 18:58:34.000000000 +0100 @@ -25,7 +25,7 @@ Section: metapackages Depends: ${misc:Depends}, ubuntu-mate-wallpapers-utopic, - ubuntu-mate-wallpapers-vivid + ubuntu-mate-wallpapers-wily Suggests: mate-backgrounds Description: Wallpaper and background images for Ubuntu MATE The default Ubuntu MATE wallpapers. This is also a metapackage depending on @@ -43,6 +43,12 @@ Description: Ubuntu MATE 15.04 Wallpapers Wallpapers from the Ubuntu MATE community for Ubuntu MATE 15.04 +Package: ubuntu-mate-wallpapers-wily +Architecture: all +Depends: ${misc:Depends}, +Description: Ubuntu MATE 15.10 Wallpapers + Wallpapers from the Ubuntu MATE community for Ubuntu MATE 15.10 + Package: plymouth-theme-ubuntu-mate-logo Architecture: all Depends: ${misc:Depends}, plymouth, plymouth-label diff -Nru ubuntu-mate-artwork-0.4.7/debian/copyright ubuntu-mate-artwork-0.4.8/debian/copyright --- ubuntu-mate-artwork-0.4.7/debian/copyright 2015-03-02 15:51:50.000000000 +0000 +++ ubuntu-mate-artwork-0.4.8/debian/copyright 2015-05-14 19:00:50.000000000 +0100 @@ -37,6 +37,10 @@ Copyright: 2015 Ghost Sixtyseven License: CC-BY-SA-4.0 +Files: usr/share/backgrounds/ubuntu-mate-wily/ubuntu-mate-trusty-green.jpg +Copyright: 2015 Rohith Madhavan +License: CC-BY-SA-4.0 + Files: lib/plymouth/themes/ubuntu-mate-logo/*.png Copyright: 2014 Jack Mohegan License: CC-BY-SA-4.0 diff -Nru ubuntu-mate-artwork-0.4.7/debian/ubuntu-mate-wallpapers-wily.install ubuntu-mate-artwork-0.4.8/debian/ubuntu-mate-wallpapers-wily.install --- ubuntu-mate-artwork-0.4.7/debian/ubuntu-mate-wallpapers-wily.install 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-artwork-0.4.8/debian/ubuntu-mate-wallpapers-wily.install 2015-05-14 18:45:44.000000000 +0100 @@ -0,0 +1,2 @@ +usr/share/backgrounds/ubuntu-mate-wily +usr/share/mate-background-properties/ubuntu-mate-wily.xml Binary files /tmp/d62ejhm9SI/ubuntu-mate-artwork-0.4.7/usr/share/backgrounds/ubuntu-mate-wily/ubuntu-mate-trusty-green.jpg and /tmp/Ub1TPWw0FH/ubuntu-mate-artwork-0.4.8/usr/share/backgrounds/ubuntu-mate-wily/ubuntu-mate-trusty-green.jpg differ Binary files /tmp/d62ejhm9SI/ubuntu-mate-artwork-0.4.7/usr/share/icons/Ambiant-MATE/icon-theme.cache and /tmp/Ub1TPWw0FH/ubuntu-mate-artwork-0.4.8/usr/share/icons/Ambiant-MATE/icon-theme.cache differ Binary files /tmp/d62ejhm9SI/ubuntu-mate-artwork-0.4.7/usr/share/icons/Radiant-MATE/icon-theme.cache and /tmp/Ub1TPWw0FH/ubuntu-mate-artwork-0.4.8/usr/share/icons/Radiant-MATE/icon-theme.cache differ diff -Nru ubuntu-mate-artwork-0.4.7/usr/share/mate-background-properties/ubuntu-mate-wily.xml ubuntu-mate-artwork-0.4.8/usr/share/mate-background-properties/ubuntu-mate-wily.xml --- ubuntu-mate-artwork-0.4.7/usr/share/mate-background-properties/ubuntu-mate-wily.xml 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-artwork-0.4.8/usr/share/mate-background-properties/ubuntu-mate-wily.xml 2015-05-14 18:57:42.000000000 +0100 @@ -0,0 +1,10 @@ + + + + + Ubuntu MATE Trusty Green + /usr/share/backgrounds/ubuntu-mate-wily/ubuntu-mate-trusty-green.jpg + zoom + Rohith Madhavan + + diff -Nru ubuntu-mate-artwork-0.4.7/usr/share/themes/Ambiant-MATE/gtk-3.0/gtk-widgets.css ubuntu-mate-artwork-0.4.8/usr/share/themes/Ambiant-MATE/gtk-3.0/gtk-widgets.css --- ubuntu-mate-artwork-0.4.7/usr/share/themes/Ambiant-MATE/gtk-3.0/gtk-widgets.css 2015-04-16 13:15:30.000000000 +0100 +++ ubuntu-mate-artwork-0.4.8/usr/share/themes/Ambiant-MATE/gtk-3.0/gtk-widgets.css 2015-05-13 23:22:56.000000000 +0100 @@ -1016,7 +1016,7 @@ border-radius: 8px; border-width: 0px; background-image: none; - background-color: #db6a3c; + background-color: #87A752; border-style: solid; } @@ -1086,7 +1086,7 @@ border-style: solid; border-color: @selected_bg_color; - background-color: #db6a3c; + background-color: #87A752; } .level-bar.indicator-continuous.fill-block { diff -Nru ubuntu-mate-artwork-0.4.7/usr/share/themes/Radiant-MATE/gtk-3.0/gtk-widgets.css ubuntu-mate-artwork-0.4.8/usr/share/themes/Radiant-MATE/gtk-3.0/gtk-widgets.css --- ubuntu-mate-artwork-0.4.7/usr/share/themes/Radiant-MATE/gtk-3.0/gtk-widgets.css 2015-04-16 13:15:30.000000000 +0100 +++ ubuntu-mate-artwork-0.4.8/usr/share/themes/Radiant-MATE/gtk-3.0/gtk-widgets.css 2015-05-13 23:23:31.000000000 +0100 @@ -1017,7 +1017,7 @@ border-radius: 8px; border-width: 0px; background-image: none; - background-color: #db6a3c; + background-color: #87A752; border-style: solid; } @@ -1087,7 +1087,7 @@ border-style: solid; border-color: @selected_bg_color; - background-color: #db6a3c; + background-color: #87A752; } .level-bar.indicator-continuous.fill-block {