abom / linux-whiteboard

Automatically exported from code.google.com/p/linux-whiteboard
GNU General Public License v2.0
1 stars 0 forks source link

Fedora build #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
1. I built RPMs for Fedora, but I can not put this on Fedora repo because I
need tarred source (in form of whiteboard-0.3.4.1.tar.gz for example) Can
you distribute source in this form?

2. cmake builder works better then SConstruct for me on Fedora

3. I found some trouble in .desktop file.

This is original .desktop file:
==================================
[Desktop Entry]
Encoding=UTF-8
_Name=Wiimote Whiteboard
_Comment=Control your mouse pointer with the Wiimote
Exec=whiteboard
Icon=whiteboard
StartupNotify=true
Terminal=false
Type=Application
Categories=GTK;Utility; 
==================================
But, 3rd and 4th lines must be:

Name=Wiimote Whiteboard
Comment=Control your mouse pointer with the Wiimote

Original issue reported on code.google.com by zarko.pi...@gmail.com on 21 May 2009 at 9:03