- add /etc/fonts/local.conf [bnc#722427]
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=41
This commit is contained in:
parent
91cdbc55f7
commit
ebc07a72db
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 25 10:28:47 UTC 2011 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- add /etc/fonts/local.conf [bnc#722427]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 14:35:54 UTC 2011 - uli@suse.com
|
Wed Oct 5 14:35:54 UTC 2011 - uli@suse.com
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ Source12: suse-post-user.conf
|
|||||||
Source13: suse-hinting.conf
|
Source13: suse-hinting.conf
|
||||||
Source14: suse-bitmaps.conf
|
Source14: suse-bitmaps.conf
|
||||||
Source15: suse-font-dirs.conf
|
Source15: suse-font-dirs.conf
|
||||||
|
Source16: local.conf
|
||||||
Source20: local.conf.instsys
|
Source20: local.conf.instsys
|
||||||
Source30: 29-liberation-aliases.conf
|
Source30: 29-liberation-aliases.conf
|
||||||
Source31: 10-lcdfilter-lcddefault.conf
|
Source31: 10-lcdfilter-lcddefault.conf
|
||||||
@ -161,6 +162,7 @@ done
|
|||||||
# install the conf.d README as well, I think it's helpful:
|
# install the conf.d README as well, I think it's helpful:
|
||||||
install -m 644 conf.d/README $RPM_BUILD_ROOT/etc/fonts/conf.d
|
install -m 644 conf.d/README $RPM_BUILD_ROOT/etc/fonts/conf.d
|
||||||
install -m 644 $RPM_SOURCE_DIR/suse*.conf $RPM_BUILD_ROOT/etc/fonts/
|
install -m 644 $RPM_SOURCE_DIR/suse*.conf $RPM_BUILD_ROOT/etc/fonts/
|
||||||
|
install -m 644 $RPM_SOURCE_DIR/local.conf $RPM_BUILD_ROOT/etc/fonts
|
||||||
install -m 644 $RPM_SOURCE_DIR/local.conf.instsys $RPM_BUILD_ROOT/etc/fonts/
|
install -m 644 $RPM_SOURCE_DIR/local.conf.instsys $RPM_BUILD_ROOT/etc/fonts/
|
||||||
install -m 644 $RPM_SOURCE_DIR/29-liberation-aliases.conf $RPM_BUILD_ROOT/etc/fonts/conf.avail
|
install -m 644 $RPM_SOURCE_DIR/29-liberation-aliases.conf $RPM_BUILD_ROOT/etc/fonts/conf.avail
|
||||||
install -m 644 $RPM_SOURCE_DIR/10-lcdfilter-lcddefault.conf $RPM_BUILD_ROOT/etc/fonts/conf.avail
|
install -m 644 $RPM_SOURCE_DIR/10-lcdfilter-lcddefault.conf $RPM_BUILD_ROOT/etc/fonts/conf.avail
|
||||||
@ -204,6 +206,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%dir /etc/fonts/conf.d/
|
%dir /etc/fonts/conf.d/
|
||||||
/etc/fonts/conf.d/README
|
/etc/fonts/conf.d/README
|
||||||
%config(noreplace) /etc/fonts/conf.d/*.conf
|
%config(noreplace) /etc/fonts/conf.d/*.conf
|
||||||
|
%config(noreplace) /etc/fonts/local.conf
|
||||||
%config /etc/fonts/local.conf.instsys
|
%config /etc/fonts/local.conf.instsys
|
||||||
%{_libdir}/libfontconfig.so.*
|
%{_libdir}/libfontconfig.so.*
|
||||||
%{_mandir}/man5/fonts-conf.5.gz
|
%{_mandir}/man5/fonts-conf.5.gz
|
||||||
|
6
local.conf
Normal file
6
local.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<!-- /etc/fonts/local.conf file for local customizations -->
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
</fontconfig>
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<!-- /etc/fonts/local.conf file for local customizations -->
|
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user