summaryrefslogtreecommitdiffstats
path: root/arch/3.5.13/trinity-extras
diff options
context:
space:
mode:
authorPawel "l0ner" Soltys <sh4dou@gmail.com>2011-12-16 20:49:46 +0100
committerPawel "l0ner" Soltys <sh4dou@gmail.com>2011-12-16 20:49:46 +0100
commit2d01b49e35999e947b3a5135c56b528d0033b4b2 (patch)
tree2a2226084967befcddc8e4a8bc2dc7a2ccc2421e /arch/3.5.13/trinity-extras
parent44aba28c09fbe98d38ff86a4aa1c95e8679ceb7e (diff)
downloadtde-packaging-2d01b49e35999e947b3a5135c56b528d0033b4b2.tar.gz
tde-packaging-2d01b49e35999e947b3a5135c56b528d0033b4b2.zip
changed tqtinterface prefix from /opt/trinity to /usr like adviced in the wiki
this shoud enable compilation of trinity components yet not ported to cmake.
Diffstat (limited to 'arch/3.5.13/trinity-extras')
-rw-r--r--arch/3.5.13/trinity-extras/trinity-konversation/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/3.5.13/trinity-extras/trinity-konversation/PKGBUILD b/arch/3.5.13/trinity-extras/trinity-konversation/PKGBUILD
index e4e63422a..925f2e4fd 100644
--- a/arch/3.5.13/trinity-extras/trinity-konversation/PKGBUILD
+++ b/arch/3.5.13/trinity-extras/trinity-konversation/PKGBUILD
@@ -1,5 +1,5 @@
# $Id$
-# Maintainer: David C. Rankin <drankinatty@gmail.com>
+# Maintainer: Calvin Morrison <mutantturkey@gmail.com>
#
# All modifications and uses of this file are licensed under
# the software for which this file was made for, should the software
@@ -12,12 +12,12 @@ pkgname=trinity-konversation
pkgver=3513
pkgrel=1
arch=('i686' 'x86_64')
-url='http://www.kde.org'
+url='http://www.trinitydesktop.org'
license=('GPL')
groups=('trinity')
pkgdesc="Trinity - Konversation IRC client"
-depends=('trinity-kdebase')
-makedepends=('pkgconfig' 'cmake' 'imake')
+depends=('trinity-kdelibs' 'trinity-qt3' 'trinity-tqtinterface')
+makedepends=('pkgconfig' 'autoconf' 'automake')
options=('libtool' '!strip')
source=(http://mirror.its.uidaho.edu/pub/trinity/releases/3.5.13/applications/konversation-3.5.13.tar.gz)
md5sums=('0f0e0415dad4c19bc885c9addadf4026')
@@ -30,6 +30,9 @@ build() {
export LD_LIBRARY_PATH=/opt/trinity/lib:/opt/trinity/lib/kde3:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=:/opt/trinity/lib/pkgconfig:/opt/qt/lib/pkgconfig
+ export CFLAGS=-I/opt/triniy/include/tqt
+ export CXXFLAGS=-I/opt/trinity/include/tqt
+
trinity_prefix="/opt/trinity"
msg "Starting cmake..."