summaryrefslogtreecommitdiffstats
path: root/arch/3.5.13/trinity-extras
diff options
context:
space:
mode:
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..."