drwxr-xr-x root/root usr/include/X11/
drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/xf86bigfont.h
+-rw-r--r-- root/root usr/include/X11/extensions/xf86bigfproto.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86bigfstr.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
name=xorg-xf86bigfontproto
version=1.1.2
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
build() {
make
make DESTDIR=$PKG install
+
+ # xf86bigfstr.h is obsolete and may be removed in the future
+ # copy xf86bigfstr.h to xf86bigfproto.h for consistency with other modules
+ cp $PKG/usr/include/X11/extensions/xf86bigf{str,proto}.h
}