[arch-general] Quick & Dirty build script for Traditional Trinity PKGBUILDs
Guys, I have added a simple Quick & Dirty build script that will build all of Trinity that has been ported to cmake using the new Traditional set of PKGBUILDs. https://wiki.archlinux.org/index.php/Trinity#Quick_.26_Dirty_Build_for_Tradi... Just download the PKGBUILD tarballs and unzip them to a temporary directory, then set 3 path variables in the script, change to the build directory you set in the script and run it. It also provides a brief log in the build dir: Feb 18 21:54:42 building: trinity-tqtinterface resolving dependencies... looking for inter-conflicts... Targets (1): trinity-tqtinterface-1221148-1 Total Download Size: 0.00 MB Total Installed Size: 2.47 MB Proceed with installation? [Y/n] checking package integrity... checking for file conflicts... upgrading trinity-tqtinterface... `trinity-tqtinterface-1221148-1-x86_64.pkg.tar.xz' -> `/home/david/alc-home/arch/tpkg/x86_64/trinity-tqtinterface-1221148-1-x86_64.pkg.tar.xz' removed `trinity-tqtinterface-1221148-1-x86_64.pkg.tar.xz' Feb 18 21:57:25 building: trinity-arts <snip> Feb 18 22:02:56 building: trinity-kdelibs <snip> Feb 18 22:57:07 building: trinity-kdebase <snip> Feb 18 23:54:30 building: trinity-kdevelop <snip> It should build all the way through. All you have to do is hit Y to accept dependencies. See the wiki link above for details. -- David C. Rankin, J.D.,P.E.
On 02/19/2011 12:13 AM, David C. Rankin wrote:
Guys,
I have added a simple Quick & Dirty build script that will build all of Trinity that has been ported to cmake using the new Traditional set of PKGBUILDs.
https://wiki.archlinux.org/index.php/Trinity#Quick_.26_Dirty_Build_for_Tradi...
<snip>
It should build all the way through. All you have to do is hit Y to accept dependencies. See the wiki link above for details.
It did. Here are the build times to give you a rough idea. This was building in Virtualbox on my 3 yr. old laptop (AMD Turion-58) Feb 18 21:54:42 building: trinity-tqtinterface Feb 18 21:57:25 building: trinity-arts Feb 18 22:02:56 building: trinity-kdelibs Feb 18 22:57:07 building: trinity-kdebase Feb 18 23:54:30 building: trinity-kdevelop Feb 19 00:16:47 building: trinity-kdewebdev Feb 19 00:29:59 done 00:35 alchemy:~/arch/tpkg/x86_64> ls -1 trinity-arts-1214641-1-x86_64.pkg.tar.xz trinity-kdebase-1221507-1-x86_64.pkg.tar.xz trinity-kdelibs-1220926-1-x86_64.pkg.tar.xz trinity-kdevelop-1221512-1-x86_64.pkg.tar.xz trinity-kdewebdev-1216789-1-x86_64.pkg.tar.xz trinity-pyqt3-3.18.1-9-x86_64.pkg.tar.xz trinity-qt3-3.3.8-20-x86_64.pkg.tar.xz trinity-tqtinterface-1221148-1-x86_64.pkg.tar.xz * note: I didn't rebuild the trinity-qt3 or trinity-pyqt3 packages (no changes) -- David C. Rankin, J.D.,P.E.
participants (1)
-
David C. Rankin