M7350/oe-core/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb

25 lines
864 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUMMARY = "GNOME 2 default icon themes"
2024-09-09 08:52:07 +00:00
HOMEPAGE = "http://www.gnome.org/"
BUGTRACKER = "https://bugzilla.gnome.org/"
2024-09-09 08:57:42 +00:00
SECTION = "x11/gnome"
2024-09-09 08:52:07 +00:00
LICENSE = "LGPLv3+ | CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
2024-09-09 08:57:42 +00:00
PR = "r5"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
inherit autotools perlnative gtk-icon-cache pkgconfig
2024-09-09 08:52:07 +00:00
SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
file://iconpath-option.patch"
SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed"
SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982"
2024-09-09 08:57:42 +00:00
EXTRA_OECONF = "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
FILES_${PN} += "${datadir}/*"
RRECOMMENDS_${PN} += "librsvg-gtk"