multimedia/kaffeine: Updated for version 0.8.4
This commit is contained in:
parent
12f320fe0d
commit
4a33c289c2
|
@ -1,5 +1,3 @@
|
|||
Kaffeine is a full featured Multimedia-Player for KDE. By default, it uses
|
||||
xine as backend. Kaffeine is free software distributed under the terms of
|
||||
the GNU General Public Licence.
|
||||
|
||||
This script requires that kde-config is is your $PATH variable.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
PRGNAM=kaffeine
|
||||
VERSION=0.8.4
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -71,6 +71,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $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/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="kaffeine"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="http://kaffeine.sourceforge.net"
|
||||
DOWNLOAD="http://dl.sourceforge.net/kaffeine/kaffeine-0.8.4.tar.bz2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kaffeine/kaffeine-0.8.4.tar.bz2"
|
||||
MD5SUM="6f62ebb7a6f88ff49f452856a1660d95"
|
||||
MAINTAINER="Martin Lefebvre"
|
||||
EMAIL="dadexter@sekurity.com"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
kaffeine: Kaffeine - multimedia player for kde
|
||||
# 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 ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
kaffeine: Kaffeine (multimedia player for kde)
|
||||
kaffeine:
|
||||
kaffeine: Kaffeine is a full featured Multimedia-Player for KDE. By default
|
||||
kaffeine: it uses xine as backend. Kaffeine is free software distributed under
|
||||
|
|
Loading…
Reference in New Issue