GnomeAppInstallDesktopDatabaseUpdate

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-09-25 14:43:33
Size: 531
Editor: p54A64AB9
Comment:
Revision 4 as of 2009-02-25 09:13:05
Size: 629
Editor: p54A67063
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
It is generated on a system with a full mirror like this: Usually a up-to-date version can be found at:
http://people.ubuntu.com/~mvo/gnome-app-install/
(updated regularly).

If not, it is generated on a system with a full mirror like this:
Line 7: Line 11:
<go to the gnome-app-install source tree> <go to the app-install-data source tree>
Line 11: Line 15:
$ bzr add menu-data/
Line 13: Line 18:
$ DEB_BUILD_PROG_OPTS="-S" debian/rules arch-build
$ cd debian/arch-build
$ bzr-build-package -S

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 regularly).

If not, it is generated on a system with a full mirror like this:

<go to the app-install-data source tree>
$ rm menu-data/*.desktop menu-data/icon/*
$ util/getMenuData.py /src/path/to/pooldir
$ util/addPopconData -d menu-data/
$ bzr add menu-data/
$ bzr diff
$ bzr commit
$ bzr-build-package -S
dput ...

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