forked from pool/hyprcursor
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
213c1625d0 | |||
|
4010dc559e | ||
53fa67ee4c | |||
|
2e9f46aec2 | ||
c8077424d8 | |||
|
b57fc72f11 |
2
_service
2
_service
@@ -5,7 +5,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</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>
|
<param name="submodule">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="manual" />
|
<service name="tar" mode="manual" />
|
||||||
|
3
hyprcursor-0.1.12.tar.xz
Normal file
3
hyprcursor-0.1.12.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:485e421370658ac747d7ac6ec6272094e2eb4b150fa856b24bf4561cb7a7da4b
|
||||||
|
size 24936
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d3bfa1007b8a55bfb8b57948c00b8b496020d3ef9b514119f454266e510432ab
|
|
||||||
size 22628
|
|
10
hyprcursor-fstream.patch
Normal file
10
hyprcursor-fstream.patch
Normal 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>
|
@@ -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>
|
Mon Jun 10 17:39:28 UTC 2024 - Florian "spirit" <sp1rit@disroot.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hyprcursor
|
# spec file for package hyprcursor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2024 Florian "sp1rit" <sp1rit@disroot.org>
|
# Copyright (c) 2024 Florian "sp1rit" <sp1rit@disroot.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -20,12 +20,13 @@
|
|||||||
%define sover 0
|
%define sover 0
|
||||||
|
|
||||||
Name: hyprcursor
|
Name: hyprcursor
|
||||||
Version: 0.1.9
|
Version: 0.1.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and utilities for the hyprland cursor format
|
Summary: Library and utilities for the hyprland cursor format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://wiki.hyprland.org/hypr-ecosystem/hyprcursor/
|
URL: https://wiki.hyprland.org/hypr-ecosystem/hyprcursor/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Patch0: hyprcursor-fstream.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Reference in New Issue
Block a user