]> git.pld-linux.org Git - packages/XFree86-fonts.git/commitdiff
- added patch to fix trouble with extras fonts.
authorcieciwa <cieciwa@pld-linux.org>
Tue, 11 Apr 2000 14:30:22 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-fonts.spec -> 1.14

XFree86-fonts.spec

index bbc91df6eb4a9fc0dc87b9a4b28791bd37d111c9..bb1fdb525ff9448ac70ca9a026879e2f05c4c880 100644 (file)
@@ -8,6 +8,7 @@ Group:          X11/XFree86
 Group(pl):     X11/XFree86
 Source0:       ftp://ftp.xfree86.org/pub/XFree86/4.0/source/X400src-2.tgz
 Source1:       ftp://ftp.xfree86.org/pub/XFree86/4.0/source/X400src-1.tgz
+Patch:         XFree86-fonts-extras-fix.patch
 BuildRequires: XFree86-devel = %{version}
 Requires:      type1inst
 Prereq:                %{_bindir}/mkfontdir
@@ -140,13 +141,18 @@ Czcionki rastrowe ISO-8859-2.
 %prep
 %setup -q -c -b 1
 
+%patch -p0
+
 %build
 cd xc/fonts
+(cd bdf/misc; cp ../../../extras/fonts/arabic24/*.bdf .)
+(cd bdf/misc; cp ../../../extras/fonts/ClearlyU/*.bdf .)
 imake -DBuildFonts -DUseInstalled -I/usr/X11R6/lib/X11/config
 make Makefiles
 make depend
 make CDEBUGFLAGS="$RPM_OPT_FLAGS"
 
+
 %install
 (cd xc/fonts;\
  make DESTDIR=$RPM_BUILD_ROOT install;\
This page took 0.026966 seconds and 4 git commands to generate.