diff options
author | Michiel van Wessem <michiel.van.wessem@gmail.com> | 2010-05-12 17:43:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:43:37 +0200 |
commit | 264ee581721b617fa9bc7899118887af5028b1ad (patch) | |
tree | 3dd40f48e9a32cfa5d91ce3f6b376ecc6d02144b /network | |
parent | c944661eaa15604f234448a62df3924a9b9515fa (diff) | |
download | slackbuilds-264ee581721b617fa9bc7899118887af5028b1ad.tar.gz |
network/konversation: Updated for version 1.1
Diffstat (limited to 'network')
-rw-r--r-- | network/konversation/README | 17 | ||||
-rw-r--r-- | network/konversation/doinst.sh | 8 | ||||
-rw-r--r-- | network/konversation/konversation.SlackBuild | 2 | ||||
-rw-r--r-- | network/konversation/konversation.info | 2 |
4 files changed, 15 insertions, 14 deletions
diff --git a/network/konversation/README b/network/konversation/README index d64e9f7a83..4bc70c5b25 100644 --- a/network/konversation/README +++ b/network/konversation/README @@ -1,12 +1,9 @@ -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 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]] +* 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/doinst.sh b/network/konversation/doinst.sh index a40a426564..77d8ff3f2c 100644 --- a/network/konversation/doinst.sh +++ b/network/konversation/doinst.sh @@ -1,4 +1,8 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications +#!/bin/sh + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications fi + + diff --git a/network/konversation/konversation.SlackBuild b/network/konversation/konversation.SlackBuild index f722788cb8..51b6712152 100644 --- a/network/konversation/konversation.SlackBuild +++ b/network/konversation/konversation.SlackBuild @@ -70,7 +70,7 @@ make make install DESTDIR=$PKG ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + 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 ) diff --git a/network/konversation/konversation.info b/network/konversation/konversation.info index 0d2d1e9edb..db67fd60d0 100644 --- a/network/konversation/konversation.info +++ b/network/konversation/konversation.info @@ -5,4 +5,4 @@ DOWNLOAD="http://download.berlios.de/konversation/konversation-1.1.tar.bz2 " MD5SUM="0d38a16747ab4f6549863de385cb551c" MAINTAINER="Michiel van Wessem" EMAIL="michiel.van.wessem@gmail.com" -APPROVED="David Somero"
\ No newline at end of file +APPROVED="David Somero" |