summaryrefslogtreecommitdiffstats
path: root/wine/build/wine.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'wine/build/wine.SlackBuild')
-rwxr-xr-xwine/build/wine.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index ee43d006..1561d809 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -279,13 +279,14 @@ make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# Add the font converter programs if they were created using fontforge:
# (useful if you need to convert a Windows .fon file to UNIX .bdf)
-install -m 755 tools/{fnt2bdf,fnt2fon,sfnt2fnt} $PKG/usr/bin
+install -m 755 tools/{fnt2fon,sfnt2fnt} $PKG/usr/bin
# Add a desktop menu for the winecfg program:
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
+# I used karbon to extract a single picture out of the SVG:
+convert $SRCDIR/winecfg.png -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