On Wednesday 28 December 2011 02:02:27 pm Bruce Dubbs wrote:
Baho Utot wrote:
On Tuesday 27 December 2011 10:15:24 pm Bruce Dubbs wrote:
Baho Utot wrote:
[putolin]
Then cd to the directory with the build script and <path to wrapper>/wrapper.sh <path to source ie where the tarball was extracted> <path to where you want the files installed>
OK, that's helpful info. My users will want something a little different as they do not always have all the dependencies installed, but what you've done will help me sort that out.
Yes the bugger is in all the dependencies, not that I have found all of them. I think with your help we can get a pretty good handle on the dependencies.
What I have got is a build that works for me. It may need additional work as I don't use a lot of what is in KDE3/Trinity. After you publish TDE to BLFS I'll have a look at it and add to my build system.
Actually I forgot in the wrapper script you would also have to have build and package; wrapper.sh #!/bin/bash srcdir=${1} pkgdir=${2} tar xf ${1}/$pkgname-$pkgver.tar.gz source PKGBUILD build package
I got all the sources tarballs from the 3.5.13-complete.tar tarball off the trinitydesktop site.
Go here and it is at the bottom: http://mirror.ets.kth.se/trinity/releases/3.5.13/downloads.html Click "All core and non-core modules list above"
The i18n will be in the 3.5.13-monolithic.tar.gz file so if you would like those you will also need to fetch it from the same link but click "Complete core and non-core source tree"
Oh good. The is a good site now. Downloading now.