mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/quassel: Updated for version 0.7.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c9d7173ec2
commit
c3b8aac872
4 changed files with 18 additions and 19 deletions
|
@ -1,10 +1,10 @@
|
|||
quassel (A cross platform IRC client)
|
||||
|
||||
quassel is based on qt4 platform. quassel core connects to
|
||||
servers and quassel client connects to quassel core over
|
||||
the internet. It means you can retain your IRC sessions even if
|
||||
your X session is blowed up. multiple clients can attach to and
|
||||
detach from a central core. It's like a combination of GNU screen
|
||||
with such console IRC clients as weechat, bitchX, and irssi.
|
||||
quassel is based on the qt4 platform. The quassel core connects to
|
||||
servers and the quassel client connects to quassel core over the
|
||||
internet. It means you can retain your IRC sessions even if your
|
||||
X session is blowed up. Multiple clients can attach to and detach
|
||||
from a central core. It's like a combination of GNU screen with
|
||||
such console IRC clients as weechat, bitchX, and irssi.
|
||||
|
||||
webkit is optional.
|
||||
webkit is an optional dependency.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by crocket (crockabiscuit@gmail.com)
|
||||
|
||||
PRGNAM=quassel
|
||||
VERSION=${VERSION:-0.7.2}
|
||||
VERSION=${VERSION:-0.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -91,4 +91,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="quassel"
|
||||
VERSION="0.7.2"
|
||||
VERSION="0.7.3"
|
||||
HOMEPAGE="http://quassel-irc.org/"
|
||||
DOWNLOAD="http://quassel-irc.org/pub/quassel-0.7.2.tar.bz2"
|
||||
MD5SUM="feaf686a8a5c433baa4ddb0410802442"
|
||||
DOWNLOAD="http://quassel-irc.org/pub/quassel-0.7.3.tar.bz2"
|
||||
MD5SUM="f12b2b09d8ebe533781aa969597d671c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
quassel: quassel (A cross platform IRC client)
|
||||
quassel:
|
||||
quassel: quassel is based on qt4 platform. quassel core connects to
|
||||
quassel: servers and quassel client connects to quassel core over
|
||||
quassel: the internet. It means you can retain your IRC sessions even if
|
||||
quassel: your X session is blowed up. multiple clients can attach to and
|
||||
quassel: detach from a central core. It's like a combination of GNU screen
|
||||
quassel: with such console IRC clients as weechat, bitchX, and irssi.
|
||||
quassel: quassel is based on the qt4 platform. The quassel core connects to
|
||||
quassel: servers and the quassel client connects to quassel core over the
|
||||
quassel: internet. It means you can retain your IRC sessions even if your
|
||||
quassel: X session is blowed up. Multiple clients can attach to and detach
|
||||
quassel: from a central core. It's like a combination of GNU screen with
|
||||
quassel: such console IRC clients as weechat, bitchX, and irssi.
|
||||
quassel:
|
||||
quassel: Website : http://quassel-irc.org/
|
||||
quassel:
|
||||
|
|
Loading…
Reference in a new issue