The branch, master has been updated via 16501dce32b4a9ed821fa67c5458f541af3b9514 (commit) from a37298c47528f614fd58f210ce273ec72f6baebf (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 16501dce32b4a9ed821fa67c5458f541af3b9514 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Dec 13 21:29:55 2013 +0100 x2gomatebindings.spec: use desktop-file-install to install .desktop files ----------------------------------------------------------------------- Summary of changes: x2gomatebindings.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 550f824..4e72517 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -15,6 +15,7 @@ BuildRequires: mate-file-manager-devel BuildRequires: GConf2-devel BuildRequires: pkgconfig BuildRequires: intltool +BuildRequires: desktop-file-utils Requires: x2goserver >= 4.0.1.4 Requires: x2goserver-extensions Requires: zenity @@ -59,7 +60,8 @@ install -p -m 644 sbin/update-mate-menu-x2go %{buildroot}%{_sbindir}/ 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/ +desktop-file-install --dir %{buildroot}%{_datadir}/applications/ share/applications/x2gocaja.desktop +desktop-file-install --dir %{buildroot}%{_datadir}/applications/ share/applications/x2gosuspend-mate.desktop 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 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).