Description: These are RPMS for the Ubuntulooks engine that is used by default by Ubuntu. Many of my favorite themes use it and it is not in the standard repos so I made my own.
I can only supply i386 rpms because that is what I run and nothing else. I can, however put up the src rpm.
You can use mock to build an rpm package for other archs. For example:
$ mock -r fedora-13-x86_64 --rebuild /path/to/package/src.rpm
But take a look at the man pages before in order to configure mock correctly.
Ratings & Comments
1 Comment
You can use mock to build an rpm package for other archs. For example: $ mock -r fedora-13-x86_64 --rebuild /path/to/package/src.rpm But take a look at the man pages before in order to configure mock correctly.