The branch, master has been updated via 2cc6923f41de8e656f4215f91e95e81ccb8e92e0 (commit) from b728bec0717bdc162f3f74ac70e5b06a495935be (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 2cc6923f41de8e656f4215f91e95e81ccb8e92e0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 16:32:44 2013 +0100 Assure that x2goplasmabindings (main package) is a valid/empty package. Provide X2Go Plasmoid in plasma-widget-x2go sub-package. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goplasmabindings.spec | 25 ++++++++++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e91b8dc..620b6ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ x2goplasmabindings (3.0.2.0-0x2go1) UNRELEASED; urgency=low + Switch to format 1.0. * x2goplasmabindings.spec: + Provide x2goplasmabindings.spec for building RPM package. + + Assure that x2goplasmabindings (main package) is a valid/empty package. + Provide X2Go Plasmoid in plasma-widget-x2go sub-package. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 31 Dec 2012 16:43:11 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 5027f2b..f10baea 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -1,4 +1,6 @@ Name: x2goplasmabindings +Summary: Plasma widget for control X2Go sessions +Group: Applications/Communications Version: 3.0.2.0 Release: 0.0x2go1%{?dist} License: GPLv2+ @@ -7,12 +9,25 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. BuildRequires: cmake BuildRequires: kde-filesystem +Requires: plasma-widget-x2go %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif +%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 + +This package adds a plasma widget (KDE4) for controlling your +X2Go session. + %package -n plasma-widget-x2go Summary: Plasma widget for control X2Go sessions Group: Applications/Communications @@ -45,24 +60,24 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -%check +%check -n plasma-widget-x2go ctest -%post +%post -n plasma-widget-x2go /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -%postun +%postun -n plasma-widget-x2go 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 +%posttrans -n plasma-widget-x2go /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -%files +%files -n plasma-widget-x2go %doc debian/changelog %doc debian/copyright %{_libdir}/ hooks/post-receive -- x2goplasmabindings.git (Plasma/KDE4 Widget 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 "x2goplasmabindings.git" (Plasma/KDE4 Widget for X2Go).