mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
meta-openembedded: overlay hicolor-icon-theme
$P -> $BPN-$PV Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
aac01cbce7
commit
9601fff416
1731
recipes-gnome/hicolor-icon-theme/files/index.theme
Normal file
1731
recipes-gnome/hicolor-icon-theme/files/index.theme
Normal file
File diff suppressed because one or more lines are too long
22
recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
Normal file
22
recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
DESCRIPTION = "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 gnome
|
||||||
|
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
|
||||||
|
file://index.theme"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "all"
|
||||||
|
|
||||||
|
FILES_${PN} += "${datadir}/icons"
|
||||||
|
|
||||||
|
do_install_append () {
|
||||||
|
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user