mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
40 lines
1.0 KiB
BlitzBasic
40 lines
1.0 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+3 \
|
|
gtk-layer-shell \
|
|
json-glib \
|
|
libhandy \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/ErikReider/SwayNotificationCenter.git;protocol=https;nobranch=1 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.3"
|
|
SRCREV = "6f850ebadb31a3fac42a664bbc1094823d4cdf32"
|
|
|
|
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
|
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
|
PACKAGECONFIG[zsh] = "-Dzsh-completions=true,-Dzsh-completions=false"
|
|
PACKAGECONFIG[systemd] = "-Dsystemd-service=true,-Dsystemd-service=false"
|
|
|
|
PACKAGECONFIG ?= " \
|
|
bash \
|
|
"
|
|
|
|
inherit meson pkgconfig vala
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
BBCLASSEXTEND = ""
|
|
|