CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86bigfontproto: fixed installation files
authorJose V Beneyto <sepen@crux.nu>
Mon, 28 Dec 2009 11:16:18 +0000 (12:16 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 28 Dec 2009 11:16:18 +0000 (12:16 +0100)
xorg-xf86bigfontproto/.footprint
xorg-xf86bigfontproto/Pkgfile

index 0d5a89db8a17eb96f2331169834c31fafe639032..618d750fc524ad52b53c28c1b5486560dddee645 100644 (file)
@@ -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/
index 2644ebb46d986ae388cca088acc927087ae9ab60..2c62f595349347084a0b288809dd50ec7be9d23c 100644 (file)
@@ -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
 }