The branch, master has been updated via 56bb51d7ca52e6cbe4ffadad05d9b4f7f0c7475c (commit) from 350abfcba9c52f75976917065f4efc45c213e1f9 (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 56bb51d7ca52e6cbe4ffadad05d9b4f7f0c7475c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 10 18:44:45 2013 +0100 x2goclient.spec: Ship x2goclient.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++ x2godesktopsharing.spec | 92 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 x2godesktopsharing.spec The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ec618b6..d9e980c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ x2godesktopsharing (3.1.1.1-0x2go1) UNRELEASED; urgency=low + Rework LONG_DESCRIPTION in several other aspects. * debian/source/format: Switch to format 1.0. + * x2goclient.spec: + + Ship x2goclient.spec (RPM package definitions) in upstream project. + (Thanks to the Fedora package maintainers). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 08 Jun 2013 01:13:44 +0200 diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec new file mode 100644 index 0000000..6858f59 --- /dev/null +++ b/x2godesktopsharing.spec @@ -0,0 +1,92 @@ +Name: x2godesktopsharing +Version: 3.1.1.1 +Release: 0.0x2go1%{?dist} +Summary: Share X11 desktops with other users via X2Go + +Group: Applications/Communications +License: GPLv2+ +URL: http://www.x2go.org +Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz + +BuildRequires: desktop-file-utils +BuildRequires: qt4-devel +Requires: hicolor-icon-theme +Requires: x2goserver + +%description +X2Go is a server based computing environment with + - session resuming + - low bandwidth support + - session brokerage support + - client side mass storage mounting support + - audio support + - authentication by smartcard and USB stick + +X2Go Desktop Sharing is an X2Go add-on tool that allows a user to +grant other X2Go users access to the current session (shadow session +support). The current session may be an X2Go session itself or simply +a local X11 session. + +%prep +%setup -q + + +%build +qmake-qt4 +make %{?_smp_mflags} + + +%install +mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_datadir}/{applications,x2go} +cp -p %{name} %{buildroot}%{_bindir}/ +desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop +mkdir -p %{buildroot}%{_datadir}/%{name}/icons +install -p -m 644 icons/%{name}.xpm %{buildroot}%{_datadir}/%{name}/icons/%{name}.xpm +mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,64x64,128x128}/apps +install -p -m 644 icons/128x128/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png +install -p -m 644 icons/16x16/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png +install -p -m 644 icons/64x64/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png +install -p -m 644 icons/32x32/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +install -p -m 755 bin/* %{buildroot}%{_bindir}/ +cp -rp share/* %{buildroot}%{_datadir}/x2go/ +cp -rp man %{buildroot}%{_datadir}/ + + +%pre +# Needed for sharing a desktop with another user +getent group x2godesktopsharing >/dev/null || groupadd -r x2godesktopsharing + +%post +/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + +%postun +if [ $1 -eq 0 ] ; then + /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null + /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +fi + +%posttrans +/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + + +%files +%doc COPYING +%{_bindir}/%{name} +%{_bindir}/x2goresume-desktopsharing +%{_bindir}/x2gosuspend-desktopsharing +%{_bindir}/x2goterminate-desktopsharing +%{_datadir}/applications/%{name}.desktop +%{_datadir}/%{name}/ +%{_datadir}/icons/hicolor/128x128/apps/%{name}.png +%{_datadir}/icons/hicolor/16x16/apps/%{name}.png +%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/icons/hicolor/64x64/apps/%{name}.png +%{_datadir}/x2go/x2gofeature.d/%{name}.features +%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man8/x2goresume-desktopsharing.8.gz +%{_mandir}/man8/x2gosuspend-desktopsharing.8.gz +%{_mandir}/man8/x2goterminate-desktopsharing.8.gz + + +%changelog + hooks/post-receive -- x2godesktopsharing.git (Desktop Sharing 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 "x2godesktopsharing.git" (Desktop Sharing for X2Go).