mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 07:32:46 +01:00
waypaper: Add recipe
waypaper is a simple wallpaper gui that can use swaybg as backend.
This commit is contained in:
parent
2ff2edf863
commit
83c65a4241
15
recipes-gtk/waypaper/waypaper_git.bb
Normal file
15
recipes-gtk/waypaper/waypaper_git.bb
Normal file
@ -0,0 +1,15 @@
|
||||
SUMMARY = "GUI wallpaper setter for Wayland and Xorg window managers."
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=main"
|
||||
|
||||
RDEPENDS:${PN} = "python3-pygobject"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.0.2"
|
||||
SRCREV = "bf55f79092f7fbef787d437672d824ecd5b025b6"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
Loading…
x
Reference in New Issue
Block a user