The branch, master has been updated via 194d3c8cf942977bc5f96e5de4560eed903584e4 (commit) from 5bc0067ce1263aa7635915bd780eeba274955a0a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 194d3c8cf942977bc5f96e5de4560eed903584e4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 22:30:51 2013 +0100 x2gomatebindings: use relative symlinks for pointing to icons from gnome-colors-common them... ----------------------------------------------------------------------- Summary of changes: x2gomatebindings.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index bb828a6..9537147 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -49,9 +49,9 @@ mkdir -p %{buildroot}%{_datadir}/x2go/versions/ install -p -m 644 VERSION.x2gomatebindings %{buildroot}%{_datadir}/x2go/versions/ mkdir -p %{buildroot}%{_datadir}/{applications,icons/mate/scalable/mimetypes,mime/packages} install -p -m 644 share/applications/*.desktop %{buildroot}%{_datadir}/applications/ -ln -s -f %{buildroot}%{_datadir}/icons/gnome-colors-common/scalable/devices/drive-harddisk.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/mate-mime-application-sshfsdisk-x2go-mate.svg -ln -s -f %{buildroot}%{_datadir}/icons/gnome-colors-common/scalable/devices/drive-removable-media.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/mate-mime-application-sshfsremovable-x2go-mate.svg -ln -s -f %{buildroot}%{_datadir}/icons/gnome-colors-common/scalable/devices/drive-optical.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/mate-mime-application-sshfscdrom-x2go-mate.svg +ln -s -f ../../../gnome-colors-common/scalable/devices/drive-harddisk.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/mate-mime-application-sshfsdisk-x2go-mate.svg +ln -s -f ../../../gnome-colors-common/scalable/devices/drive-removable-media.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/mate-mime-application-sshfsremovable-x2go-mate.svg +ln -s -f ../../../gnome-colors-common/scalable/devices/drive-optical.svg %{buildroot}%{_datadir}/icons/mate/scalable/mimetypes/mate-mime-application-sshfscdrom-x2go-mate.svg install -p -m 644 share/mime/packages/*.xml %{buildroot}%{_datadir}/mime/packages/ mkdir -p %{buildroot}%{_datadir}/x2go/x2gofeature.d/ install -p -m 644 share/x2go/x2gofeature.d/*.features %{buildroot}%{_datadir}/x2go/x2gofeature.d/ hooks/post-receive -- x2gomatebindings.git (MATE bindings for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gomatebindings.git" (MATE bindings for X2Go).