rosenthal: Replace wlroots-0.16.1 and wlroots-dev to wlroots-for-hyprland.

* rosenthal/packages/wm.scm (wlroots-0.16.1,wlroots-dev): Replace them to ...
(wlroots-for-hyprland): ... this.
remotes/origin/trunk
Hilton Chain 2 years ago
parent 6ce35403a5
commit cdce2bb0b9
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 36
      rosenthal/packages/wm.scm

@ -1,4 +1,4 @@
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> ;; SPDX-FileCopyrightText: 2022-2023 Hilton Chain <hako@ultrarare.space>
;; ;;
;; SPDX-License-Identifier: GPL-3.0-or-later ;; SPDX-License-Identifier: GPL-3.0-or-later
@ -21,21 +21,23 @@
#:use-module (rosenthal packages freedesktop) #:use-module (rosenthal packages freedesktop)
#:use-module (rosenthal packages xdisorg)) #:use-module (rosenthal packages xdisorg))
(define-public wlroots-0.16.1 (define wlroots-for-hyprland
(let ((base wlroots)) (let ((base wlroots)
(revision "212")
(commit "5f264a7d6c8af27d41ff440c05262b022c055593"))
(package (package
(inherit base) (inherit base)
(name "wlroots") (name "wlroots-for-hyprland")
(version "0.16.1") (version (git-version "0.16.0" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.freedesktop.org/wlroots/wlroots.git") (url "https://gitlab.freedesktop.org/wlroots/wlroots.git")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk")))) "1qgdpigisgzvhf5m48v0vp21hn4fpljkjgij9wlmlmkv7rk2idj9"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:build-type "release" (list #:build-type "release"
@ -55,24 +57,6 @@
(replace "wayland-protocols" wayland-protocols-1.31))) (replace "wayland-protocols" wayland-protocols-1.31)))
(native-inputs (list `(,hwdata "pnp") pkg-config))))) (native-inputs (list `(,hwdata "pnp") pkg-config)))))
(define-public wlroots-dev
(let ((base wlroots-0.16.1)
(revision "212")
(commit "5f264a7d6c8af27d41ff440c05262b022c055593"))
(package
(inherit base)
(name "wlroots-dev")
(version (git-version "0.16.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.freedesktop.org/wlroots/wlroots.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1qgdpigisgzvhf5m48v0vp21hn4fpljkjgij9wlmlmkv7rk2idj9")))))))
(define-public hyprland-protocols (define-public hyprland-protocols
(let ((revision "2") (let ((revision "2")
(commit "eb7dcc0132ad25addc3e8d434c4bfae6bd3a8c90")) (commit "eb7dcc0132ad25addc3e8d434c4bfae6bd3a8c90"))
@ -136,7 +120,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
(substitute* "src/render/OpenGL.cpp" (substitute* "src/render/OpenGL.cpp"
(("/usr") #$output))))))) (("/usr") #$output)))))))
(native-inputs (list gcc-12 jq pkg-config)) (native-inputs (list gcc-12 jq pkg-config))
(inputs (list cairo hyprland-protocols pixman-0.42.2 wlroots-dev)) (inputs (list cairo hyprland-protocols pixman-0.42.2 wlroots-for-hyprland))
(home-page "https://hyprland.org") (home-page "https://hyprland.org")
(synopsis "Dynamic tiling Wayland compositor based on wlroots") (synopsis "Dynamic tiling Wayland compositor based on wlroots")
(description (description

Loading…
Cancel
Save