mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
26 lines
711 B
BlitzBasic
26 lines
711 B
BlitzBasic
SUMMARY = "Budgie Desktop View is the official Budgie desktop icons application / implementation"
|
|
HOMEPAGE = "https://github.com/BuddiesOfBudgie/budgie-desktop-view"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2ee41112a44fe7014dce33e26468ba93"
|
|
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
gtk+3 \
|
|
gtk-layer-shell \
|
|
libxfce4windowing \
|
|
intltool-native \
|
|
"
|
|
|
|
inherit meson pkgconfig gettext gobject-introspection vala features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
|
|
|
SRC_URI = "git://github.com/BuddiesOfBudgie/budgie-desktop-view.git;protocol=https;nobranch=1"
|
|
SRCREV = "736827180a629a0692fc6ae0bf14819729779821"
|
|
|
|
GIR_MESON_OPTION = ""
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|