From 2599f60a36d860e83bddeec05cedf30d98cabe16 Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Tue, 11 May 2010 15:01:30 +0200 Subject: network/konversation: Initial import --- network/konversation/README | 10 ++++ network/konversation/konversation.SlackBuild | 75 ++++++++++++++++++++++++++++ network/konversation/konversation.info | 8 +++ network/konversation/slack-desc | 11 ++++ 4 files changed, 104 insertions(+) create mode 100644 network/konversation/README create mode 100644 network/konversation/konversation.SlackBuild create mode 100644 network/konversation/konversation.info create mode 100644 network/konversation/slack-desc (limited to 'network/konversation') diff --git a/network/konversation/README b/network/konversation/README new file mode 100644 index 0000000000..f888f87d66 --- /dev/null +++ b/network/konversation/README @@ -0,0 +1,10 @@ +Konversation is an Internet Relay Chat (IRC) client for KDE (K Desktop Environment). +Konversation is currently maintained in the KDE Extragear module, which means that +it has its own release cycle independent from KDE's. + +Konversation features include: +* integration of Konsole (using the KPart technology) +* interaction with KAddressBook * themable nicklist icons +* OSD (On Screen Display) * IPv6 support +* multiserver support * [Secure Sockets Layer|SSL]] + diff --git a/network/konversation/konversation.SlackBuild b/network/konversation/konversation.SlackBuild new file mode 100644 index 0000000000..1c79c01d0c --- /dev/null +++ b/network/konversation/konversation.SlackBuild @@ -0,0 +1,75 @@ +#!/bin/sh + +# SlackBuild script for konversation +# Written by Michiel van Wessem (BP{k}) $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild + +mkdir $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +( cd $PKG +find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) + +if [ -d $PKG/usr/man ]; then + ( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + ) +fi + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/network/konversation/konversation.info b/network/konversation/konversation.info new file mode 100644 index 0000000000..5f1e2a848f --- /dev/null +++ b/network/konversation/konversation.info @@ -0,0 +1,8 @@ +PRGNAM="konversation" +VERSION="1.0.1" +HOMEPAGE="http://konversation.kde.org" +DOWNLOAD="http://download.berlios.de/konversation/konversation-1.0.1.tar.bz2 " +MD5SUM="60c2c5f94d4a916055db09728304b19f" +MAINTAINER="Michiel van Wessem" +EMAIL="michiel.van.wessem@gmail.com" +APPROVED="robw810" diff --git a/network/konversation/slack-desc b/network/konversation/slack-desc new file mode 100644 index 0000000000..2a549177bf --- /dev/null +++ b/network/konversation/slack-desc @@ -0,0 +1,11 @@ +konversation: Konversation (KDE IRC client) +konversation: +konversation: Konversation is a user-friendly and highly configurable +konversation: Internet Relay Chat client for KDE. +konversation: +konversation: Konversation has support for standard IRC features, SSL server +konversation: support, bookmarking support, multiple identities for different +konversation: servers, theme support, and much more. +konversation: +konversation: +konversation: -- cgit v1.2.3