From 4ff41f9b00cfd9618f6b73cd9154c53d2574b8b6 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 16 Mar 2024 18:18:08 +0100 Subject: [PATCH] New package: xdg-desktop-portal-hyprland-1.3.1 --- srcpkgs/xdg-desktop-portal-hyprland/template | 42 ++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 srcpkgs/xdg-desktop-portal-hyprland/template diff --git a/srcpkgs/xdg-desktop-portal-hyprland/template b/srcpkgs/xdg-desktop-portal-hyprland/template new file mode 100644 index 00000000000000..706b030393b0d7 --- /dev/null +++ b/srcpkgs/xdg-desktop-portal-hyprland/template @@ -0,0 +1,42 @@ +# Template file for 'xdg-desktop-portal-hyprland' +pkgname=xdg-desktop-portal-hyprland +version=1.3.1 +revision=1 +build_style=cmake +hostmakedepends=" + pkg-config + wayland-devel + scdoc + cmake + git +" +makedepends=" + wayland-devel + wayland-protocols + hyprland-protocols + pipewire-devel + libgbm-devel + libdrm-devel + elogind-devel + qt6-base-devel + hyprlang + sdbus-cpp +" +depends=" + xdg-desktop-portal + pipewire + qt6-base + qt6-wayland + hyprlang + sdbus-cpp +" +short_desc="Backend of xdg-desktop-portal for Hyprland" +maintainer="Makrennel " +license="MIT" +homepage="https://github.com/hyprwm/xdg-desktop-portal-hyprland" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum="60b390f326b84cc52657b735e3d7ba8f03aa3363672100dba47580984491611f" + +post_install() { + vlicense LICENSE +}