[packages/lxqt-openssh-askpass] - up to 2.3.0
mrozowik
mrozowik at pld-linux.org
Thu Dec 11 15:10:24 CET 2025
commit 3ab042c779b3f378e072bdfa18f3333b3bad0f44
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Thu Dec 11 14:10:08 2025 +0000
- up to 2.3.0
lxqt-openssh-askpass.spec | 40 ++++++++++++++++++++++------------------
1 file changed, 22 insertions(+), 18 deletions(-)
---
diff --git a/lxqt-openssh-askpass.spec b/lxqt-openssh-askpass.spec
index 9f2fec3..a25941b 100644
--- a/lxqt-openssh-askpass.spec
+++ b/lxqt-openssh-askpass.spec
@@ -1,37 +1,40 @@
#
# Conditional build:
#
-%define qtver 5.3.1
+%define qtver 6.6.0
-Summary: lxqt-openssh-askpass
+Summary: Askpass openssh transition dialog for LXQt desktop suite
+Summary(pl.UTF-8): Okno dialogowe pytania o hasło OpenSSH dla środowiska graficznego LXQt
Name: lxqt-openssh-askpass
-Version: 0.11.0
+Version: 2.3.0
Release: 1
License: GPLv2 and LGPL-2.1+
Group: X11/Applications
-Source0: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: d0b37554cb283ca09fa4523308be7072
+Source0: https://github.com/lxqt/lxqt-openssh-askpass/releases/download/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: e337d2687c9f1cb77c617914f0ed6d09
URL: http://www.lxqt.org/
-BuildRequires: cmake >= 2.8.3
-BuildRequires: liblxqt-devel >= 0.11.0
-BuildRequires: libqtxdg-devel >= 2.0.0
+BuildRequires: Qt6Core-devel >= %{qtver}
+BuildRequires: Qt6Widgets-devel >= %{qtver}
+BuildRequires: cmake >= 3.18.0
+BuildRequires: liblxqt-devel >= 2.3.0
+BuildRequires: qt6-linguist >= %{qtver}
BuildRequires: xz-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-lxqt-openssh-askpass
+Askpass openssh transition dialog for LXQt desktop suite.
+
+%description -l pl.UTF-8
+Okno dialogowe pytania o hasło OpenSSH dla środowiska graficznego
+LXQt.
%prep
%setup -q
%build
-install -d build
-cd build
-%cmake \
- -DPULL_TRANSLATIONS=OFF \
- ../
+%cmake -B build
-%{__make}
+%{__make} -C build
%install
rm -rf $RPM_BUILD_ROOT
@@ -39,12 +42,13 @@ rm -rf $RPM_BUILD_ROOT
%{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
-#%find_lang %{name} --with-qm
+%find_lang %{name} --with-qm
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/lxqt-openssh-askpass
-#%dir %{_datadir}/lxqt/translations/%{name}
+%{_mandir}/man1/lxqt-openssh-askpass.1*
+%dir %{_datadir}/lxqt/translations/%{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxqt-openssh-askpass.git/commitdiff/3ab042c779b3f378e072bdfa18f3333b3bad0f44
More information about the pld-cvs-commit
mailing list