Hi,

With this commit in gnomepackage:source,
(http://lists.rpath.org/pipermail/foresight-commits/2010-March/040268.html),
now you can define a simple extraConfig for extra ./configure options,
instead of overriding GnomePackageRecipe.extraConfig.

For example, in this commit in gnome-shell
(http://lists.rpath.org/pipermail/foresight-commits/2010-March/040282.html):

-    extraConfig = GnomePackageRecipe.extraConfig
-    extraConfig += ' --enable-compile-warnings=no'
+    extraConfig = ' --enable-compile-warnings=no'

But the old way still works, so there is no need to change existing recipes.

I also added a page to the wiki to explain GnomePackageRecipe, see here:
http://wiki.foresightlinux.org/display/DEV/Template+recipe+for+gnome+packages#Templaterecipeforgnomepackages-tweak.%2Fconfigureoptions

- jesse
_______________________________________________
Foresight-devel mailing list
Foresight-devel@lists.rpath.org
http://lists.rpath.org/mailman/listinfo/foresight-devel

Reply via email to