106 lines
3.3 KiB
RPMSpec
106 lines
3.3 KiB
RPMSpec
Name: hyprgraphics
|
|
Version: 0.5.1
|
|
Release: 4mamba
|
|
Summary: Hyprland graphics / resource utilities
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan@openmamba.org>
|
|
URL: https://github.com/hyprwm/hyprgraphics
|
|
Source: https://github.com/hyprwm/hyprgraphics.git/v%{version}/hyprgraphics-%{version}.tar.bz2
|
|
License: BSD-3-Clause
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libheif-devel
|
|
BuildRequires: libhyprutils-devel
|
|
BuildRequires: libjpeg-turbo
|
|
BuildRequires: libjxl-devel
|
|
BuildRequires: libmagic-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpixman-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: librsvg-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libwebp-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libjxl-devel >= 0:0.12.0-1mamba
|
|
BuildRequires: libhyprutils-devel >= 0:0.14.0-1mamba
|
|
BuildRequires: libhyprutils >= 0:0.13.1-1mamba
|
|
BuildRequires: cmake
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description
|
|
Hyprgraphics is a small C++ library with graphics / resource related utilities used across the hypr* ecosystem.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Hyprland graphics / resource utilities
|
|
|
|
%description -n lib%{name}
|
|
Hyprgraphics is a small C++ library with graphics / resource related utilities used across the hypr* ecosystem.
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libhyprgraphics.so.*
|
|
%doc LICENSE
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/hyprgraphics
|
|
%{_includedir}/hyprgraphics/*
|
|
%{_libdir}/libhyprgraphics.so
|
|
%{_libdir}/pkgconfig/hyprgraphics.pc
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Thu Jul 30 2026 Automatic Build System <autodist@openmamba.org> 0.5.1-4mamba
|
|
- rebuilt by autoport with build requirements: libjxl-devel>=0:0.12.0-1mamba
|
|
|
|
* Tue Jul 21 2026 Automatic Build System <autodist@openmamba.org> 0.5.1-3mamba
|
|
- rebuilt by autoport with build requirements: libhyprutils-devel>=0:0.14.0-1mamba
|
|
|
|
* Fri Jun 05 2026 Automatic Build System <autodist@openmamba.org> 0.5.1-2mamba
|
|
- rebuilt by autoport with build requirements: libhyprutils>=0:0.13.1-1mamba
|
|
|
|
* Mon Apr 06 2026 Automatic Build System <autodist@openmamba.org> 0.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 29 2025 Automatic Build System <autodist@openmamba.org> 0.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 22 2025 Automatic Build System <autodist@openmamba.org> 0.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 13 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
|
- package created using the webbuild interface
|