diff options
| author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-08-17 05:05:36 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:36 +0100 |
| commit | f0213bbe6575a93a947cd93ab4bec3c48d7e2ea8 (patch) | |
| tree | ba6e4da87f4f69a1734b5d37a03e0dfb44fb1a60 /meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb | |
| parent | 0d445840c4a93392b72f4cc031bf5cff4b5da046 (diff) | |
| download | poky-f0213bbe6575a93a947cd93ab4bec3c48d7e2ea8.tar.gz | |
adwaita-icon-theme: 3.18.0 -> 3.20
1) Upgrade adwaita-icon-theme from 3.18.0 to 3.20.
2) Delete DEPENDS, since intltool is not needed.
(From OE-Core rev: c3fa2eca5d2667c668641373948acfb7172ff2e8)
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb')
| -rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb new file mode 100644 index 0000000000..bb0eaebdce --- /dev/null +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.20.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | SUMMARY = "GTK+ icon theme" | ||
| 2 | HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/adwaita-icon-theme/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | SECTION = "x11/gnome" | ||
| 5 | |||
| 6 | LICENSE = "LGPL-3.0 | CC-BY-SA-3.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c" | ||
| 8 | |||
| 9 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even | ||
| 10 | |||
| 11 | |||
| 12 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | ||
| 13 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "411be2bd68dd8b0a3c86aca2eb351ce4" | ||
| 17 | SRC_URI[sha256sum] = "7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35" | ||
| 18 | |||
| 19 | do_install_append() { | ||
| 20 | # Build uses gtk-encode-symbolic-svg to create png versions: | ||
| 21 | # no need to store the svgs anymore. | ||
| 22 | rm -f ${D}${prefix}/share/icons/Adwaita/scalable/*/*-symbolic.svg \ | ||
| 23 | ${D}${prefix}/share/icons/Adwaita/scalable/*/*-symbolic-rtl.svg | ||
| 24 | } | ||
| 25 | |||
| 26 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" | ||
| 27 | |||
| 28 | RREPLACES_${PN} = "gnome-icon-theme" | ||
| 29 | RCONFLICTS_${PN} = "gnome-icon-theme" | ||
| 30 | RPROVIDES_${PN} = "gnome-icon-theme" | ||
| 31 | |||
| 32 | FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" | ||
| 33 | FILES_${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ | ||
| 34 | ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ | ||
| 35 | ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ | ||
| 36 | ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" | ||
| 37 | FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ | ||
| 38 | ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png" | ||
| 39 | FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/" | ||
| 40 | FILES_${PN} = "${prefix}/share/icons/Adwaita/ \ | ||
| 41 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" | ||
