package created using the webbuild interface [release 0.3.0-1mamba;Thu Nov 13 2025]
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# hyprgraphics
|
||||
|
||||
Hyprgraphics is a small C++ library with graphics / resource related utilities used across the hypr* ecosystem.
|
||||
|
||||
|
||||
@@ -0,0 +1,83 @@
|
||||
Name: hyprgraphics
|
||||
Version: 0.3.0
|
||||
Release: 1mamba
|
||||
Summary: Hyprland graphics / resource utilities
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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: 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: 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 Nov 13 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
Reference in New Issue
Block a user