[arch-general] Trinity - traditional PKGBUILD set done
Guys, I have completed a set of traditional PKGBUILD scripts for Trinity that download the needed svn source and build the Trinity packages as usual rather than you needing to put the PKGBUILD script in the svn tree. The are normal tarballs that contain the PKGBUILDs and any patches needed. Note: you must build in a clean environment without kde4/Qt4 or kdemod3 present. A clean Arch install in a Virtualbox VM works fine. For those wanting to give them a try, here is the build order with links: trinity-qt3: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-qt3.tar.gz trinity-pyqt3: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-pyqt3.tar.gz trinity-tqtinterface: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-tqtinterface.tar.g... trinity-arts: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-arts.tar.gz trinity-kdelibs: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-kdelibs.tar.gz trinity-kdebase: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-kdebase.tar.gz NOTE: you can start Trinity after you build and install trinity-kdebase trinity-kdevelop: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-kdevelop.tar.gz trinity-kdewebdev: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-kdewebdev.tar.gz I have also updated the wiki with links: https://wiki.archlinux.org/index.php/Trinity If you experience any problems -- let me know :) -- David C. Rankin, J.D.,P.E.
On 02/17/2011 10:01 PM, David C. Rankin wrote: <snip> Just a note. You need a temporary patch for kdevelop. This will be fixed in the svn tree in the next day or so.
trinity-kdevelop: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-kdevelop.tar.gz
diff -uNr ../tools_part.cpp /home/david/tbld/trinity-kdevelop/src/kdevelop/parts/tools/tools_part.cpp --- ../tools_part.cpp 2011-02-18 07:20:58.000000000 -0600 +++ /home/david/tbld/trinity-kdevelop/src/kdevelop/parts/tools/tools_part.cpp 2011-02-18 07:22:14.000000000 -0600 @@ -154,7 +154,7 @@ if (captured) { if (KDevAppFrontend *appFrontend = extension<KDevAppFrontend>("KDevelop/AppFrontend")) - appFrontend->startAppCommand(TQString::TQString(), cmdline, false); + appFrontend->startAppCommand(TQString(), cmdline, false); } else { -- David C. Rankin, J.D.,P.E.
On 02/17/2011 10:01 PM, David C. Rankin wrote:
trinity-kdelibs: http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-kdelibs.tar.gz
ld.so.conf.d/trinity-kdelibs.conf path error fixed. Don't forget to run ldconfig. -- David C. Rankin, J.D.,P.E.
participants (1)
-
David C. Rankin