summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-28 11:45:18 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-28 11:45:18 +0000
commit1c0ed4b45a6f98a05ed02b4dc5ac017d5f95ed43 (patch)
treeeb9e6c7dac39090b0b7f6fc05ef3eeed241181c4 /wine
parent74ca603032554333e90893284af74be47c55b704 (diff)
downloadasb-1c0ed4b45a6f98a05ed02b4dc5ac017d5f95ed43.tar.gz
asb-1c0ed4b45a6f98a05ed02b4dc5ac017d5f95ed43.tar.xz
The fnt2bdf tool is no longer shipped. Also, use a proper winecfg.png
Diffstat (limited to 'wine')
-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