mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
misc/kde_cdemu: Updated for version 0.8.0.
The previous version was for KDE4. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c613b72d67
commit
023145b52e
3 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=kde_cdemu
|
PRGNAM=kde_cdemu
|
||||||
VERSION=${VERSION:-0.5.0}
|
VERSION=${VERSION:-0.8.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -40,7 +40,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM
|
rm -rf $PRGNAM
|
||||||
tar xvf $CWD/99752-$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||||
cd $PRGNAM
|
cd $PRGNAM
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
@ -57,7 +57,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
|
||||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
install -m0644 -oroot ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
|
install -m0644 -oroot LICENSE CHANGELOG $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="kde_cdemu"
|
PRGNAM="kde_cdemu"
|
||||||
VERSION="0.5.0"
|
VERSION="0.8.0"
|
||||||
HOMEPAGE="https://www.kde-look.org/p/998461/"
|
HOMEPAGE="https://store.kde.org/p/998461/"
|
||||||
DOWNLOAD="https://distribute.kde.org/khotnewstuff/servicemenu/downloads/99752-kde_cdemu-0.5.0.tar.bz2"
|
DOWNLOAD="https://netactuate.dl.sourceforge.net/project/kde-cdemu-manager/kde_cdemu-0.8.0.tar.bz2"
|
||||||
MD5SUM="c0e56401e2c2f2c4652915a44af128b8"
|
MD5SUM="a88bb002728db8be594b10fb403f5b08"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="cdemu-daemon"
|
REQUIRES="cdemu-daemon"
|
||||||
|
|
|
@ -16,4 +16,4 @@ kde_cdemu: Dolphin/Konqueror (which is what most people will want to use).
|
||||||
kde_cdemu: Images can be unmounted like any other media through Dolphin or
|
kde_cdemu: Images can be unmounted like any other media through Dolphin or
|
||||||
kde_cdemu: the Device Notifier plasmoid.
|
kde_cdemu: the Device Notifier plasmoid.
|
||||||
kde_cdemu:
|
kde_cdemu:
|
||||||
kde_cdemu: Homepage: https://www.kde-look.org/p/998461/
|
kde_cdemu: Homepage: https://store.kde.org/p/998461/
|
||||||
|
|
Loading…
Reference in a new issue