mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
47 lines
1.3 KiB
BlitzBasic
47 lines
1.3 KiB
BlitzBasic
SUMMARY = "A simple notification daemon with a GTK gui for notifications and the control center."
|
|
HOMEPAGE = "https://github.com/ErikReider/SwayNotificationCenter"
|
|
BUGTRACKER = "github.com/ErikReider/SwayNotificationCenter"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|
|
|
|
|
DEPENDS = " \
|
|
gtk-layer-shell \
|
|
granite6 \
|
|
json-glib \
|
|
libhandy \
|
|
libgee \
|
|
pulseaudio \
|
|
sassc-native \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/ErikReider/SwayNotificationCenter.git;protocol=https;nobranch=1 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.10.1"
|
|
SRCREV = "4275fa3915c12ad2731ff78027188b4b7ceaad64"
|
|
|
|
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
|
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
|
PACKAGECONFIG[man-pages] = "-Dman-pages=true,-Dman-pages=false,scdoc-native"
|
|
PACKAGECONFIG[scripting] = "-Dscripting=true,-Dscripting=false"
|
|
PACKAGECONFIG[systemd] = "-Dsystemd-service=true,-Dsystemd-service=false"
|
|
PACKAGECONFIG[zsh] = "-Dzsh-completions=true,-Dzsh-completions=false"
|
|
|
|
PACKAGECONFIG ?= " \
|
|
bash \
|
|
"
|
|
|
|
inherit meson pkgconfig vala
|
|
|
|
VALA_MESON_OPTION = ""
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
BBCLASSEXTEND = ""
|
|
|