2018-01-18 18:19:47 -05:00
|
|
|
HOMEPAGE = "https://snwh.org/paper"
|
|
|
|
LICENSE = "CC-BY-SA-4.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8335471e369a410f354d5179fdcf0195 \
|
|
|
|
file://LICENSE;md5=4a312f184ff2ceafe9466cbb7ea43f4e"
|
|
|
|
|
2019-01-15 12:35:56 -05:00
|
|
|
SRC_URI = "git://github.com/snwh/paper-icon-theme.git;protocol=https \
|
2018-07-20 17:13:12 -04:00
|
|
|
file://index.theme \
|
|
|
|
"
|
2019-01-15 12:35:56 -05:00
|
|
|
SRCREV = "7860fba850fc7f9aed83b1abd804169e816005cd"
|
2018-01-18 18:19:47 -05:00
|
|
|
|
2019-01-15 12:35:56 -05:00
|
|
|
S = "${WORKDIR}/git"
|
2018-01-18 18:19:47 -05:00
|
|
|
|
2019-01-15 12:35:56 -05:00
|
|
|
inherit meson allarch
|
2018-01-18 18:19:47 -05:00
|
|
|
|
|
|
|
FILES_${PN} = "${datadir}/icons"
|
|
|
|
|
2018-07-20 17:13:12 -04:00
|
|
|
# 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
|
|
|
|
}
|
|
|
|
|