From 0219b82d25ac7cd0fadf46924a169be82f098eaa218bfa76ddcf1476e9129c52 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 13 Apr 2024 17:49:01 +0000 Subject: [PATCH] Accepting request 1167571 from home:sp1rit Update to version 0.1.7 OBS-URL: https://build.opensuse.org/request/show/1167571 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprcursor?expand=0&rev=3 --- fix_include_dir_permissions.patch | 24 --------------------- hyprcursor-0.1.4.tar.xz | 3 --- hyprcursor-0.1.7.tar.xz | 3 +++ hyprcursor.changes | 35 +++++++++++++++++++++++++++++++ hyprcursor.spec | 10 ++++----- 5 files changed, 43 insertions(+), 32 deletions(-) delete mode 100644 fix_include_dir_permissions.patch delete mode 100644 hyprcursor-0.1.4.tar.xz create mode 100644 hyprcursor-0.1.7.tar.xz diff --git a/fix_include_dir_permissions.patch b/fix_include_dir_permissions.patch deleted file mode 100644 index 1b994cb..0000000 --- a/fix_include_dir_permissions.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 5e89b31c9df2e5943dd6061fdb827e0d621f9ed7 Mon Sep 17 00:00:00 2001 -From: Pavel Solovev -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) diff --git a/hyprcursor-0.1.4.tar.xz b/hyprcursor-0.1.4.tar.xz deleted file mode 100644 index 05756d4..0000000 --- a/hyprcursor-0.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49fdb588474f1d2b8270be1794258a5886772ed2a42261420b13e379209cade7 -size 17444 diff --git a/hyprcursor-0.1.7.tar.xz b/hyprcursor-0.1.7.tar.xz new file mode 100644 index 0000000..65586cd --- /dev/null +++ b/hyprcursor-0.1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c411952e1b91e24087c1a9ed1a05d0958cdc52dd18a0e5b13b7d360d8e2b307e +size 22260 diff --git a/hyprcursor.changes b/hyprcursor.changes index 44195dd..59f7a15 100644 --- a/hyprcursor.changes +++ b/hyprcursor.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sat Apr 13 17:27:14 UTC 2024 - Florian "sp1rit" + +- 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" diff --git a/hyprcursor.spec b/hyprcursor.spec index 424c0cc..045d532 100644 --- a/hyprcursor.spec +++ b/hyprcursor.spec @@ -1,8 +1,8 @@ # # spec file for package hyprcursor # -# Copyright (c) 2024 Florian "sp1rit" # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Florian "sp1rit" # # 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.