system/disk-manager: Update DEP.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2019-06-09 09:41:48 +07:00 committed by Willy Sudiarto Raharjo
parent 8c011c02ca
commit f70b00bc34
4 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,10 @@
disk-manager (simple filesystem configurator)
Disk Manager is a tool to manage filesystems, partitions, and NTFS write mode.
Disk manager is a simple filesystem configurator that allows you to:
* Automatically detect new partitions at startup.
* Fully manage configuration of filesystem.
* Enable/disable write support for NTFS (needs ntfs-3g installed).
This require: ktsuss, xfsudo, gksu or kdesu for authenticated method.
NOTE: for your authentication you can use another tool instead of gksu,
there are: ktsuss, xfsudo or kdesu.

View File

@ -2,7 +2,7 @@
#
# Slackware build script for disk-manager.
#
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=disk-manager
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -88,16 +88,17 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
install -Dm644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
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
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO"
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="disk-manager"
VERSION="1.1.1"
HOMEPAGE="http://flomertens.free.fr/disk-manager/"
DOWNLOAD="http://http.debian.net/debian/pool/main/d/disk-manager/disk-manager_1.1.1.orig.tar.gz"
DOWNLOAD="http://snapshot.debian.org/archive/debian/20190608T092728Z/pool/main/d/disk-manager/disk-manager_1.1.1.orig.tar.gz"
MD5SUM="41bdb4693da535fdd2d3ce2f5e1a37d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="gksu"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"

View File

@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
disk-manager: disk-manager (simple filesystem configurator)
disk-manager:
disk-manager: Disk Manager is a tool to manage filesystems, partitions, and
disk-manager: NTFS write mode.
disk-manager: Disk Manager is a tool to manage filesystems, partitions, and NTFS
disk-manager: write mode.
disk-manager:
disk-manager: Home page: http://flomertens.free.fr/disk-manager/
disk-manager: