From 73914a8190ec2fe49e60f710a03ce3af253aca4b Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Wed, 7 Jul 2010 15:37:35 +0800 Subject: hicolor-icon-theme: Update to 0.12 Signed-off-by: Zhai Edwin --- .../hicolor-icon-theme/hicolor-icon-theme_0.10.bb | 21 --------------------- .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb create mode 100644 meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.12.bb (limited to 'meta/packages') diff --git a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb deleted file mode 100644 index 5b97fc33b..000000000 --- a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "default icon theme that all icon themes automatically inherit from." -HOMEPAGE = "http://icon-theme.freedesktop.org/wiki/HicolorTheme" -BUGTRACKER = "https://bugs.freedesktop.org/" - -LICENSE = "GPLv2" - -SECTION = "unknown" -inherit gnome - -PR = "r3" - -SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ - file://index.theme" - -PACKAGE_ARCH = "all" - -FILES_${PN} += "${datadir}/icons" - -do_install_append () { - install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor -} diff --git a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.12.bb new file mode 100644 index 000000000..7b2ae29d3 --- /dev/null +++ b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.12.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "default icon theme that all icon themes automatically inherit from." +HOMEPAGE = "http://icon-theme.freedesktop.org/wiki/HicolorTheme" +BUGTRACKER = "https://bugs.freedesktop.org/" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" + +SECTION = "unknown" +inherit gnome + +PR = "r0" + +SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ + file://index.theme" + +PACKAGE_ARCH = "all" + +FILES_${PN} += "${datadir}/icons" + +do_install_append () { + install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor +} -- cgit v1.2.3