[packagekit] Anjuta and PackageKit

Sebastian Heinlein glatzor at ubuntu.com
Thu Oct 30 23:03:54 PDT 2008


Am Mittwoch, den 29.10.2008, 09:25 +0000 schrieb Richard Hughes:
> /* BIG FAT DISTRO NOTICE: patch this package name */
> ret = dbus_g_proxy_call (proxy, "InstallPackageName", &error,
>                          G_TYPE_UINT, xid, /* window xid, 0 for none
> */
>                          G_TYPE_UINT, timestamp, /* action timestamp,
> 0 for unknown */
>                          G_TYPE_STRING, "pygtk-development-files",
>                          G_TYPE_INVALID, G_TYPE_INVALID);

I would recommend to store the package names in a separate data or
header file and not to require patching actual code. The code will
change very likely and so the patches maintenance requires more work.

Cheers,

Sebastian




More information about the PackageKit mailing list