On 03/09/2012 04:09 PM, Darrell Anderson wrote:
I have my build scripts here. They are rough, but you might find some nuggets hidden in them. Likewise, I wouldn't mind taking a peek at how you are doing things either:
http://humanreadable.nfshost.com/sdeg/trinity_desktop.htm
Darrell
Nice page. Now..., I guess I should actually organize my stuff into something 'humanreadable' as well :0
I just finished 'unroughing' my scripts enough to run end-to-end and have kicked off the build. It will build through the following:
# array for Archlinux specific dependencies (remote sources) declare -a archdeps archdeps=('hal-info' 'hal' 'libutempter')
## array of TDE modules to build (source from local GIT tree tarballs) declare -a tbo tbo=("dependencies/$useqt" 'dependencies/tqtinterface' 'dependencies/arts' 'dependencies/dbus-tqt' 'dependencies/dbus-1-tqt' 'dependencies/tqca-tls' 'dependencies/libart-lgpl' 'dependencies/avahi-tqt' 'dependencies/libcaldav' 'dependencies/libcarddav' 'tdelibs' 'tdebase')
# 'tdebindings' # 'tdeaccessibility' # 'tdeutils' # 'tdemultimedia' # 'tdenetwork' # 'tdeadmin' # 'tdeartwork' # 'tdegames' # 'tdetoys' # 'tdeedu' # 'tdegraphics' # 'tdevelop' # 'tdeaddons' # 'tdepim' # 'tdewebdev' # 'tdesdk'
Crap! I forgot to add tdegraphics, tdevelop & tdewebdev back into the tbo array!!! Oh well -- that's the way it goes -- I ain't touching it right now.
It's in TQt3 right now so the loop transition with all the installs and repo updates have worked ;-)