The branch, master has been updated via 9e5840217b7f5787dbc7c6227c6c78eb4e8aadf5 (commit) from 4a36f942d537809ce3516acba33241d84794873b (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 9e5840217b7f5787dbc7c6227c6c78eb4e8aadf5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 17 23:10:17 2013 +0100 learn from fixes to x2gognomebindings ----------------------------------------------------------------------- Summary of changes: x2gomatebindings.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index dd934db..7cf3029 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -54,6 +54,7 @@ make %{?_smp_mflags}; %install mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sbindir} make install DESTDIR="%buildroot" INSTALL_ROOT="%buildroot" STRIP="true"; +install -p -m 755 bin/x2gocaja %{buildroot}%{_bindir}/ install -p -m 755 bin/x2gosuspend-session-mate %{buildroot}%{_bindir}/ install -p -m 755 bin/x2goumount-session-mate %{buildroot}%{_bindir}/ install -p -m 755 sbin/update-mate-menu-x2go %{buildroot}%{_sbindir}/ @@ -67,7 +68,7 @@ ln -s -f ../../../gnome-colors-common/scalable/devices/drive-removable-media.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/ +install -p -m 755 share/x2go/x2gofeature.d/*.features %{buildroot}%{_datadir}/x2go/x2gofeature.d/ mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/ install -p -m 644 xdg-menus/mate-settings-x2go.menu %{buildroot}%{_sysconfdir}/xdg/menus/ mkdir -p %{buildroot}%{_libdir}/x2go/extensions/pre-runcommand.d/ @@ -77,14 +78,18 @@ install -p -m 644 lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ign %post /bin/touch --no-create %{_datadir}/icons/mate &>/dev/null || : /usr/sbin/update-mate-menu-x2go &>/dev/null || : +/usr/bin/update-mime-database /usr/share/mime &>/dev/null || : +/usr/bin/update-desktop-database &>/dev/null || : %preun /usr/sbin/update-mate-menu-x2go --remove &>/dev/null || : %postun if [ $1 -eq 0 ] ; then - /bin/touch --no-create %{_datadir}/icons/mate &>/dev/null - /usr/bin/gtk-update-icon-cache %{_datadir}/icons/mate &>/dev/null || : + /bin/touch --no-create %{_datadir}/icons/mate &>/dev/null + /usr/bin/gtk-update-icon-cache %{_datadir}/icons/mate &>/dev/null || : + /usr/bin/update-mime-database /usr/share/mime &>/dev/null || : + /usr/bin/update-desktop-database &>/dev/null || : fi %posttrans 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).