From f39f6da971bbc4a2b8f5fadf198b6ad5973f924d Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Tue, 11 May 2010 22:25:30 +0200 Subject: network/konversation: Updated for version 1.1 --- network/konversation/README | 17 +++-- network/konversation/doinst.sh | 4 ++ network/konversation/konversation.SlackBuild | 97 ++++++++++++++++------------ network/konversation/konversation.info | 8 +-- network/konversation/slack-desc | 4 +- 5 files changed, 77 insertions(+), 53 deletions(-) create mode 100644 network/konversation/doinst.sh (limited to 'network/konversation') diff --git a/network/konversation/README b/network/konversation/README index 4bc70c5b25..d64e9f7a83 100644 --- a/network/konversation/README +++ b/network/konversation/README @@ -1,9 +1,12 @@ -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 new file mode 100644 index 0000000000..a40a426564 --- /dev/null +++ b/network/konversation/doinst.sh @@ -0,0 +1,4 @@ +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 185045d35e..f722788cb8 100644 --- a/network/konversation/konversation.SlackBuild +++ b/network/konversation/konversation.SlackBuild @@ -1,22 +1,39 @@ #!/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 +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 -find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + 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/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 +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING* ChangeLog INSTALL README TODO VERSION \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/network/konversation/konversation.info b/network/konversation/konversation.info index 34fcc39512..0d2d1e9edb 100644 --- a/network/konversation/konversation.info +++ b/network/konversation/konversation.info @@ -1,8 +1,8 @@ PRGNAM="konversation" -VERSION="1.0.1" +VERSION="1.1" HOMEPAGE="http://konversation.kde.org" -DOWNLOAD="http://download.berlios.de/konversation/konversation-1.0.1.tar.bz2 " -MD5SUM="60c2c5f94d4a916055db09728304b19f" +DOWNLOAD="http://download.berlios.de/konversation/konversation-1.1.tar.bz2 " +MD5SUM="0d38a16747ab4f6549863de385cb551c" MAINTAINER="Michiel van Wessem" EMAIL="michiel.van.wessem@gmail.com" -APPROVED="rworkman" +APPROVED="David Somero" \ No newline at end of file diff --git a/network/konversation/slack-desc b/network/konversation/slack-desc index a9bcd988b8..4d33033e9a 100644 --- a/network/konversation/slack-desc +++ b/network/konversation/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| konversation: Konversation (KDE IRC client) konversation: konversation: Konversation is a user-friendly and highly configurable @@ -15,5 +15,5 @@ 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: homepage: http://konversation.kde.org/ konversation: -- cgit v1.2.3