summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-07-17 20:10:32 +0000
committer Eric Hameleers <alien@slackware.com>2010-07-17 20:10:32 +0000
commit8a2487db83d2b7e9ade8e9b6dc65aebf7a0f0cf8 (patch)
treed2d91e6a1ef9bbcede7a8a2b4d59e2519c45ebc7 /wine
parent2d41b7c1748acdf45cc4e5c4d972129c5c709727 (diff)
downloadasb-8a2487db83d2b7e9ade8e9b6dc65aebf7a0f0cf8.tar.gz
asb-8a2487db83d2b7e9ade8e9b6dc65aebf7a0f0cf8.tar.xz
Added a new wine icon
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index c2bdc0cf..474bdb39 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -254,13 +254,16 @@ make 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# Add a desktop menu for the winecfg program:
-mkdir -p $PKG/usr/share/pixmaps
-cp -a programs/winemenubuilder/wine.xpm $PKG/usr/share/pixmaps/
+mkdir -p $PKG/usr/share/{icons/hicolor/scalable/apps,pixmaps}
+convert $SRCDIR/wine.svg -scale 64 $PKG/usr/share/pixmaps/wine.png
+cp -a $SRCDIR/wine.svg $PKG/usr/share/icons/hicolor/scalable/apps/
+convert programs/winecfg/winecfg.svg -scale 64 $PKG/usr/share/pixmaps/winecfg.png
+cp -a programs/winecfg/winecfg.svg $PKG/usr/share/icons/hicolor/scalable/apps/
mkdir -p $PKG/usr/share/applications
cat <<-_EOT_ > $PKG/usr/share/applications/winecfg.desktop
[Desktop Entry]
Exec=winecfg
- Icon=/usr/share/pixmaps/wine.xpm
+ Icon=wine
Terminal=false
Name=Wine Configuration
Comment=Configure Wine