[gobolinux-users] Compile KDE-Base fails in Rootless due to kbookmarknotifier.h
Jonas Karlsson
jonka750 at student.liu.se
Fri Feb 23 22:24:59 UTC 2007
2007/2/23, mpb.mail at gmail.com <mpb.mail at gmail.com>:
> > On 2/23/07, mpb.mail at gmail.com <mpb.mail at gmail.com> wrote:
> > >
> > > pre_build() {
> > > ln -sf ${KDE-Libs_path}/3.5.5/include/kbookmarknotifier.h $target/include/kboo
> > > kmarknotifier.h
> > > }
> > >
> > > "${KDE-Libs_path}" looks like a bad variable name to me, due to the dash.
>
> On 2/23/07, Lucas C. Villa Real <lucasvr at gobolinux.org> wrote:
> >
> > I think that needs to be replaced by '_' instead. Can you check that?
>
> None of the following work properly:
>
> echo ${KDE-Libs_path}
> echo $KDE-Libs_path
> echo $KDE_Libs_path
> echo ${KDE_Libs_path}
>
The variables should be all lower case.
> Andy Feldman's proposal (copied from "NewVersion"?) seems to work.
>
> $goboPrograms/KDE-Libs/3.5.5
>
> (Aside: Not that it matters, but I have no idea what "NewVersion" is/means.)
>
NewVersion is the script that updates a version of a recipe to a new
version. Say that there is a recipe for app Foo version 1.2 and there
is a new version of Foo, say 1.3, available. Then all one have to do
is to call 'NewVersion Foo 1.3' to make a recipe for the new version
of Foo. One could also call the script with a third argument, an URL,
if the URL scheme has change from the previous release, if not, the
script will try to update the URL in the recipe to match the new
version.
--
/Jonas
More information about the gobolinux-users
mailing list