Accepting request 138315 from Base:System

Minor update to be compliant with fontconfig 2.10

OBS-URL: https://build.opensuse.org/request/show/138315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plymouth?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2012-10-17 05:21:49 +00:00 committed by Git OBS Bridge
commit 7838a69605
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 12 08:59:08 UTC 2012 - tittiatcoke@gmail.com
- Remove the non required font file in /etc/fonts/conf.avail/ .
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 11 12:21:37 UTC 2012 - tittiatcoke@gmail.com Thu Oct 11 12:21:37 UTC 2012 - tittiatcoke@gmail.com

View File

@ -69,7 +69,7 @@ Index: plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ plymouth-0.8.6.1/scripts/setup-plymouth.sh.in +++ plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
@@ -0,0 +1,60 @@ @@ -0,0 +1,59 @@
+#!/bin/bash +#!/bin/bash
+# +#
+#%stage: setup +#%stage: setup
@ -97,8 +97,7 @@ Index: plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
+ /etc/plymouth/plymouthd.conf \ + /etc/plymouth/plymouthd.conf \
+ /usr/share/fonts/uni/unifont.pcf.gz /etc/os-release \ + /usr/share/fonts/uni/unifont.pcf.gz /etc/os-release \
+ /etc/fonts/fonts.conf \ + /etc/fonts/fonts.conf \
+ /etc/fonts/conf.d/69-unifont.conf \ + /etc/fonts/conf.d/69-unifont.conf "
+ /etc/fonts/conf.avail/69-unifont.conf "
+ +
+PLUGINS="${PLUGIN_PATH}/details.so \ +PLUGINS="${PLUGIN_PATH}/details.so \
+ ${PLUGIN_PATH}/text.so \ + ${PLUGIN_PATH}/text.so \