[gobolinux-devel] New way to commit recipes

2007-07-18 Thread Jonas Karlsson
Due to the discussions about changing how recipes are commited, I'd like to air an idea I've had for a while. I want to split the procedure to a commit and a review/publish action. *All* users should be able to commit to trunk using the CommitRecipe/ContributeRecipe (name open to discussion). A me

[gobolinux-devel] minor Scripts issues

2007-07-18 Thread Isaac Dupree
Bad things I noticed while reading through some gobo scripts :) (the versions from CVS.) I could make patches for these (probably). (of course I might be mistaken about some of them, so I just send this :) DevelScripts/bin/PutRecipe It sets compile_version to 1.8.2 even if a _later_ version wa

Re: [gobolinux-devel] [gobolinux-users] Haskell Cabal build type?

2007-07-18 Thread Isaac Dupree
Isaac Dupree wrote: > I don't want to lose versioning for them totally. (inventing things) Now I remember what sort of thing I was concerned about... [er, looks like Hisham has already analyzed it quite well. You may skip to the "other considerations" section if you wish] I think this is simila

Re: [gobolinux-devel] [gobolinux-users] Haskell Cabal build type?

2007-07-18 Thread Isaac Dupree
>> Maybe a compatibility layer? A file of the format "RubyGems:rubyqt Qt >>> =3.0, <=4.0" that will make Compile do the right thing? I don't >> really like that solution, since we can't possibly keep up with every >> package in every packaging system. > > Sounds like an acceptable compromise. We c

Re: [gobolinux-devel] Parted, readline and -Wl,--as-needed

2007-07-18 Thread Isaac Dupree
Isaac Dupree wrote: > So I guess revising the Readline recipe to Actually after some investigation, it was easier than that, just needing: build_variables=( "SHLIB_LIBS=-ltinfo" ) Also I fixed up the recipe a bunch in miscellaneous ways. And it works with Parted 1.8.7 and generally. Then I tr