GnomeAppInstallDesktopDatabaseUpdate

Differences between revisions 2 and 3
Revision 2 as of 2006-10-05 06:25:56
Size: 656
Editor: p54A6537B
Comment:
Revision 3 as of 2008-08-06 16:16:24
Size: 656
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

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.

Usually a up-to-date version can be found at: http://people.ubuntu.com/~mvo/gnome-app-install/ (updated daily).

If not, 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 ...

GnomeAppInstallDesktopDatabaseUpdate (last edited 2009-09-29 08:57:31 by p5B09C9B0)