Awn extras

For avant window navigator (awn) are there any of the extras for suse
11.1? I have downloaded the core application but the extras are not in
the repos? Anyone know where i can get the extras or if there are any
for 11.1?


SousukeSagara

SousukeSagara’s Profile: http://forums.opensuse.org/member.php?userid=20306
View this thread: http://forums.opensuse.org/showthread.php?t=407079

Hi
You could build from the packman 11.0 source rpm, the spec file needs
modification to skip the python modules check.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 2 days 11:17, 1 user, load average: 1.84, 1.30, 0.83
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.27

Im not sure how to do that >.>, is there anywhere that might have a
small walk-through?


SousukeSagara

SousukeSagara’s Profile: http://forums.opensuse.org/member.php?userid=20306
View this thread: http://forums.opensuse.org/showthread.php?t=407079

Hi
Download the src rpm from the packman site then if you right-click on
it and select extract here. You should get 3 files, the tarball a spec
file and a patch file. You need to copy these three files
to /usr/src/packages/SOURCES. Open the spec file with a text editor and
in the %build section it should be modified to read like this;


%configure\
--disable-static \
--disable-pymod-checks

If you also look at the BuildRequires sections at the beginning it
shows your the files that need to be installed to build it.

Save it, then open a terminal in the /usr/src/packages/SOURCES and run
the following command;


rpmbuild -ba awn-extras-applets.spec

If all goes well you will see two files built;


/usr/src/packages/SRPMS/awn-extras-applets-0.2.6-1.pm.1.src.rpm
and
/usr/src/packages/i586/awn-extras-applets-0.2.6-1.pm.1.i586.rpm

either copy those files to your home directory to install or use;


sudo rpm
-Uhv /usr/src/packages/i586/awn-extras-applets-0.2.6-1.pm.1.i586.rpm

The above command is all one line. NOTE this is all done as your user
not root!.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 1 day 5:32, 2 users, load average: 0.97, 0.97, 0.96
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.27