mate-system-monitor: Added Slackware logo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-12-26 21:18:56 +07:00
parent 1ebbd2a7c3
commit ad44f16e5b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 1 deletions

View file

@ -25,7 +25,7 @@
PRGNAM=mate-system-monitor
VERSION=${VERSION:-1.19.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_msb}
if [ -z "$ARCH" ]; then
@ -108,6 +108,10 @@ fi
# Remove old GNOME stuff
rm -rf $PKG/usr/share/omf/mate-system-monitor
# We add Slackware logo
mkdir -p $PKG/usr/share/pixmaps/mate-system-monitor/distribution/
cp $CWD/side.png $PKG/usr/share/pixmaps/mate-system-monitor/distribution/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB