mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/licq: Updated for version 1.7.0.
(Fixed dep info --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
4f0f62b76e
commit
83ad785c47
3 changed files with 6 additions and 7 deletions
|
@ -8,5 +8,4 @@ built. This requires libaosd as well as cdk and can be overridden by
|
|||
setting the PLUGINS environment variable to a space seperated list of
|
||||
auto-reply, forwarder, osd, rms, aosd, console, jabber, msn, qt4-gui.
|
||||
|
||||
Optional dependencies are cdk for the console, libxosd for the osd,
|
||||
libaosd for the aosd plugin and gloox for jabber respectivly.
|
||||
Optional dependencies are libxosd for the osd and gloox for jabber.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Written by Michael Filz <the_emmel@gmx.net>
|
||||
|
||||
PRGNAM=licq
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PLUGINS=${PLUGINS:-"qt4-gui console auto-reply aosd"}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="licq"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.7.0"
|
||||
HOMEPAGE="http://www.licq.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/licq/licq-1.6.0.tar.bz2"
|
||||
MD5SUM="383153697e281a0b1b4ff008936731b8"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/licq/licq-1.7.0.tar.bz2"
|
||||
MD5SUM="d7589fc7b5e3182199222dc8b20a970c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="cdk libaosd"
|
||||
MAINTAINER="Michael Filz"
|
||||
EMAIL="the_emmel@gmx.net"
|
||||
|
|
Loading…
Reference in a new issue