This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 91d44db Set Categories= field in x2godesktopsharing.desktop to Qt;KDE;Application;Network;RemoteAccess; new 56b579f Own directories that we put files in. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2godesktopsharing.spec | 12 ++++++++++++ 2 files changed, 13 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 56b579f2c093f8a6b18ccc84716a9cc2f59dc332 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 09:30:46 2014 +0200 Own directories that we put files in. --- debian/changelog | 1 + x2godesktopsharing.spec | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index cd4520b..c7bcde7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low * x2godesktopsharing.spec: + Adapt to building on openSUSE/SLES. + Add x2godesktopsharing-rpmlintrc. + + Own directories that we put files in. [ Martti Pitkänen ] * New upstream version (3.1.1.2): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index a1fb7b3..acd0be7 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -116,7 +116,19 @@ fi %{_bindir}/x2gosuspend-desktopsharing %{_bindir}/x2goterminate-desktopsharing %{_datadir}/applications/%{name}.desktop +%dir %{_datadir}/%{name}/ %{_datadir}/%{name}/ +%dir %{_datadir}/icons/hicolor +%dir %{_datadir}/icons/hicolor/128x128 +%dir %{_datadir}/icons/hicolor/128x128/apps +%dir %{_datadir}/icons/hicolor/16x16 +%dir %{_datadir}/icons/hicolor/16x16/apps +%dir %{_datadir}/icons/hicolor/32x32 +%dir %{_datadir}/icons/hicolor/32x32/apps +%dir %{_datadir}/icons/hicolor/64x64 +%dir %{_datadir}/icons/hicolor/64x64/apps +%dir %{_datadir}/x2go +%dir %{_datadir}/x2go/x2gofeature.d %{_datadir}/icons/hicolor/128x128/apps/%{name}.png %{_datadir}/icons/hicolor/16x16/apps/%{name}.png %{_datadir}/icons/hicolor/32x32/apps/%{name}.png -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git