diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-03 14:31:17 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-03 14:31:17 -0400 |
commit | 146140e035e76a42bfb6bd00797f20b35fd7852c (patch) | |
tree | 4c609d5acd6d1898e429aad94469d859cd2c7a99 | |
parent | b93fadc4a6e0addc47b56c723f997b076f2db931 (diff) |
updated packages
-rw-r--r-- | channels.scm | 6 | ||||
-rw-r--r-- | modules/ryan-packages/freedesktop.scm | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/channels.scm b/channels.scm index 405dd1c..ba9bb30 100644 --- a/channels.scm +++ b/channels.scm | |||
@@ -3,7 +3,7 @@ | |||
3 | (url "https://git.savannah.gnu.org/git/guix.git") | 3 | (url "https://git.savannah.gnu.org/git/guix.git") |
4 | (branch "master") | 4 | (branch "master") |
5 | (commit | 5 | (commit |
6 | "40e78353a4699b8edb6600d82df648914c9110b9") | 6 | "449e09c90991fd03343b769423f1ed417673cbd2") |
7 | (introduction | 7 | (introduction |
8 | (make-channel-introduction | 8 | (make-channel-introduction |
9 | "9edb3f66fd807b096b48283debdcddccfea34bad" | 9 | "9edb3f66fd807b096b48283debdcddccfea34bad" |
@@ -14,7 +14,7 @@ | |||
14 | (url "https://gitlab.com/nonguix/nonguix") | 14 | (url "https://gitlab.com/nonguix/nonguix") |
15 | (branch "master") | 15 | (branch "master") |
16 | (commit | 16 | (commit |
17 | "bb184bd0a8f91beec3a00718759e96c7828853de") | 17 | "5a0490f23d8cb9a564a2486b2507356cfb328129") |
18 | (introduction | 18 | (introduction |
19 | (make-channel-introduction | 19 | (make-channel-introduction |
20 | "897c1a470da759236cc11798f4e0a5f7d4d59fbc" | 20 | "897c1a470da759236cc11798f4e0a5f7d4d59fbc" |
@@ -25,7 +25,7 @@ | |||
25 | (url "https://codeberg.org/hako/rosenthal.git") | 25 | (url "https://codeberg.org/hako/rosenthal.git") |
26 | (branch "trunk") | 26 | (branch "trunk") |
27 | (commit | 27 | (commit |
28 | "58ad8f96b670fd58c474d188be7ae8fa0840b791") | 28 | "6b1a540e247ad31c9b06488119f986966ee37015") |
29 | (introduction | 29 | (introduction |
30 | (make-channel-introduction | 30 | (make-channel-introduction |
31 | "7677db76330121a901604dfbad19077893865f35" | 31 | "7677db76330121a901604dfbad19077893865f35" |
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 |