From: Rolf Leggewie Date: Wed, 23 Jan 2008 15:21:12 +0000 (+0000) Subject: font-update-common: first commit, partly closes bug 2430 X-Git-Tag: Release-2010-05/1~7841^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438c37c80601fdbff139eef84d492fbf84d39675;p=openembedded.git font-update-common: first commit, partly closes bug 2430 * a GUI-agnostic update handler for registering fonts for use by the GUI * GUI-specific parts are yet to be committed and need to depend on this package --- diff --git a/packages/font-update-common/.mtn2git_empty b/packages/font-update-common/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/font-update-common/files/.mtn2git_empty b/packages/font-update-common/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/font-update-common/files/update-fonts b/packages/font-update-common/files/update-fonts new file mode 100644 index 0000000000..19e3157d2f --- /dev/null +++ b/packages/font-update-common/files/update-fonts @@ -0,0 +1,4 @@ +#!/bin/sh +#Author: Rolf Leggewie + +run-parts /etc/update-fonts-common.d/ diff --git a/packages/font-update-common/font-update-common_0.1.bb b/packages/font-update-common/font-update-common_0.1.bb new file mode 100644 index 0000000000..eae0a8a55f --- /dev/null +++ b/packages/font-update-common/font-update-common_0.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Scripts to be called when fonts are installed or removed \ +to make them known to the WM, whether X11 or Opie" +AUTHOR = "Rolf Leggewie