From 1c0ed4b45a6f98a05ed02b4dc5ac017d5f95ed43 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 28 May 2012 11:45:18 +0000 Subject: The fnt2bdf tool is no longer shipped. Also, use a proper winecfg.png --- wine/build/wine.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wine') 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 -- cgit v1.2.3-80-g2a13