summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-06 22:47:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-08 00:09:42 +0100
commit638bfea9974cf8bf497024152b0d658cf702ec37 (patch)
tree87e542c5f32cb873410f99ee73f3005ace668be0 /meta/recipes-sato
parentf594264fcca5badf9419a9b26be2d18e5210e467 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb29
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 @@
1HOMEPAGE = "http://tango.freedesktop.org/"
2SUMMARY = "Enables backwards compatibility with current desktop icon themes"
3DESCRIPTION = "A Perl script used for maintaining backwards \
4compatibility with current desktop icon themes, while migrating to the \
5names specified in the Icon Naming Specification. The Icon Naming \
6Utilities map the icon names used by the GNOME and KDE desktops to the \
7icon names proposed in the Icon Naming Specification, and generate the \
8icon files appropriate to the desktop environment you use. The Icon \
9Naming Specification provides a standard list of common icon contexts \
10and names that can be used to make icon themes work in a desktop \
11environment or application that implements the naming specification. "
12LICENSE = "GPL-2.0-only"
13DEPENDS = "libxml-simple-perl-native"
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
16
17SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
18SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c"
19
20inherit autotools allarch perlnative
21
22do_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
27FILES:${PN} += "${datadir}/dtds"
28
29BBCLASSEXTEND = "native" \ No newline at end of file