GnomeAppInstallDesktopDatabaseUpdate
Revision 1 as of 2006-09-25 14:43:33
Clear message
Update app-install-data
The app-install-data package is used by gnome-app-install and adept_installer. It is a collection of desktop files/icons with added meta-information.
It is generated on a system with a full mirror like this:
<go to the gnome-app-install source tree> $ rm menu-data/*.desktop menu-data/icon/* $ util/getMenuData.py /src/path/to/pooldir $ util/addPopconData -d menu-data/ $ bzr diff $ bzr commit $ DEB_BUILD_PROG_OPTS="-S" debian/rules arch-build $ cd debian/arch-build dput ...