mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
hicolor-icon-theme: remove
The same recipe is already in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
176db428d6
commit
8a8ae88463
File diff suppressed because one or more lines are too long
@@ -1,23 +0,0 @@
|
|||||||
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 allarch
|
|
||||||
|
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
|
|
||||||
file://index.theme"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87"
|
|
||||||
SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73"
|
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/icons"
|
|
||||||
|
|
||||||
do_install_append () {
|
|
||||||
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user