hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #04861
[Bug 1271563] Re: Please provide an AppData file
Attached are my attempts at appdata files for each of the gui apps.
I have tested packaging these files, as per this addition to the CMakeLists.txt,
IF (UNIX)
IF (${HUGIN_SHARED})
# use shared internal libraries
SET(HUGIN_SHARED_LIBS 1)
ENDIF (${HUGIN_SHARED})
MESSAGE("-- Using shared internal libraries")
# set install path for the appdata files
SET(APPDATA_DIR ${PROJECT_SOURCE_DIR}/appdata)
SET(INST_APPDATA_DIR share/appdata)
INSTALL(FILES ${APPDATA_DIR}/calibrate_lens_gui.appdata.xml DESTINATION ${INST_APPDATA_DIR})
INSTALL(FILES ${APPDATA_DIR}/hugin.appdata.xml DESTINATION ${INST_APPDATA_DIR})
INSTALL(FILES ${APPDATA_DIR}/PTBatcherGUI.appdata.xml DESTINATION ${INST_APPDATA_DIR})
# end install appdata
ELSE (UNIX)
which works OK here.
The appdata files will be finalised when Cristian has done the
screenshots.
Any suggestions on improvements to the appdata or the packaging?
Cheers,
Terry
** Attachment added: "appdata files"
https://bugs.launchpad.net/hugin/+bug/1271563/+attachment/3961154/+files/PTBatcherGUI.appdata.xml
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1271563
Title:
Please provide an AppData file
Status in Hugin - Panorama Tools GUI:
Confirmed
Bug description:
Please add a AppData file for Hugin, else it looks really bad in the
GNOME Software Center. See
http://people.freedesktop.org/~hughsient/appdata/ for details; thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1271563/+subscriptions
References