Ignore:
Timestamp:
Dec 16, 2014, 3:00:07 PM (11 years ago)
Author:
Yuri Dario
Message:

spec: ghostscript, fix FONTPATH handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/ghostscript.spec

    r479 r480  
    11#define svn_url     F:/rd/ports/ghostscript/trunk
    22%define svn_url     http://svn.netlabs.org/repos/ports/ghostscript/trunk
    3 %define svn_rev     937
     3%define svn_rev     941
    44
    55%define _with_freetype 1
     
    1212Version: %{gs_ver}
    1313
    14 Release: 2%{?dist}
     14Release: 3%{?dist}
    1515
    1616# Included CMap data is Redistributable, no modification permitted,
     
    3535#BuildRequires: jasper-devel, gnutls-devel
    3636#BuildRequires: dbus-devel
    37 #BuildRequires: poppler-data
     37BuildRequires: poppler-data
    3838#BuildRequires: lcms2-devel
    3939#BuildRequires: openjpeg-devel
     
    145145FONTPATH=
    146146for path in \
     147        /@system_drive/psfonts \
     148        /@system_drive/os2/psfonts \
    147149        %{_datadir}/fonts/default/%{name} \
    148150        %{_datadir}/fonts/default/Type1 \
     
    155157        %{_datadir}/poppler/cMap/*
    156158do
    157   FONTPATH="$FONTPATH${FONTPATH:+:}$path"
     159  FONTPATH="$FONTPATH${FONTPATH:+;}$path"
    158160done
    159161
     
    326328%changelog
    327329* Tue Dec 16 2014 yd
    328 - r937, fix FONTPATH handling.
     330- r937, r941, fix FONTPATH handling, add PSFONTS dir.
    329331
    330332* Fri Dec 12 2014 yd
Note: See TracChangeset for help on using the changeset viewer.