mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
drop '_git' from recipes
This commit is contained in:
33
recipes-support/hyprland/hyprpaper/hyprpaper_0.7.5.bb
Normal file
33
recipes-support/hyprland/hyprpaper/hyprpaper_0.7.5.bb
Normal file
@ -0,0 +1,33 @@
|
||||
SUMMARY = "Hyprpaper is a blazing fast wallpaper utility for Hyprland."
|
||||
HOMEPAGE = "https://hyprland.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
|
||||
SRC_URI += "file://0001-CMakeLists.txt-use-find_program-for-OpenGL.patch"
|
||||
|
||||
SRCREV = "81dc1fe4f05305319bb586a0eb6f6004a1476832"
|
||||
|
||||
DEPENDS += " \
|
||||
cairo \
|
||||
fribidi \
|
||||
hyprlang \
|
||||
hyprutils \
|
||||
hyprgraphics \
|
||||
hyprwayland-scanner-native \
|
||||
virtual/egl \
|
||||
virtual/libgles2 \
|
||||
pango \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "hyprlang"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
||||
FILES:${PN} += "${systemd_user_unitdir}"
|
||||
|
Reference in New Issue
Block a user