[packages/hyprland-protocols] new
atler
atler at pld-linux.org
Sun Oct 6 15:47:28 CEST 2024
commit 575990bf92623a19ed5048b68b31b41ba856defc
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Oct 6 15:06:25 2024 +0200
new
hyprland-protocols.spec | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
---
diff --git a/hyprland-protocols.spec b/hyprland-protocols.spec
new file mode 100644
index 0000000..a12c39f
--- /dev/null
+++ b/hyprland-protocols.spec
@@ -0,0 +1,40 @@
+Summary: Wayland protocol extensions for Hyprland
+Name: hyprland-protocols
+Version: 0.3.0
+Release: 1
+License: BSD
+Group: Development/Tools
+#Source0Download: https://github.com/hyprwm/hyprland-protocols/releases
+Source0: https://github.com/hyprwm/hyprland-protocols/archive/v%{version}/%{name}-v%{version}.tar.gz
+# Source0-md5: 91362596d4facfa0d4ca9506931da28c
+URL: https://hyprland.org/
+BuildRequires: meson >= 0.60.3
+BuildRequires: ninja
+BuildRequires: rpmbuild(macros) >= 1.736
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Wayland protocol extensions for Hyprland.
+
+%prep
+%setup -q
+
+%build
+%meson build
+
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.md
+%{_datadir}/hyprland-protocols
+%{_npkgconfigdir}/hyprland-protocols.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hyprland-protocols.git/commitdiff/575990bf92623a19ed5048b68b31b41ba856defc
More information about the pld-cvs-commit
mailing list