forked from pool/intlfonts
.
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/intlfonts?expand=0&rev=6
This commit is contained in:
parent
ab0ab8df78
commit
ab92b3dcd5
BIN
intlfonts-1.2.1.tar.bz2
(Stored with Git LFS)
BIN
intlfonts-1.2.1.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -20,18 +20,18 @@
|
||||
+
|
||||
+-------------------------------------------------------------
|
||||
+
|
||||
+Ganz nach den README sind mehrere Pakete für die folgenden
|
||||
+Ganz nach den README sind mehrere Pakete für die folgenden
|
||||
+Sprachen fertig gebaut zum Installieren:
|
||||
+
|
||||
+ ifntarab ... Arabische Fonts für X11
|
||||
+ ifntasia ... Asiatische Fonts für X11
|
||||
+ ifntchia ... Chinesische Fonts für X11
|
||||
+ ifntchib ... Große Chinesische Fonts für X11
|
||||
+ ifntethi ... Äthopische Fonts für X11
|
||||
+ ifnteuro ... Europäische Fonts für X11
|
||||
+ ifntjapa ... Japanische Fonts für X11
|
||||
+ ifntjapb ... Große Japanische Fonts für X11
|
||||
+ ifntphon ... IPA-Font für X11
|
||||
+ ifntarab ... Arabische Fonts für X11
|
||||
+ ifntasia ... Asiatische Fonts für X11
|
||||
+ ifntchia ... Chinesische Fonts für X11
|
||||
+ ifntchib ... Große Chinesische Fonts für X11
|
||||
+ ifntethi ... Äthopische Fonts für X11
|
||||
+ ifnteuro ... Europäische Fonts für X11
|
||||
+ ifntjapa ... Japanische Fonts für X11
|
||||
+ ifntjapb ... Große Japanische Fonts für X11
|
||||
+ ifntphon ... IPA-Font für X11
|
||||
+
|
||||
+
|
||||
+ Your SusE Team
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 14:21:39 UTC 2012 - werner@suse.de
|
||||
|
||||
- Remove Asian/tib16-mule.bdf, Asian/tib1c16-mule.bdf, Asian/tib1c24-mule.bdf,
|
||||
and Asian/tib24-mule.bdf due legal issue (bnc#765434)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 09:10:14 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -26,7 +26,6 @@ Source0: intlfonts-1.2.1.tar.bz2
|
||||
Source1: gulim24.bdf.bz2
|
||||
Source2: fonts.scale.intlfonts-ttf
|
||||
Source3: efont-iso8859-15.tar.bz2
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
Patch0: intlfonts-1.2.dif
|
||||
BuildRequires: freetype2
|
||||
BuildRequires: xorg-x11
|
||||
@ -215,6 +214,15 @@ Type1 fonts from the GNU intlfonts package.
|
||||
%patch0
|
||||
bunzip2 -c $RPM_SOURCE_DIR/gulim24.bdf.bz2 > gulim24.bdf
|
||||
|
||||
#
|
||||
# Legal issue
|
||||
#
|
||||
|
||||
test ! -e Asian/tib16-mule.bdf || exit 1
|
||||
test ! -e Asian/tib1c16-mule.bdf || exit 1
|
||||
test ! -e Asian/tib1c24-mule.bdf || exit 1
|
||||
test ! -e Asian/tib24-mule.bdf || exit 1
|
||||
|
||||
%build
|
||||
set +o posix
|
||||
SUBDIRS="European Asian Chinese Japanese Ethiopic Misc"
|
||||
@ -245,7 +253,7 @@ bunzip2 -c $RPM_SOURCE_DIR/gulim24.bdf.bz2 > gulim24.bdf
|
||||
grk24-etl heb24-etl 12x24rk 12x24rk cyr24-etl lt5-24-etl jiskan24 \
|
||||
gb24st jiskan24 gulim24 jksp40 cns1-40 cns2-40 taipei24 taipei24 \
|
||||
sish24-etl ipa24-etl visc24-etl visc24-etl arab24-0-etl arab24-1-etl \
|
||||
lao24-mule arab24-2-etl ind1c24-mule tib1c24-mule tib24-mule \
|
||||
lao24-mule arab24-2-etl ind1c24-mule \
|
||||
ethio24f-uni cns3-40 cns4-40 cns5-40 cns6-40 cns7-40 ind24-mule
|
||||
do
|
||||
install -m 0444 `find . -name $f.bdf` %{buildroot}%{bdf_fontdir}
|
||||
@ -371,10 +379,6 @@ rm -rf %{buildroot}
|
||||
%{bitmap_fontdir}/thai18bi.pcf.gz
|
||||
%{bitmap_fontdir}/thai18i.pcf.gz
|
||||
%{bitmap_fontdir}/thai24.pcf.gz
|
||||
%{bitmap_fontdir}/tib16-mule.pcf.gz
|
||||
%{bitmap_fontdir}/tib1c16-mule.pcf.gz
|
||||
%{bitmap_fontdir}/tib1c24-mule.pcf.gz
|
||||
%{bitmap_fontdir}/tib24-mule.pcf.gz
|
||||
%{bitmap_fontdir}/visc16-etl.pcf.gz
|
||||
%{bitmap_fontdir}/visc18-etl.pcf.gz
|
||||
%{bitmap_fontdir}/visc18b-etl.pcf.gz
|
||||
|
Loading…
Reference in New Issue
Block a user