SHA256
1
0
forked from pool/hyprland

Accepting request 1168397 from home:sp1rit

Update to version 0.39.1

OBS-URL: https://build.opensuse.org/request/show/1168397
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=74
This commit is contained in:
Florian 2024-04-16 17:21:37 +00:00 committed by Git OBS Bridge
parent aec4d8e2c7
commit df0d25de6c
5 changed files with 30 additions and 48 deletions

View File

@ -1,41 +0,0 @@
From 8ab30e351704ee50ee635ab570f998a6f4181c04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20=22sp1rit=22=E2=80=8B?= <sp1rit@disroot.org>
Date: Mon, 15 Apr 2024 12:44:44 +0200
Subject: [PATCH] Fixed bash-completion install directory
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Florian "sp1rit" <sp1rit@disroot.org>
---
hyprctl/meson.build | 2 +-
hyprpm/src/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyprctl/meson.build b/hyprctl/meson.build
index 1b47a33..390baf6 100644
--- a/hyprctl/meson.build
+++ b/hyprctl/meson.build
@@ -2,6 +2,6 @@ executable('hyprctl', 'main.cpp',
install: true
)
-install_data('hyprctl.bash', install_dir: join_paths(get_option('datadir'), 'bash-completions'), install_tag: 'runtime', rename: 'hyprctl')
+install_data('hyprctl.bash', install_dir: join_paths(get_option('datadir'), 'bash-completion'), install_tag: 'runtime', rename: 'hyprctl')
install_data('hyprctl.fish', install_dir: join_paths(get_option('datadir'), 'fish/vendor_completions.d'), install_tag: 'runtime')
install_data('hyprctl.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprctl')
diff --git a/hyprpm/src/meson.build b/hyprpm/src/meson.build
index 521166c..9ecdaa0 100644
--- a/hyprpm/src/meson.build
+++ b/hyprpm/src/meson.build
@@ -9,6 +9,6 @@ executable('hyprpm', src,
install : true
)
-install_data('../hyprpm.bash', install_dir: join_paths(get_option('datadir'), 'bash-completions'), install_tag: 'runtime', rename: 'hyprpm')
+install_data('../hyprpm.bash', install_dir: join_paths(get_option('datadir'), 'bash-completion'), install_tag: 'runtime', rename: 'hyprpm')
install_data('../hyprpm.fish', install_dir: join_paths(get_option('datadir'), 'fish/vendor_completions.d'), install_tag: 'runtime')
install_data('../hyprpm.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprpm')
--
2.44.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:771051880e0876f138c0ccd95cd7095b2c6d0bb0a9f891e2172a55cae9d43f43
size 51520180

3
hyprland-0.39.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6267b2580828eb68e80258264b445a81ded7509442d8df376f19e822230e63d
size 51520064

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Apr 16 17:04:36 UTC 2024 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.39.1:
+ Fixes:
- constraint: Fix xwl cursor locking for scaled monitors (#5587)
- hyprpm: minor fixes to hyprpm for shallow and versioned clones
- misc: fix autocompletions for meson (hyprctl/hyprpm)
- notifications: fix notifications on manually rotated monitor
(#5599)
+ Other:
- CI: unshallow on checkout before sourcing the tarball
- cursor: add hyprcursor loggers
- build: Unbreak build on FreeBSD by adjusting dependencies
(#5595)
- hyprpm: checkout branch and rev separately
- hyprpm: err out on missing runtime deps
- input: send an empty relative event after constraint motion
events
- window: remove input ref on unmap
- Dropped "bash-completion-install-dir.patch" as it has been included
upstream.
-------------------------------------------------------------------
Mon Apr 15 09:57:22 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>

View File

@ -20,13 +20,12 @@
%bcond_without devel
Name: hyprland
Version: 0.39.0
Version: 0.39.1
Release: 0
Summary: Dynamic tiling Wayland compositor
License: BSD-3-Clause
URL: https://hyprland.org/
Source0: %{name}-%{version}.tar.xz
Patch1: bash-completion-install-dir.patch
BuildRequires: cmake
BuildRequires: gcc-c++ >= 11
BuildRequires: git
@ -40,8 +39,8 @@ BuildRequires: pkgconfig(gbm) >= 17.1.0
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(hwdata)
BuildRequires: pkgconfig(hyprcursor)
BuildRequires: pkgconfig(hyprlang)
BuildRequires: pkgconfig(hyprcursor) >= 0.1.7
BuildRequires: pkgconfig(hyprlang) >= 0.3.2
BuildRequires: pkgconfig(libdisplay-info)
BuildRequires: pkgconfig(libdrm) >= 2.4.118
BuildRequires: pkgconfig(libinput) >= 1.14.0