Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

Replace "exfonts" with "cyrillic-fonts" in .{conf,desc}.
NOT tested, but the current xfree86-cyrillic-fonts doesn't
work for sure, "${archdir%-exfonts}" breaks it.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1579 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
03685bd127
3 changed files with 6 additions and 5 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -4
      package/x11/xfree86-cyrillic-fonts/xfree86-cyrillic-fonts.conf
  3. +1
    -1
      package/x11/xfree86-cyrillic-fonts/xfree86-cyrillic-fonts.desc

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -4,6 +4,7 @@
- fixed xjdic23 to build correclty and for random return value e.g. PowerPC
- Andreas V. Meier: added avm/aalib
- Sebastian Jaenicke: updated courier-imap and maildrop
- Dimitar Zhekov: fixed xfree86-cyrillic-fonts
*) 2003-09-30 (2.0.0-rc1 - 2.0.0-rc2)

+ 4
- 4
package/x11/xfree86-cyrillic-fonts/xfree86-cyrillic-fonts.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/x11/xfree86-exfonts/xfree86-exfonts.conf
# ROCK Linux: rock-src/package/x11/xfree86-cyrillic-fonts/xfree86-cyrillic-fonts.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
@ -24,7 +24,7 @@
. package/x11/xfree86/xf_config.sh
x11exfonts_main() {
x11_cyrillic_fonts_main() {
xf_extract
cp -v $confdir/*.TXT fonts/util
# cp -v fonts/util/{,ISO}8859-16.TXT
@ -39,8 +39,8 @@ x11exfonts_main() {
}
srctar=none
archdir=${archdir%-exfonts}
custmain=x11exfonts_main
archdir=${archdir%-cyrillic-fonts}
custmain=x11_cyrillic_fonts_main
autoextract=0
createdocs=0

+ 1
- 1
package/x11/xfree86-cyrillic-fonts/xfree86-cyrillic-fonts.desc

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/x11/xfree86-exfonts/xfree86-exfonts.desc
[COPY] ROCK Linux: rock-src/package/x11/xfree86-cyrillic-fonts/xfree86-cyrillic-fonts.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify

Loading…
Cancel
Save