mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/gparted: Updated for version 0.3.3
This commit is contained in:
parent
5e04508151
commit
facbf9a100
5 changed files with 17 additions and 8 deletions
|
@ -6,6 +6,5 @@ of GParted. GParted is written in C++ and uses gtkmm for it's
|
|||
Graphical User Interface (GUI).
|
||||
|
||||
gtkmm, which is available at slackbuilds.org, and parted, which
|
||||
can be found on the second Slackware CD in extra/ or on any official
|
||||
can be found in /extra on the Slackware CD's or on any official
|
||||
Slackware mirror, are required to build gparted.
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
usr/bin/update-desktop-database &> /dev/null
|
||||
usr/bin/update-desktop-database usr/share/applications &> /dev/null
|
||||
fi
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ VERSION=0.3.3
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -39,10 +39,10 @@ make || exit 1
|
|||
make install DESTDIR=$PKG || exit 1
|
||||
|
||||
find $PKG | xargs file | egrep "ELF.*executable" | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
sed -i 's|Icon=gparted.png|Icon=/usr/share/pixmaps/gparted.png|' $PKG/usr/share/applications/gparted.desktop
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/sourceforge/gparted/gparted-0.3.3.tar.bz2"
|
|||
MD5SUM="f3d16ccfda72fa1dac9fa1ff9ded2c42"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="BP{k}"
|
||||
APPROVED="BP{k},rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
gparted: Gnome Partition Editor
|
||||
# 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------------------------------------------------------|
|
||||
gparted: gparted (Gnome Partition Editor)
|
||||
gparted:
|
||||
gparted: GParted uses GNU libparted to detect and manipulate devices and
|
||||
gparted: partition tables. Several (optional) "file system" tools provide
|
||||
|
|
Loading…
Reference in a new issue