Added some templates to be able to run X11 on VMware.
The following templates were added: - font-cursor-misc-1.0.0 - font-misc-misc-1.0.0 - xf86-video-vmware-10.16.4 - xrandr-1.2.3 - xterm-237 Also xorg-fonts now depends on font-cursor-misc and font-misc-misc, otherwise it won't work by default on VMware! --HG-- extra : convert_revision : c09a46be2344ea77b9993ed1c2d096e22367cd79
This commit is contained in:
18
templates/font-misc-misc.tmpl
Executable file
18
templates/font-misc-misc.tmpl
Executable file
@@ -0,0 +1,18 @@
|
||||
# Template build file for 'font-misc-misc'.
|
||||
pkgname=font-misc-misc
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
build_style=gnu_configure
|
||||
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard X11 \"fixed\" PCF fonts"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=be44e00d94afdba48002e259f460d6a39ffbb370
|
||||
long_desc="
|
||||
The standard X11 public domain \"fixed\" font that you can
|
||||
share and enjoy. It is in PCF format."
|
||||
|
||||
# Build fonts.dir and fonts.scale files after install.
|
||||
fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/misc"
|
||||
postinstall_helpers="mkfontxx-rebuild.sh"
|
||||
ignore_files="fonts.scale fonts.dir"
|
||||
Reference in New Issue
Block a user