forked from brl/citadel
Bruce Leidl
be34ea65f3
- removed layers meta-rust and meta-clang - added new dependencies to Makefile - changed override syntax across all recipe files - updated conf files from hardknott to kirkstone - SRC_URI git URLS fixed to always include branch and protocol - LICENSE fields updated with new naming convention - updated citadel-tools dependencies - upgraded mozjs to mozjs-91 No longer needed because poky includes newer version (or new enough): - glib-2.0 - libgudev - xorgproto - libxfixes - libinput - wayland-protocols - vte
16 lines
552 B
BlitzBasic
16 lines
552 B
BlitzBasic
SUMMARY = "Freedesktop sound theme"
|
|
HOMEPAGE = "https://freedesktop.org/wiki/Specifications/sound-theme-spec"
|
|
LICENSE = "GPL-2.0-only & CC-BY-SA-3.0"
|
|
LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
|
|
|
|
SRC_URI = "https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-${PV}.tar.bz2"
|
|
SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62"
|
|
SRC_URI[sha256sum] = "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"
|
|
|
|
DEPENDS = "intltool-native glib-2.0-native"
|
|
|
|
inherit gettext autotools
|
|
|
|
EXTRA_OECONF = ""
|
|
|