From 438c37c80601fdbff139eef84d492fbf84d39675 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 23 Jan 2008 15:21:12 +0000 Subject: [PATCH] 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 --- packages/font-update-common/.mtn2git_empty | 0 packages/font-update-common/files/.mtn2git_empty | 0 packages/font-update-common/files/update-fonts | 4 ++++ .../font-update-common/font-update-common_0.1.bb | 13 +++++++++++++ 4 files changed, 17 insertions(+) create mode 100644 packages/font-update-common/.mtn2git_empty create mode 100644 packages/font-update-common/files/.mtn2git_empty create mode 100644 packages/font-update-common/files/update-fonts create mode 100644 packages/font-update-common/font-update-common_0.1.bb 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