New commits:
commit 9ab3a6325cef7aa7e9c29912c69393ea1e9729ea
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
psi: Updated devel to 0.11-RC2. Updated BUILD to work with new configure
diff --git a/chat-im/psi/BUILD b/chat-im/psi/BUILD
index 9bb2632..c90531e 100755
--- a/chat-im/psi/BUILD
+++ b/chat-im/psi/BUILD
@@ -1,9 +1,10 @@
if [ "$DEVEL" == "y" ]; then
- sed -i -e "s:bin/qmake:bin/qt4/qmake:g" $SOURCE_DIRECTORY/configure
+ QTDIR=/usr &&
+ PATH=$QTDIR/bin/qt4:$PATH
else
- if [ -d /usr/lib/kde3 ];then
- export KDEDIR=/usr/lib/kde3
- fi
+ if [ -d /usr/lib/kde3 ];then
+ export KDEDIR=/usr/lib/kde3
+ fi
fi &&
export QTDIR=/usr &&
./configure --prefix=/usr $OPTS &&
diff --git a/chat-im/psi/DETAILS b/chat-im/psi/DETAILS
index e15acfe..18955ce 100755
--- a/chat-im/psi/DETAILS
+++ b/chat-im/psi/DETAILS
@@ -1,6 +1,6 @@
SPELL=psi
if [ "$DEVEL" == "y" ]; then
- VERSION=0.11-RC1
+ VERSION=0.11-RC2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
@@ -16,7 +16,6 @@ fi
WEB_SITE=http://psi.affinix.com/
LICENSE=GPL
ENTERED=20020806
- UPDATED=20040420
KEYWORDS="jabber messaging chat"
SHORT="Psi is a client for the Jabber system."
cat << EOF
diff --git a/chat-im/psi/HISTORY b/chat-im/psi/HISTORY
index c1a5aaa..81181cc 100644
--- a/chat-im/psi/HISTORY
+++ b/chat-im/psi/HISTORY
@@ -1,3 +1,7 @@
+2007-07-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 0.11-RC2
+ * BUILD: Updated to work with qt4
+
2007-05-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to 0.11-RC1
* DEPENDS: Added depends for qca2 and qca-openssl
diff --git a/chat-im/psi/psi-0.11-RC1.tar.bz2.sig
b/chat-im/psi/psi-0.11-RC1.tar.bz2.sig
deleted file mode 100644
index c44082c..0000000
Binary files a/chat-im/psi/psi-0.11-RC1.tar.bz2.sig and /dev/null differ
diff --git a/chat-im/psi/psi-0.11-RC2.tar.bz2.sig
b/chat-im/psi/psi-0.11-RC2.tar.bz2.sig
new file mode 100644
index 0000000..a2a9869
Binary files /dev/null and b/chat-im/psi/psi-0.11-RC2.tar.bz2.sig differ
[SM-Commit] GIT changes to master grimoire by George Sherwood (9ab3a6325cef7aa7e9c29912c69393ea1e9729ea),
George Sherwood, 07/17/2007