|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
#!/bin/sh
|
|
|
|
|
# Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST
|
|
|
|
|
# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, Netherlands
|
|
|
|
|
# Copyright 2015-2016 Thorn Inurcide
|
|
|
|
|
# Copyright 2015-2017 Thorn Inurcide
|
|
|
|
|
# Copyright 2015-2017 tde-slackbuilds project on GitHub
|
|
|
|
|
# All rights reserved.
|
|
|
|
|
#
|
|
|
|
|
# Permission to use, copy, modify, and distribute this software for
|
|
|
|
@ -171,10 +172,12 @@ SlackDesc
|
|
|
|
|
|
|
|
|
|
# Replace the desktop file, with an alternate one. This one changes the
|
|
|
|
|
# icon name from d3lphin to dolphin. To allow easy system-wide icon
|
|
|
|
|
# themeing changes. No other alterations made.
|
|
|
|
|
mv -v $PKG/opt/trinity/share/applications/tde/d3lphin.desktop \
|
|
|
|
|
$PKG/opt/trinity/share/applications/tde/d3lphine.desktop.orig
|
|
|
|
|
cp -v $SRCDIR/d3lphin.desktop $PKG/opt/trinity/share/applications/tde/d3lphin.desktop
|
|
|
|
|
# themeing changes. No other alterations made. I've decided this shouldn't
|
|
|
|
|
# be default. I will uncomment this when I build, and others can do the
|
|
|
|
|
# the same if they wish =]
|
|
|
|
|
#mv -v $PKG/opt/trinity/share/applications/tde/d3lphin.desktop \
|
|
|
|
|
#$PKG/opt/trinity/share/applications/tde/d3lphine.desktop.orig
|
|
|
|
|
#cp -v $SRCDIR/d3lphin.desktop $PKG/opt/trinity/share/applications/tde/d3lphin.desktop
|
|
|
|
|
|
|
|
|
|
cd $PKG
|
|
|
|
|
makepkg --linkadd y --chown n $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz}
|
|
|
|
|