diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-02 20:59:32 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:47 -0700 |
commit | 322b26ae11342573aeaf99f79d766212e6f88089 (patch) | |
tree | aa91a595b3481e529aa1be8d99f08e749d5280ba /meta/packages/ttf-fonts/liberation-fonts_1.04.bb | |
parent | ee973958658008f15d66e7f9f40fd1fb356f1c1f (diff) | |
download | poky-322b26ae11342573aeaf99f79d766212e6f88089.tar.gz |
liberation-fonts: fix metadata
update DESCRIPTION, HOMEPAGE, BUGTRACKER;
fix tab/space issue in do_install() and fix the trailing space.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/ttf-fonts/liberation-fonts_1.04.bb')
-rw-r--r-- | meta/packages/ttf-fonts/liberation-fonts_1.04.bb | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/meta/packages/ttf-fonts/liberation-fonts_1.04.bb b/meta/packages/ttf-fonts/liberation-fonts_1.04.bb index 33bf2a98c0..6b887e31b6 100644 --- a/meta/packages/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/packages/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "The fonts - TTF Edition" | 1 | DESCRIPTION = "The Liberation(tm) Fonts is a font family originally created by Ascender(c) which aims metric compatibility as usage of Arial, Times New Roman, Courier New" |
2 | HOMEPAGE = "https://fedorahosted.org/liberation-fonts/" | ||
3 | BUGTRACKER = "https://bugzilla.redhat.com/" | ||
4 | |||
2 | SECTION = "x11/fonts" | 5 | SECTION = "x11/fonts" |
3 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
4 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
@@ -9,18 +12,18 @@ PE = "1" | |||
9 | SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ | 12 | SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-${PV}.tar.gz \ |
10 | file://30-liberation-aliases.conf" | 13 | file://30-liberation-aliases.conf" |
11 | 14 | ||
12 | do_install () { | 15 | do_install () { |
13 | install -d ${D}${datadir}/fonts/ttf/ | 16 | install -d ${D}${datadir}/fonts/ttf/ |
14 | for i in *.ttf; do | 17 | for i in *.ttf; do |
15 | install -m 0644 $i ${D}${prefix}/share/fonts/ttf/${i} | 18 | install -m 0644 $i ${D}${prefix}/share/fonts/ttf/${i} |
16 | done | 19 | done |
17 | 20 | ||
18 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 21 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
19 | install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ | 22 | install -m 0644 ${WORKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ |
20 | 23 | ||
21 | install -d ${D}${prefix}/share/doc/${PN}/ | 24 | install -d ${D}${prefix}/share/doc/${PN}/ |
22 | install -m 0644 License.txt ${D}${datadir}/doc/${PN}/ | 25 | install -m 0644 License.txt ${D}${datadir}/doc/${PN}/ |
23 | } | 26 | } |
24 | 27 | ||
25 | pkg_postinst () { | 28 | pkg_postinst () { |
26 | #!/bin/sh | 29 | #!/bin/sh |