[packages/hyprland] new

atler atler at pld-linux.org
Mon Jul 29 02:27:50 CEST 2024


commit 38a66bce8ed5ee983917fa71a1747935e7f8f33d
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jul 29 00:33:56 2024 +0200

    new

 hyprland.spec | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 117 insertions(+)
---
diff --git a/hyprland.spec b/hyprland.spec
new file mode 100644
index 0000000..f3649c2
--- /dev/null
+++ b/hyprland.spec
@@ -0,0 +1,117 @@
+Summary:	Independent, highly customizable, dynamic tiling Wayland compositor
+Name:		hyprland
+Version:	0.41.2
+Release:	1
+License:	BSD
+Group:		Applications
+#Source0Download: https://github.com/hyprwm/hyprland/releases
+Source0:	https://github.com/hyprwm/hyprland/releases/download/v%{version}/source-v%{version}.tar.gz
+# Source0-md5:	8cb78f78407f12a72ed710a19116abae
+URL:		https://hyprland.org/
+BuildRequires:	Mesa-libgbm-devel
+BuildRequires:	OpenGLESv3-devel
+BuildRequires:	cairo-devel
+BuildRequires:	cmake >= 3.27
+BuildRequires:	hwdata
+BuildRequires:	hyprcursor-devel >= 0.1.7
+BuildRequires:	hyprlang-devel >= 0.3.2
+BuildRequires:	hyprutils-devel >= 0.1.5
+BuildRequires:	hyprwayland-scanner >= 0.3.10
+BuildRequires:	libdisplay-info-devel
+BuildRequires:	libdrm-devel
+BuildRequires:	libinput-devel
+BuildRequires:	libliftoff-devel
+BuildRequires:	libseat-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	libuuid-devel
+BuildRequires:	libxcb-devel
+BuildRequires:	meson
+BuildRequires:	ninja
+BuildRequires:	pango-devel
+BuildRequires:	pixman-devel
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.605
+BuildRequires:	udev-devel
+BuildRequires:	wayland-devel
+BuildRequires:	wayland-protocols
+BuildRequires:	xcb-util-devel
+BuildRequires:	xcb-util-errors-devel
+BuildRequires:	xcb-util-wm-devel
+BuildRequires:	xorg-lib-libxkbcommon-devel
+BuildRequires:	xorg-xserver-Xwayland-devel
+Requires:	hyprcursor >= 0.1.7
+Requires:	hyprlang >= 0.3.2
+Requires:	hyprutils >= 0.1.5
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hyprland is a 100% independent, dynamic tiling Wayland compositor that
+doesn't sacrifice on its looks. Its features include:
+- All of the eyecandy: gradient borders, blur, animations, shadows and
+  much more
+- A lot of customization
+- 100% independent, no wlroots, no libweston, no kwin, no mutter
+- Custom bezier curves for the best animations
+- Powerful plugin support
+- Built-in plugin manager
+- Tearing support for better gaming performance
+- Easily expandable and readable codebase
+- Fast and active development
+- Not afraid to provide bleeding-edge features
+- Config reloaded instantly upon saving
+- Fully dynamic workspaces
+- Two built-in layouts and more available as plugins
+- Global keybinds passed to your apps of choice
+- Tiling/pseudotiling/floating/fullscreen windows
+- Special workspaces (scratchpads)
+- Window groups (tabbed mode)
+- Powerful window/monitor/layer rules
+- Socket-based IPC
+- Native IME and Input Panels Support
+
+%package devel
+Summary:	Header files for hyprland
+Group:		Development/Libraries
+
+%description devel
+Header files for hyprland.
+
+%prep
+%setup -q -n %{name}-source
+
+%build
+%cmake -B build
+
+%{__make} -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.md
+%attr(755,root,root) %{_bindir}/Hyprland
+%attr(755,root,root) %{_bindir}/hyprctl
+%attr(755,root,root) %{_bindir}/hyprpm
+%{_datadir}/hyprland
+%{_datadir}/wayland-sessions/hyprland.desktop
+%{_datadir}/xdg-desktop-portal/hyprland-portals.conf
+%{_mandir}/man1/Hyprland.1*
+%{_mandir}/man1/hyprctl.1*
+%{bash_compdir}/hyprctl
+%{bash_compdir}/hyprpm
+%{fish_compdir}/hyprctl.fish
+%{fish_compdir}/hyprpm.fish
+%{zsh_compdir}/_hyprctl
+%{zsh_compdir}/_hyprpm
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/hyprland
+%{_npkgconfigdir}/hyprland.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hyprland.git/commitdiff/38a66bce8ed5ee983917fa71a1747935e7f8f33d



More information about the pld-cvs-commit mailing list