diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ryan-packages/freedesktop.scm | 12 | 
1 files changed, 7 insertions, 5 deletions
| diff --git a/modules/ryan-packages/freedesktop.scm b/modules/ryan-packages/freedesktop.scm index 7fb0652..0ac94f4 100644 --- a/modules/ryan-packages/freedesktop.scm +++ b/modules/ryan-packages/freedesktop.scm | |||
| @@ -16,9 +16,11 @@ | |||
| 16 | #:use-module (gnu packages image) | 16 | #:use-module (gnu packages image) | 
| 17 | #:use-module (gnu packages qt) | 17 | #:use-module (gnu packages qt) | 
| 18 | #:use-module (gnu packages cmake) | 18 | #:use-module (gnu packages cmake) | 
| 19 | #:use-module (gnu packages gcc) | ||
| 19 | #:use-module (gnu packages pkg-config) | 20 | #:use-module (gnu packages pkg-config) | 
| 20 | #:use-module (gnu packages freedesktop) | 21 | #:use-module (gnu packages freedesktop) | 
| 21 | #:use-module (gnu packages xorg) | 22 | #:use-module (gnu packages xorg) | 
| 23 | #:use-module (gnu packages glib) | ||
| 22 | #:use-module (gnu packages man) | 24 | #:use-module (gnu packages man) | 
| 23 | #:use-module (rosenthal packages wm) | 25 | #:use-module (rosenthal packages wm) | 
| 24 | #:use-module (gnu packages wm)) | 26 | #:use-module (gnu packages wm)) | 
| @@ -42,7 +44,7 @@ | |||
| 42 | (define-public xdg-desktop-portal-hyprland | 44 | (define-public xdg-desktop-portal-hyprland | 
| 43 | (package | 45 | (package | 
| 44 | (name "xdg-desktop-portal-hyprland") | 46 | (name "xdg-desktop-portal-hyprland") | 
| 45 | (version "0.5.0") | 47 | (version "1.1.0") | 
| 46 | (source (origin | 48 | (source (origin | 
| 47 | (method git-fetch) | 49 | (method git-fetch) | 
| 48 | (uri (git-reference | 50 | (uri (git-reference | 
| @@ -51,7 +53,7 @@ | |||
| 51 | (file-name (git-file-name name version)) | 53 | (file-name (git-file-name name version)) | 
| 52 | (sha256 | 54 | (sha256 | 
| 53 | (base32 | 55 | (base32 | 
| 54 | "1dmgc0w4wjj9hwqg17wg529v8sbxr6czp9s319d5407jm780x40b")))) | 56 | "05gcdg3fw7plc9fri6rpq9la1xjij93jqkqmq57mrqjgwg3jlmrb")))) | 
| 55 | (build-system meson-build-system) | 57 | (build-system meson-build-system) | 
| 56 | (arguments | 58 | (arguments | 
| 57 | (list | 59 | (list | 
| @@ -95,8 +97,8 @@ | |||
| 95 | (dirname (search-input-file | 97 | (dirname (search-input-file | 
| 96 | inputs (string-append "/bin/" program)))) | 98 | inputs (string-append "/bin/" program)))) | 
| 97 | '("slurp")))))))))) | 99 | '("slurp")))))))))) | 
| 98 | (native-inputs (list cmake pkg-config qtbase-5)) | 100 | (native-inputs (list gcc-13 cmake pkg-config qtbase-5)) | 
| 99 | (inputs (list elogind hyprland hyprland-protocols slurp pipewire wayland-protocols wayland libinih mesa qtwayland-5 `(,util-linux "lib"))) | 101 | (inputs (list elogind hyprland hyprland-protocols slurp pipewire wayland-protocols wayland libinih mesa sdbus-c++ qtwayland-5 `(,util-linux "lib"))) | 
| 100 | (home-page "") | 102 | (home-page "") | 
| 101 | (synopsis "test") | 103 | (synopsis "test") | 
| 102 | (description "test") | 104 | (description "test") | 
| @@ -132,4 +134,4 @@ | |||
| 132 | (description "mirror displays") | 134 | (description "mirror displays") | 
| 133 | (license license:expat))) | 135 | (license license:expat))) | 
| 134 | 136 | ||
| 135 | wl-mirror | 137 | xdg-desktop-portal-hyprland | 
