Please create an AppData file for 4Pane
Brought to you by:
dghart
Please consider writing and installing an AppData file with the application description and some screenshots, else 4Pane looks really bad in the GNOME and KDE Software Centers. We'd love to showcase more applications, but without the extra data file we can't.
See http://people.freedesktop.org/~hughsient/appdata/ for details; thanks!
Richard
Hi Richard,
Thank you for the information. Now implemented.
Regards,
David
Well, on 3b55430a83dd521dbc7633b3416c2cb54849f243 :
cp $(DESTDIR)4Pane.appdata.xml /usr/share/appdata/
should be
cp 4Pane.appdata.xml $(DESTDIR)/usr/share/appdata/
?
Also $(INSTALL_DIR) $(DESTDIR)/usr/share/appdata/ will perhaps be needed.
True. I'd not tested in a packaging situation.
Fixed now. Thanks for pointing it out.