M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@ -0,0 +1,28 @@
DESCRIPTION = "Matchbox window manager extra themes"
LICENSE = "GPL"
DEPENDS = "matchbox-wm"
SECTION = "x11/wm"
SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2"
S = "${WORKDIR}/matchbox-themes-extra-${PV}"
SRC_URI[md5sum] = "04312628f4a21f4105bce1251ea08035"
SRC_URI[sha256sum] = "98a1c8695842b0cd7f32e67b0ef9118fd0f32db5297f3f08706c706dee8fc6be"
inherit autotools pkgconfig
# split into several packages plus one meta package
PACKAGES = "${PN} ${PN}-industrial ${PN}-expose ${PN}-mbcrystal"
ALLOW_EMPTY_${PN} = "1"
FILES_${PN} = ""
RDEPENDS_${PN} = "${PN}-industrial ${PN}-expose ${PN}-mbcrystal"
FILES_${PN}-industrial = "${datadir}/themes/Industrial \
${datadir}/icons/Industrial"
FILES_${PN}-expose = "${datadir}/themes/expose \
${datadir}/icons/expose"
FILES_${PN}-mbcrystal = "${datadir}/themes/mbcrystal \
${datadir}/icons/mbcrystal"

View File

@ -0,0 +1,33 @@
DESCRIPTION = "Matchbox window manager extra themes"
LICENSE = "GPL"
DEPENDS = "matchbox-wm"
SECTION = "x11/wm"
SRCREV = "f848f9e4e577d5b9719f05b5152df1ce59399f5c"
PV = "0.3+git${SRCPV}"
LIC_FILES_CHKSUM = "file://configure.ac;endline=7;md5=3c4e087662e37f10e469425f3a0ad225"
SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
# split into several packages plus one meta package
PACKAGES = "${PN} ${PN}-industrial ${PN}-expose ${PN}-mbcrystal ${PN}-clearlooks"
ALLOW_EMPTY_${PN} = 1
FILES_${PN} = ""
RDEPENDS_${PN} = "${PN}-industrial ${PN}-expose ${PN}-mbcrystal ${PN}-clearlooks"
FILES_${PN}-industrial = "${datadir}/themes/Industrial \
${datadir}/icons/Industrial"
FILES_${PN}-expose = "${datadir}/themes/expose \
${datadir}/icons/expose"
FILES_${PN}-mbcrystal = "${datadir}/themes/mbcrystal \
${datadir}/icons/mbcrystal"
FILES_${PN}-clearlooks = "${datadir}/themes/Clearlooks \
${datadir}/icons/Clearlooks"