Re: [Cooker] Re: menu and icons stuff...

2003-02-16 Thread Oden Eriksson
sndagen den 16 februari 2003 16.46 skrev David Walser:
 Oden Eriksson wrote:
  sndagen den 16 februari 2003 16.02 skrev Tibor Pittich:
 On 16. feb 2003 15:53, Oden Eriksson wrote:
 there is a excellent spec-skeleten from Han:
 http://www.xs4all.nl/~hanb/software/rpms/skel.spec
 
 Thank you. However I'm having problems with this... The menu item never
 shows up in my menu... What's wrong with this:

 easy...

 cat  %{buildroot}/%{_menudir}/xvocp  EOF
 ?package(xVOCP): \

 That.  The package is VOCP, not xVOCP...

AHA!!! Thank you very much.

But I need to add maybe three more menu files in the same package, should all 
of them be ?package(VOCP): ?


-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] Re: menu and icons stuff...

2003-02-16 Thread Oden Eriksson
sndagen den 16 februari 2003 17.52 skrev David Walser:
 Oden Eriksson wrote:
  sndagen den 16 februari 2003 16.46 skrev David Walser:
 Oden Eriksson wrote:
 sndagen den 16 februari 2003 16.02 skrev Tibor Pittich:
 On 16. feb 2003 15:53, Oden Eriksson wrote:
 there is a excellent spec-skeleten from Han:
 http://www.xs4all.nl/~hanb/software/rpms/skel.spec
 
 Thank you. However I'm having problems with this... The menu item
  never shows up in my menu... What's wrong with this:
 
 easy...
 
 cat  %{buildroot}/%{_menudir}/xvocp  EOF
 ?package(xVOCP): \
 
 That.  The package is VOCP, not xVOCP...
 
  AHA!!! Thank you very much.
 
  But I need to add maybe three more menu files in the same package, should
  all of them be ?package(VOCP): ?

 Yes.  They can even be in the same file in /usr/lib/menu.

What???

How do you do that?

Here's my latest spec file: http://oe.ods.org/VOCP.spec

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] Re: menu and icons stuff...

2003-02-16 Thread Buchan Milne
On Sun, 16 Feb 2003, Oden Eriksson wrote:

 söndagen den 16 februari 2003 17.52 skrev David Walser:
  
  cat  %{buildroot}/%{_menudir}/xvocp  EOF
  ?package(xVOCP): \
 
  Yes.  They can even be in the same file in /usr/lib/menu.

 What???

 How do you do that?

IIRC each menu entry is one line in it's menu file, so instead of:

cat  %{buildroot}/%{_menudir}/vocphax  EOF

do:
cat  %{buildroot}/%{_menudir}/%{name}  EOF

(or similar)

Have you got the festival stuff working ... it seems not:
#Requires:  festival
?

Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] Re: menu and icons stuff...

2003-02-16 Thread Oden Eriksson
söndagen den 16 februari 2003 18.00 skrev Buchan Milne:
 On Sun, 16 Feb 2003, Oden Eriksson wrote:
  söndagen den 16 februari 2003 17.52 skrev David Walser:
   cat  %{buildroot}/%{_menudir}/xvocp  EOF
   ?package(xVOCP): \
  
   Yes.  They can even be in the same file in /usr/lib/menu.
 
  What???
 
  How do you do that?

 IIRC each menu entry is one line in it's menu file, so instead of:

 cat  %{buildroot}/%{_menudir}/vocphax  EOF

 do:
 cat  %{buildroot}/%{_menudir}/%{name}  EOF

 (or similar)

Got it, thanks! (cool!)

 Have you got the festival stuff working ... it seems not:
 #Requires:festival

Nope. I'm nowhere near touching this festival stuff... VOCP turned out to be 
really hard to figure out... I got to have this working at home first..., had 
to dig real deep in my closet to find a suitable modem...

For the record I found one USR Sportster Voice 33.6 Faxmodem with Personal 
Voice Mail (upgraded to X2 or whatever it was called...) and one Telix 
V1456VQE.

Of course everyone that is interested in this should help out too, just use my 
spec file and the source:

http://oe.ods.org/VOCP.spec
http://telia.dl.sourceforge.net/sourceforge/vocp/VOCP-0.9.3.tar.gz

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] Re: menu and icons stuff...

2003-02-16 Thread Oden Eriksson
söndagen den 16 februari 2003 18.04 skrev David Walser:
 Oden Eriksson wrote:
 cat  %{buildroot}/%{_menudir}/xvocp  EOF
 ?package(xVOCP): \
 
 That.  The package is VOCP, not xVOCP...
 
 AHA!!! Thank you very much.
 
 But I need to add maybe three more menu files in the same package,
  should all of them be ?package(VOCP): ?
 
 Yes.  They can even be in the same file in /usr/lib/menu.
 
  What???
 
  How do you do that?
 
  Here's my latest spec file: http://oe.ods.org/VOCP.spec

 Have all the cats append to the same file instead of different ones.
 You could take Austin's suggestion and do ?package(%name): to make sure
 those don't ever get screwed up, and you could also do cat 
 %{buildroot}/%{_menudir}/%name  EOF

Thank you David! This was magic!

-- 
Regards // Oden Eriksson, Deserve-IT.com