wok rev 14847

realvnc-viewer: Add desktop menu and icon
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 18 01:47:28 2013 +0200 (2013-07-18)
parents 622881deda7f
children 8ec4995e3ea0
files realvnc-viewer/receipt realvnc-viewer/stuff/applications/realvnc.desktop realvnc-viewer/stuff/pixmaps/realvnc.png
line diff
     1.1 --- a/realvnc-viewer/receipt	Thu Jul 18 01:31:40 2013 +0200
     1.2 +++ b/realvnc-viewer/receipt	Thu Jul 18 01:47:28 2013 +0200
     1.3 @@ -32,6 +32,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin
     1.8 +	mkdir -p $fs/usr/bin $fs/usr/share
     1.9 +	
    1.10  	cp -a $src/unix/vncviewer/vncviewer $fs/usr/bin
    1.11 +	cp-pa $stuff/pixmaps $fs/usr/share
    1.12  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/realvnc-viewer/stuff/applications/realvnc.desktop	Thu Jul 18 01:47:28 2013 +0200
     2.3 @@ -0,0 +1,10 @@
     2.4 +[Desktop Entry]
     2.5 +Name=VNC Viewer
     2.6 +Comment=RealVNC client application
     2.7 +Comment[fr]= Client RealVNC
     2.8 +Exec=/usr/bin/vncviewer
     2.9 +Icon=realvnc
    2.10 +Terminal=0
    2.11 +Type=Application
    2.12 +Categories=X-GNOME-NetworkSettings;Network;
    2.13 +
     3.1 Binary file realvnc-viewer/stuff/pixmaps/realvnc.png has changed