From d1ec3e172f35ddab4783461a6f90e75a923916fa Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 28 Dec 2009 12:16:18 +0100 Subject: [PATCH] xorg-xf86bigfontproto: fixed installation files --- xorg-xf86bigfontproto/.footprint | 1 + xorg-xf86bigfontproto/Pkgfile | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/xorg-xf86bigfontproto/.footprint b/xorg-xf86bigfontproto/.footprint index 0d5a89d..618d750 100644 --- a/xorg-xf86bigfontproto/.footprint +++ b/xorg-xf86bigfontproto/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/include/ 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/ diff --git a/xorg-xf86bigfontproto/Pkgfile b/xorg-xf86bigfontproto/Pkgfile index 2644ebb..2c62f59 100644 --- a/xorg-xf86bigfontproto/Pkgfile +++ b/xorg-xf86bigfontproto/Pkgfile @@ -5,7 +5,7 @@ name=xorg-xf86bigfontproto version=1.1.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2) build() { @@ -17,4 +17,8 @@ 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 } -- 2.26.2