mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-13 22:35:29 +00:00
rosenthal: wm: Adjust for mesa-updates merge.
* rosenthal/packages/wm.scm (aquamarine)[inputs]: Replace libinput-minimal-for-hyprland with libinput-minimal. Replace wayland-protocols-next with wayland-protocols. (hyprland)[inputs]: Replace libinput-minimal-for-hyprland with libinput-minimal. Replace wayland-for-hyprland with wayland. Replace wayland-protocols-next with wayland-protocols. (hyprpicker)[inputs]: Replace wayland-protocols-next with wayland-protocols. (libinput-minimal-for-hyprland,wayland-for-hyprland): Delete variables.
This commit is contained in:
parent
61f7bbcdf5
commit
d219e6e520
@ -39,23 +39,7 @@
|
|||||||
#:use-module (gnu packages wm)
|
#:use-module (gnu packages wm)
|
||||||
#:use-module (gnu packages xdisorg)
|
#:use-module (gnu packages xdisorg)
|
||||||
#:use-module (gnu packages xml)
|
#:use-module (gnu packages xml)
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg))
|
||||||
#:export (wayland-for-hyprland))
|
|
||||||
|
|
||||||
(define libinput-minimal-for-hyprland
|
|
||||||
(package
|
|
||||||
(inherit libinput-minimal)
|
|
||||||
(name "libinput-minimal")
|
|
||||||
(version "1.26.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://gitlab.freedesktop.org/libinput/libinput.git")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"010bqvic471prhja1j5xqni9dhqc36ikqpxi8ih0fs13wph70p4s"))))))
|
|
||||||
|
|
||||||
(define udis86-for-hyprland
|
(define udis86-for-hyprland
|
||||||
(let ((revision "186")
|
(let ((revision "186")
|
||||||
@ -82,20 +66,6 @@ set architectures. It consists of a C library called @code{libudis86} and a
|
|||||||
command line tool called @code{udcli} that incorporates the library.")
|
command line tool called @code{udcli} that incorporates the library.")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
(define wayland-for-hyprland
|
|
||||||
(package
|
|
||||||
(inherit wayland)
|
|
||||||
(name "wayland")
|
|
||||||
(version "1.23.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://gitlab.freedesktop.org/" name
|
|
||||||
"/" name "/-/releases/" version "/downloads/"
|
|
||||||
name "-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1vg5h6d94hglh7724q6wx9dpg4y0afvxksankp1hwbcy76lb4kw6"))))))
|
|
||||||
|
|
||||||
(define-public aquamarine
|
(define-public aquamarine
|
||||||
(package
|
(package
|
||||||
(name "aquamarine")
|
(name "aquamarine")
|
||||||
@ -122,12 +92,12 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
hyprutils
|
hyprutils
|
||||||
libdisplay-info
|
libdisplay-info
|
||||||
libglvnd
|
libglvnd
|
||||||
libinput-minimal-for-hyprland
|
libinput-minimal
|
||||||
libseat
|
libseat
|
||||||
mesa
|
mesa
|
||||||
pixman
|
pixman
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols-next))
|
wayland-protocols))
|
||||||
(home-page "https://hyprland.org/")
|
(home-page "https://hyprland.org/")
|
||||||
(synopsis "Linux rendering backend library")
|
(synopsis "Linux rendering backend library")
|
||||||
(description
|
(description
|
||||||
@ -269,15 +239,15 @@ API (Vulkan / OpenGL).")
|
|||||||
hyprland-protocols
|
hyprland-protocols
|
||||||
hyprlang
|
hyprlang
|
||||||
hyprutils
|
hyprutils
|
||||||
libinput-minimal-for-hyprland
|
libinput-minimal
|
||||||
libxcursor
|
libxcursor
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
mesa
|
mesa
|
||||||
pango
|
pango
|
||||||
pciutils
|
pciutils
|
||||||
udis86-for-hyprland
|
udis86-for-hyprland
|
||||||
wayland-for-hyprland
|
wayland
|
||||||
wayland-protocols-next
|
wayland-protocols
|
||||||
xcb-util-errors
|
xcb-util-errors
|
||||||
xcb-util-wm
|
xcb-util-wm
|
||||||
xorg-server-xwayland))
|
xorg-server-xwayland))
|
||||||
@ -367,7 +337,7 @@ language used in @code{hyprland}.")
|
|||||||
libxkbcommon
|
libxkbcommon
|
||||||
pango
|
pango
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols-next
|
wayland-protocols
|
||||||
wl-clipboard))
|
wl-clipboard))
|
||||||
(home-page "https://hyprland.org/")
|
(home-page "https://hyprland.org/")
|
||||||
(synopsis "@code{wlroots}-compatible Wayland color picker")
|
(synopsis "@code{wlroots}-compatible Wayland color picker")
|
||||||
|
Loading…
Reference in New Issue
Block a user