[Lunar-commits] <moonbase> konversation4: version bumped to 1.2.

Florin Braescu florin at lunar-linux.org
Fri Oct 9 23:01:47 CEST 2009


commit 0c338dbdd5cd14a963336d858d3982e413145614
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Oct 10 00:01:47 2009 +0300

    konversation4: version bumped to 1.2.
    
    Support for SOCKS v5 and HTTP proxies, a redesigned DCC file transfer UI
    (and several new DCC features, such as support for IPv6 and DCC REJECT),
    support for UPnP, rewritten and improved support for Blowfish encryption
    (now supporting DH1080 key exchange and more), a significantly better
    performing channel list, a rewrite of the channel nickname lists for better
    performance and battery-friendliness, a new channel join invitation UI, an
    improved auto-replace feature, expanded media player support, many
    improvements to the IRC protocol implementation, and many bugfixes.
---
 kde4/apps/konversation4/BUILD   |   16 ++++++++++++++++
 kde4/apps/konversation4/DETAILS |   15 +++++++++++++++
 zbeta/konversation4/BUILD       |   16 ----------------
 zbeta/konversation4/DETAILS     |   15 ---------------
 4 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/kde4/apps/konversation4/BUILD b/kde4/apps/konversation4/BUILD
new file mode 100644
index 0000000..0cc56ec
--- /dev/null
+++ b/kde4/apps/konversation4/BUILD
@@ -0,0 +1,16 @@
+(
+
+  KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+  source /etc/profile.d/qt4.rc &&
+  source /etc/profile.d/kde4.rc &&
+
+  mkdir $KDE4_BUILD_DIR &&
+  cd $KDE4_BUILD_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/apps/konversation4/DETAILS b/kde4/apps/konversation4/DETAILS
new file mode 100644
index 0000000..f2db268
--- /dev/null
+++ b/kde4/apps/konversation4/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=konversation4
+         VERSION=1.2
+          SOURCE=konversation-$VERSION.tar.bz2
+      SOURCE_URL=$KDE_URL/unstable/konversation/$VERSION/src
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/konversation-$VERSION
+      SOURCE_VFY=sha1:64376d427b628ccde56598cfc9be3d8f31d757fc
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+        WEB_SITE=http://konversation.kde.org
+         ENTERED=20090329
+         UPDATED=20091009
+           SHORT="A kde4 irc chat program"
+
+cat << EOF
+The kde4 of konversation, the irc chat program.
+EOF
diff --git a/zbeta/konversation4/BUILD b/zbeta/konversation4/BUILD
deleted file mode 100644
index 0cc56ec..0000000
--- a/zbeta/konversation4/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
-  KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
-
-  source /etc/profile.d/qt4.rc &&
-  source /etc/profile.d/kde4.rc &&
-
-  mkdir $KDE4_BUILD_DIR &&
-  cd $KDE4_BUILD_DIR &&
-
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             &&
-
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/konversation4/DETAILS b/zbeta/konversation4/DETAILS
deleted file mode 100644
index 8b9032c..0000000
--- a/zbeta/konversation4/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=konversation4
-         VERSION=1.2-rc1
-          SOURCE=konversation-$VERSION.tar.bz2
-      SOURCE_URL=$KDE_URL/unstable/konversation/$VERSION/src
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/konversation-$VERSION
-      SOURCE_VFY=sha1:3c0a251e78b7b824623e106f4e1050c2f82ca213
-   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
-        WEB_SITE=http://konversation.kde.org/
-         ENTERED=20090329
-         UPDATED=20091003
-           SHORT="a kde4 irc chat program"
-
-cat << EOF
-The kde4 of konversation, the irc chat program.
-EOF


More information about the Lunar-commits mailing list