citadel/meta-citadel/recipes-desktop/paper-icon-theme/paper-icon-theme_1.5.bb

23 lines
695 B
BlitzBasic

HOMEPAGE = "https://snwh.org/paper"
LICENSE = "CC-BY-SA-4.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=8335471e369a410f354d5179fdcf0195 \
file://LICENSE;md5=4a312f184ff2ceafe9466cbb7ea43f4e"
SRC_URI = "git://github.com/snwh/paper-icon-theme.git;protocol=https \
file://index.theme \
"
SRCREV = "7860fba850fc7f9aed83b1abd804169e816005cd"
S = "${WORKDIR}/git"
inherit meson allarch
FILES_${PN} = "${datadir}/icons"
# Add an index.theme to /usr/share/icons/default that inherits Paper cursors
do_install_append() {
mkdir -p ${D}${datadir}/icons/default
install -m 644 ${WORKDIR}/index.theme ${D}${datadir}/icons/default/index.theme
}