SHA256
1
0
forked from pool/hyprcursor

6 Commits

Author SHA256 Message Date
213c1625d0 Accepting request 1289103 from X11:Wayland
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1289103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hyprcursor?expand=0&rev=6
2025-06-30 12:00:20 +00:00
Florian
4010dc559e Accepting request 1287734 from home:darix:playground
- Update to version 0.1.12:
  https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.12
  https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.11

OBS-URL: https://build.opensuse.org/request/show/1287734
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprcursor?expand=0&rev=11
2025-06-22 17:32:56 +00:00
53fa67ee4c Accepting request 1248077 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1248077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hyprcursor?expand=0&rev=5
2025-02-24 14:50:10 +00:00
Torsten Duwe
2e9f46aec2 - Add hyprcursor-fstream.patch: Fix build for Tumbleweed.
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprcursor?expand=0&rev=9
2025-02-24 10:30:17 +00:00
c8077424d8 Accepting request 1232882 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1232882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hyprcursor?expand=0&rev=4
2024-12-20 22:11:50 +00:00
Florian
b57fc72f11 - Update to version 0.1.10:
+ A standard, nice update
  + Fixes:
    - docs: mention timeouts to be > 0
    - core: initialize C shape data fully
  + Other:
    - Add wiki to readme
    - only alloc as much as needed when reading in cursor images
    - Use XDG_DATA_DIRS to query themes
    - nix: pkg: add missing dep xcur2png
    - Correction in hotspot coordinates documentation

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprcursor?expand=0&rev=7
2024-12-20 18:49:22 +00:00
6 changed files with 44 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">@PARENT_TAG@</param>
<param name="revision">v0.1.12</param>
<param name="submodule">enable</param>
</service>
<service name="tar" mode="manual" />

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

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

View File

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

10
hyprcursor-fstream.patch Normal file
View File

@@ -0,0 +1,10 @@
Index: hyprcursor-0.1.10/hyprcursor-util/src/main.cpp
===================================================================
--- hyprcursor-0.1.10.orig/hyprcursor-util/src/main.cpp
+++ hyprcursor-0.1.10/hyprcursor-util/src/main.cpp
@@ -1,4 +1,5 @@
#include <iostream>
+#include <fstream>
#include <zip.h>
#include <optional>
#include <filesystem>

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Jun 22 17:10:45 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Update to version 0.1.12:
https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.12
https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.11
-------------------------------------------------------------------
Mon Feb 24 09:39:40 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Add hyprcursor-fstream.patch: Fix build for Tumbleweed.
-------------------------------------------------------------------
Fri Dec 20 14:37:57 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
- Update to version 0.1.10:
+ A standard, nice update
+ Fixes:
- docs: mention timeouts to be > 0
- core: initialize C shape data fully
+ Other:
- Add wiki to readme
- only alloc as much as needed when reading in cursor images
- Use XDG_DATA_DIRS to query themes
- nix: pkg: add missing dep xcur2png
- Correction in hotspot coordinates documentation
-------------------------------------------------------------------
Mon Jun 10 17:39:28 UTC 2024 - Florian "spirit" <sp1rit@disroot.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hyprcursor
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 Florian "sp1rit" <sp1rit@disroot.org>
#
# All modifications and additions to the file contributed by third parties
@@ -20,12 +20,13 @@
%define sover 0
Name: hyprcursor
Version: 0.1.9
Version: 0.1.12
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
Patch0: hyprcursor-fstream.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++