* Fixes: core: add mallopt to modify trim threshold
* MRs:
- Move systemd service install
- CMake: require wayland-protocols>=1.35
- Changes from version 0.7.4:
* Fixes: core: update for hw-s 0.4.4
* MRs:
- implement wl_output_transform
- Remove unused deps
- Changes from version 0.7.3:
* Fixes:
- core: fixup execAndGet not running correctly
- core: avoid the use of pop_back on empty string
- Changes from version 0.7.2:
* Fixes:
- cmake: drop # from commit messages
- core: move to hyprgraphics for image parsing
- core: modernize internals
* MRs:
- CMakeLists: require native hyprwayland-scanner
- CMakeLists: look for wayland.xml protocol in wayland-scanner
- add tile support
- Add systemd service
- Add support for JPEG-XL
- helpers: use C++ streams to load Jpeg and Webp
- Core: Move to hyprgraphics for image parsing
- Core: modernize internals
- Add pkgconfig(hyprgraphics) BuildRequires: New dependency.
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprpaper?expand=0&rev=18
69 lines
2.0 KiB
RPMSpec
69 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package hyprpaper
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global __builder ninja
|
|
Name: hyprpaper
|
|
Summary: Wayland wallpaper utility with IPC controls
|
|
Version: 0.7.5
|
|
Release: 0
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/hyprwm/hyprpaper
|
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
BuildRequires: Mesa-libGLESv3-devel
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: ninja
|
|
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
|
BuildRequires: pkgconfig(hyprgraphics)
|
|
BuildRequires: pkgconfig(hyprland-protocols)
|
|
BuildRequires: pkgconfig(hyprlang) >= 0.2.0
|
|
BuildRequires: pkgconfig(hyprutils) >= 0.2.0
|
|
BuildRequires: pkgconfig(hyprwayland-scanner)
|
|
BuildRequires: pkgconfig(libglvnd)
|
|
BuildRequires: pkgconfig(libjpeg)
|
|
BuildRequires: pkgconfig(libmagic)
|
|
BuildRequires: pkgconfig(libwebp)
|
|
BuildRequires: pkgconfig(pango)
|
|
BuildRequires: pkgconfig(pangocairo)
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.24
|
|
BuildRequires: pkgconfig(wayland-server) >= 1.20.0
|
|
BuildRequires: pkgconfig(wlroots-0.18) >= 0.18.0
|
|
BuildRequires: pkgconfig(xwaylandproto)
|
|
|
|
%description
|
|
Hyprpaper is a wallpaper utility for Hyprland.
|
|
It supports IPC controls for Hyprland and various
|
|
image formats.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%files
|
|
%_bindir/hyprpaper
|
|
%license LICENSE
|
|
%_userunitdir/hyprpaper.service
|
|
|
|
%changelog
|