mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
drop '_git' from recipes
This commit is contained in:
26
recipes-gtk/eww/eww_0.6.0+git.bb
Normal file
26
recipes-gtk/eww/eww_0.6.0+git.bb
Normal file
@ -0,0 +1,26 @@
|
||||
SUMMARY = "Elkowars Wacky Widgets is a standalone widget system that allows to implement custom widgets"
|
||||
HOMEPAGE = "https://github.com/elkowar/eww"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d81de17da6959c5c270f4d3fc49ab073"
|
||||
|
||||
DEPENDS = " \
|
||||
atk \
|
||||
cairo \
|
||||
dbus-glib \
|
||||
glib-2.0 \
|
||||
gtk-layer-shell \
|
||||
gdk-pixbuf \
|
||||
gtk+3 \
|
||||
libdbusmenu-glib \
|
||||
libdbusmenu-gtk \
|
||||
pango \
|
||||
"
|
||||
|
||||
require eww-crates.inc
|
||||
|
||||
SRC_URI += "git://github.com/elkowar/eww.git;protocol=https;nobranch=1"
|
||||
|
||||
SRCREV = "0e409d4a52bd3d37d0aa0ad4e2d7f3b9a8adcdb7"
|
||||
|
||||
inherit cargo rust cargo-update-recipe-crates pkgconfig
|
||||
|
Reference in New Issue
Block a user