diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-06 22:47:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
| commit | 638bfea9974cf8bf497024152b0d658cf702ec37 (patch) | |
| tree | 87e542c5f32cb873410f99ee73f3005ace668be0 /meta/recipes-sato/sato-icon-theme | |
| parent | f594264fcca5badf9419a9b26be2d18e5210e467 (diff) | |
| download | poky-638bfea9974cf8bf497024152b0d658cf702ec37.tar.gz | |
icon-naming-utils: Resurrect for sato-icon-theme
To add back sato-icon-theme we need this small util.
(From OE-Core rev: 01e7ed2de76c42148b3156035cc60425f8f6587d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/sato-icon-theme')
| -rw-r--r-- | meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb b/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb new file mode 100644 index 0000000000..67cbd03100 --- /dev/null +++ b/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | HOMEPAGE = "http://tango.freedesktop.org/" | ||
| 2 | SUMMARY = "Enables backwards compatibility with current desktop icon themes" | ||
| 3 | DESCRIPTION = "A Perl script used for maintaining backwards \ | ||
| 4 | compatibility with current desktop icon themes, while migrating to the \ | ||
| 5 | names specified in the Icon Naming Specification. The Icon Naming \ | ||
| 6 | Utilities map the icon names used by the GNOME and KDE desktops to the \ | ||
| 7 | icon names proposed in the Icon Naming Specification, and generate the \ | ||
| 8 | icon files appropriate to the desktop environment you use. The Icon \ | ||
| 9 | Naming Specification provides a standard list of common icon contexts \ | ||
| 10 | and names that can be used to make icon themes work in a desktop \ | ||
| 11 | environment or application that implements the naming specification. " | ||
| 12 | LICENSE = "GPL-2.0-only" | ||
| 13 | DEPENDS = "libxml-simple-perl-native" | ||
| 14 | |||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 16 | |||
| 17 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" | ||
| 18 | SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" | ||
| 19 | |||
| 20 | inherit autotools allarch perlnative | ||
| 21 | |||
| 22 | do_configure:append() { | ||
| 23 | # Make sure we use our nativeperl wrapper. | ||
| 24 | sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in | ||
| 25 | } | ||
| 26 | |||
| 27 | FILES:${PN} += "${datadir}/dtds" | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native" \ No newline at end of file | ||
