[packages/hyprland-qtutils] new
atler
atler at pld-linux.org
Fri Feb 28 21:38:14 CET 2025
commit 1258bbfd8ae00243bfea93e0c2f878cb9843b751
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Feb 28 21:30:28 2025 +0100
new
hyprland-qtutils.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
---
diff --git a/hyprland-qtutils.spec b/hyprland-qtutils.spec
new file mode 100644
index 0000000..75570f6
--- /dev/null
+++ b/hyprland-qtutils.spec
@@ -0,0 +1,48 @@
+%define qtver 6.5
+
+Summary: Hyprland QT/qml utility apps
+Name: hyprland-qtutils
+Version: 0.1.3
+Release: 1
+License: BSD
+Group: Applications
+Source0: https://github.com/hyprwm/hyprland-qtutils/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: b4144d246f2b15df5ef675bf976a7dcb
+URL: https://hyprland.org/
+BuildRequires: Qt6Core-devel >= %{qtver}
+BuildRequires: Qt6Quick-devel >= %{qtver}
+BuildRequires: Qt6WaylandClient-devel >= %{qtver}
+BuildRequires: Qt6Widgets-devel >= %{qtver}
+BuildRequires: cmake >= 3.16
+BuildRequires: hyprutils-devel
+BuildRequires: libstdc++-devel >= 6:11
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.605
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hyprland QT/qml utility apps.
+
+%prep
+%setup -q
+
+%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-dialog
+%attr(755,root,root) %{_bindir}/hyprland-donate-screen
+%attr(755,root,root) %{_bindir}/hyprland-update-screen
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hyprland-qtutils.git/commitdiff/1258bbfd8ae00243bfea93e0c2f878cb9843b751
More information about the pld-cvs-commit
mailing list