Accepting request 1167572 from X11:Wayland

OBS-URL: https://build.opensuse.org/request/show/1167572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hyprcursor?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-04-14 09:56:12 +00:00 committed by Git OBS Bridge
commit 11e41ea0d0
5 changed files with 43 additions and 32 deletions

View File

@ -1,24 +0,0 @@
From 5e89b31c9df2e5943dd6061fdb827e0d621f9ed7 Mon Sep 17 00:00:00 2001
From: Pavel Solovev <daron439@gmail.com>
Date: Sat, 16 Mar 2024 14:16:29 +0000
Subject: [PATCH] cmake: correct includedir permissions
no need to set 777
---
CMakeLists.txt | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be38f90..a229cdf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,8 +70,5 @@ add_test(NAME "Test libhyprcursor in C" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/te
add_dependencies(tests hyprcursor_test_c)
# Installation
-install(DIRECTORY "include/hyprcursor" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} DIRECTORY_PERMISSIONS
- OWNER_WRITE OWNER_READ OWNER_EXECUTE
- GROUP_WRITE GROUP_READ GROUP_EXECUTE
- WORLD_WRITE WORLD_READ WORLD_EXECUTE)
+install(DIRECTORY "include/hyprcursor" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(FILES ${CMAKE_BINARY_DIR}/hyprcursor.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)

View File

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

3
hyprcursor-0.1.7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Apr 13 17:27:14 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>
- Update to 0.1.7:
+ A small patch to fix 0.1.6's accidental toml / theme finding
regressions
+ Fixes:
- lib: fixes to toml manifest searching and extensions when
packing
- lib: fixed missing overrides
- lib: fixed manifest reading permission issues
- lib: round hotspots in getShapes
- Changes from update 0.1.6:
+ A small patch to hyprcursor to fix some permission issues and add
a few stuff KDE requested.
(This release is ABI-compatible with 0.1.5)
+ New stuff:
- Added user-defined logging
- Added a raw data API
- Added support for .toml wherever .hl is used
+ Fixes:
- Fixed up permission issues on themes
- Changes from update 0.1.5:
+ A small update to fix a few minor annoyances.
+ New stuff:
- lib: avoid arithmetic on void*
- util: wrap paths in quotes in shell invocations
- lib: accept theme names for lookup
- lib: set size to 0 for svg images
- Dropped "fix_include_dir_permissions.patch" as the fix has been
included upstream.
-------------------------------------------------------------------
Sat Mar 16 19:45:21 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>

View File

@ -1,8 +1,8 @@
#
# spec file for package hyprcursor
#
# Copyright (c) 2024 Florian "sp1rit" <sp1rit@disroot.org>
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Florian "sp1rit" <sp1rit@disroot.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,25 +16,25 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 0
Name: hyprcursor
Version: 0.1.4
Version: 0.1.7
Release: 0
Summary: Library and utilities for the hyprland cursor format
License: BSD-3-Clause
URL: https://wiki.hyprland.org/hypr-ecosystem/hyprcursor/
Source0: %{name}-%{version}.tar.xz
# can be dropped with the next release
Patch1: fix_include_dir_permissions.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(hyprlang) >= 0.4.2
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libzip)
BuildRequires: pkg-config
BuildRequires: pkgconfig(tomlplusplus) >= 3.4.0
%description
Utilities for the hyprland cursor format.