From b6cc93f1008e2313eb9a17a11bfbc9980736878d Mon Sep 17 00:00:00 2001 From: Roxana Ciobanu Date: Tue, 26 Aug 2014 19:08:24 +0300 Subject: hicolor-icon-theme: Upgrade to 0.13 Signed-off-by: Roxana Ciobanu Signed-off-by: Richard Purdie --- .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb | 23 ---------------------- .../hicolor-icon-theme/hicolor-icon-theme_0.13.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb create mode 100644 meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb deleted file mode 100644 index 4441e04f58..0000000000 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "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 gnomebase allarch autotools-brokensep - -PR = "r1" - -SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ - file://index.theme" - -SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" -SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73" - -FILES_${PN} += "${datadir}/icons" - -do_install_append () { - install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor -} diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb new file mode 100644 index 0000000000..9df81cbb16 --- /dev/null +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb @@ -0,0 +1,23 @@ +SUMMARY = "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 gnomebase allarch autotools-brokensep + +PR = "r1" + +SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ + file://index.theme" + +SRC_URI[md5sum] = "21d0f50aa6b8eef02846cda9e5e9324c" +SRC_URI[sha256sum] = "a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f9c3406" + +FILES_${PN} += "${datadir}/icons" + +do_install_append () { + install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor +} -- cgit 1.2.3-korg