network/linuxdcpp: Updated for version 1.1.0.
This commit is contained in:
parent
9b1c1ea549
commit
e68661ecf3
|
@ -1,4 +1,4 @@
|
|||
linuxdcpp is an Unix/Linux port of the DC++ client.
|
||||
It's a client for direct connect P2P networks.
|
||||
|
||||
This requires scons (also available on SlackBuilds.org).
|
||||
This requires scons at build time.
|
||||
|
|
|
@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then
|
|||
/usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=linuxdcpp
|
||||
VERSION=1.0.3
|
||||
VERSION=1.1.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -62,9 +60,9 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R a-s,u+rw,go+r-w .
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
scons \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
PREFIX=/usr \
|
||||
FAKE_ROOT=$PKG \
|
||||
debug=no \
|
||||
|
@ -90,7 +88,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}
|
||||
|
||||
if [ "$1" = "--cleanup" ]; then
|
||||
rm -rf $PKG $TMP/$PRGNAM-$VERSION
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Name=Linux DC++
|
||||
Comment=DC++ Linux client
|
||||
Exec=linuxdcpp
|
||||
Icon=/usr/share/linuxdcpp/pixmaps/linuxdcpp-icon.png
|
||||
Icon=linuxdcpp.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Network;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="linuxdcpp"
|
||||
VERSION="1.0.3"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://launchpad.net/linuxdcpp"
|
||||
DOWNLOAD="http://launchpad.net/linuxdcpp/1.0/1.0.3/+download/linuxdcpp-1.0.3.tar.bz2"
|
||||
MD5SUM="a427b87fa576d8674640f0a7f6ad5e66"
|
||||
DOWNLOAD="http://launchpad.net/linuxdcpp/1.1/1.1.0/+download/linuxdcpp-1.1.0.tar.bz2"
|
||||
MD5SUM="037de708bdb1e5dd7ac6c359b0e2c1a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niklas 'Nille' Åkerström"
|
||||
EMAIL="nille.kungen[AT]gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
|
@ -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------------------------------------------------------|
|
||||
linuxdcpp: linuxdcpp (linux dc plus plus)
|
||||
linuxdcpp:
|
||||
linuxdcpp: linuxdcpp is an Unix/Linux port of the DC++ client.
|
||||
|
|
Loading…
Reference in New Issue