mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
42
recipes-gtk/swaync/swaync_0.10.1.bb
Normal file
42
recipes-gtk/swaync/swaync_0.10.1.bb
Normal file
@ -0,0 +1,42 @@
|
||||
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 \
|
||||
"
|
||||
|
||||
SRCREV = "4275fa3915c12ad2731ff78027188b4b7ceaad64"
|
||||
|
||||
inherit meson pkgconfig vala manpages
|
||||
|
||||
VALA_MESON_OPTION = ""
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
||||
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
||||
PACKAGECONFIG[manpages] = "-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"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user