ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] RPM macros fonts
@ 2006-03-25  9:33 Valery V. Inozemtsev
  2006-03-25 10:31 ` Денис Смирнов
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Valery V. Inozemtsev @ 2006-03-25  9:33 UTC (permalink / raw)
  To: ALT Devel discussion list


[-- Attachment #1.1: Type: text/plain, Size: 418 bytes --]

Добрый день.

Я решил начать новый тред, т.к. обсуждение в предыдущих заинтересовало всего 
четверых человек.

Окончательный вариант макросов в атаче. Я решил отказаться от хелпера для 
загрузки шрифтовых каталогов в работающие икссерверы, т.к. уж больно он 
страшен

Осталось решить в какой пакет их положить, или сделать rpm-build-fonts. Какие 
быдут предолжения?

2ldv: может сразу в rpm?

-- 
Valery V. Inozemtsev

[-- Attachment #1.2: xfont --]
[-- Type: text/plain, Size: 798 bytes --]

%_fontsdir		%_datadir/fonts

%_bitmapfontsdir	%_fontsdir/bitmap
%_type1fontsdir		%_fontsdir/type1
%_ttffontsdir		%_fontsdir/ttf
%_otffontsdir		%_fontsdir/otf
%_speedofontsdir	%_fontsdir/speedo

%add_bitmap_font_path()	%_bindir/mkfontdir %1 \
	%_bindir/fc-cache %1 \
	%_sbindir/chkfontpath -q -a %1 \

%add_type1_font_path()	%_bindir/mkfontscale %1 \
	%_bindir/mkfontdir %1 \
	%_bindir/fc-cache %1 \
	%_sbindir/chkfontpath -q -a %1

%add_ttf_font_path()	%_sbindir/ttmkfdir -d %1 -o %1/fonts.scale 2>/dev/null \
	%_bindir/mkfontdir %1 \
	%_bindir/fc-cache %1 \
	%_sbindir/chkfontpath -q -a %1

%add_otf_font_path()	%add_ttf_font_path

%add_bitmap_font_path_first() %_bindir/mkfontdir %1 \
	%_bindir/fc-cache %1 \
	%_sbindir/chkfontpath -q -f -a %1

%remove_font_path()	%_sbindir/chkfontpath -q -r %1

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-04-02 16:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-25  9:33 [devel] RPM macros fonts Valery V. Inozemtsev
2006-03-25 10:31 ` Денис Смирнов
2006-03-27 11:20 ` Andrii Dobrovol`s`kii Dobrovol`s`kii
2006-03-27 15:21   ` Valery V. Inozemtsev
2006-03-27 14:20 ` Dmitry V. Levin
2006-03-27 15:22   ` Valery V. Inozemtsev
2006-03-27 15:38     ` Sergey V Turchin
2006-03-28 10:12 ` Michael Shigorin
2006-03-28 10:23   ` Valery V. Inozemtsev
2006-03-28 10:33     ` Michael Shigorin
2006-04-02 12:30 ` Sergey Vlasov
2006-04-02 12:42   ` Dmitry V. Levin
2006-04-02 13:31     ` Valery V. Inozemtsev
2006-04-02 14:22     ` Sergey Vlasov
2006-04-02 16:14       ` Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git