summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall2012-07-28 05:49:29 +0200
committer Robby Workman2012-07-28 05:49:29 +0200
commit39727df6da37b4e87eff075728f6cf5c828c731d (patch)
treed9b19e5768353090892c6858aade62356192c961
parent9f7a2ac0a6fe7b8720c4cff09432f944801c49f6 (diff)
downloadslackbuilds-39727df6da37b4e87eff075728f6cf5c828c731d.tar.gz
network/qbittorrent: Updated for version 2.9.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--network/qbittorrent/README10
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild10
-rw-r--r--network/qbittorrent/qbittorrent.info8
-rw-r--r--network/qbittorrent/slack-desc16
4 files changed, 22 insertions, 22 deletions
diff --git a/network/qbittorrent/README b/network/qbittorrent/README
index a75b236912..78acd4094f 100644
--- a/network/qbittorrent/README
+++ b/network/qbittorrent/README
@@ -1,8 +1,4 @@
-qBittorrent : a C++ / Qt4 Bittorrent Client
+qBittorrent is an easy to use, good looking, and featureful
+but lightweight C++ / Qt4 Bittorrent Client.
-The qBittorrent project was created in March 2006 with the idea
-of developing a new Bittorrent client for Linux (and possibly
-other systems) that would be easy to use, good looking, featureful
-but lightweight.
-
-Requires libtorrent-rasterbar
+This requires libtorrent-rasterbar.
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index dc1e24ecae..b44d441699 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for qbittorrent
+
# Copyright 2009-2010 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
@@ -22,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
-VERSION=${VERSION:-2.9.5}
+VERSION=${VERSION:-2.9.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +73,8 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --qtdir=/usr/lib${LIBDIRSUFFIX}/qt
+ --qtdir=/usr/lib${LIBDIRSUFFIX}/qt \
+ --build=$ARCH-slackware-linux
make
make install INSTALL_ROOT=$PKG
@@ -86,8 +88,8 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS Changelog NEWS README.os2 COPYING INSTALL README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+ AUTHORS Changelog NEWS README.os2 COPYING INSTALL README TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info
index c9399723a8..59dab808f6 100644
--- a/network/qbittorrent/qbittorrent.info
+++ b/network/qbittorrent/qbittorrent.info
@@ -1,10 +1,10 @@
PRGNAM="qbittorrent"
-VERSION="2.9.5"
+VERSION="2.9.9"
HOMEPAGE="http://qbittorrent.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.5.tar.gz"
-MD5SUM="c7729ad409d6132150f2674c5e646ac8"
+DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.9.tar.gz"
+MD5SUM="9b7b216f5beccf76871d5adb91222e04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
-APPROVED="Niels Horn"
+APPROVED="rworkman"
diff --git a/network/qbittorrent/slack-desc b/network/qbittorrent/slack-desc
index cbdf8620c6..83069998d8 100644
--- a/network/qbittorrent/slack-desc
+++ b/network/qbittorrent/slack-desc
@@ -1,16 +1,18 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
|-----handy-ruler------------------------------------------------------|
qbittorrent: qBittorrent (a C++ / Qt4 Bittorrent Client)
qbittorrent:
qbittorrent: The qBittorrent project was created in March 2006 with the idea
qbittorrent: of developing a new Bittorrent client for Linux (and possibly
-qbittorrent: other systems) that would be easy to use, good looking, featureful
-qbittorrent: but lightweight.
+qbittorrent: other systems) that would be easy to use, good looking, and
+qbittorrent: featureful but lightweight.
+qbittorrent:
qbittorrent: qBittorrent is a Free Software released under the GNU GPL license.
qbittorrent: The author is Christophe Dumez, a French student in an engineer
qbittorrent: school (UTBM), in IT departement.