recipes-desktop recipe updates
This commit is contained in:
parent
a4df26495e
commit
ed820d775e
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://LICENSE_CC_BY_SA4;md5=e277f2eefa979e093628e4fb368f5044"
|
||||
|
||||
SRC_URI = "git://github.com/adapta-project/adapta-gtk-theme.git;protocol=https"
|
||||
SRCREV = "69ed6d4da1c19455780427a40e193302c0919537"
|
||||
SRCREV = "589d00cba24b2076f41f4022140ff442556eb9ca"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
@ -2,9 +2,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
|
||||
|
||||
SRC_URI = "git://github.com/jderose9/dash-to-panel.git;protocol=https"
|
||||
#SRC_URI[md5sum] = "63bd7ce2b4907903fead14320f9d7f52"
|
||||
#SRC_URI[sha256sum] = "e4c5ef2e9f2c69ee3fe74bf526f4bc5c3991f78aa96b1732c70712544981bfa6"
|
||||
SRCREV="a460d2828ac38b27b7688115910f6eb6b9f274a3"
|
||||
SRCREV="035239ae692b616271bafa86172e2a6e55393974"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "gettext-native glib-2.0-native"
|
@ -3,20 +3,17 @@ LICENSE = "CC-BY-SA-4.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8335471e369a410f354d5179fdcf0195 \
|
||||
file://LICENSE;md5=4a312f184ff2ceafe9466cbb7ea43f4e"
|
||||
|
||||
SRC_URI = "https://github.com/snwh/paper-icon-theme/archive/v1.4.0.tar.gz;downloadfilename=paper-icon-theme-${PV}.tar.gz \
|
||||
SRC_URI = "git://github.com/snwh/paper-icon-theme.git;protocol=https \
|
||||
file://index.theme \
|
||||
"
|
||||
SRC_URI[md5sum] = "076e1dfa1bc5928f4c6616ffd933926a"
|
||||
SRC_URI[sha256sum] = "b90f3a84634572bcba76cdd0c2a0d305a5c521c2054d3d390edffda5f233928b"
|
||||
SRCREV = "7860fba850fc7f9aed83b1abd804169e816005cd"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-1.4.0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep allarch
|
||||
inherit meson allarch
|
||||
|
||||
FILES_${PN} = "${datadir}/icons"
|
||||
|
||||
EXTRA_OECONF = ""
|
||||
|
||||
# Add an index.theme to /usr/share/icons/default that inherits Paper cursors
|
||||
do_install_append() {
|
||||
mkdir -p ${D}${datadir}/icons/default
|
Loading…
Reference in New Issue
Block a user