[packages/lxqt-sudo] - new

witekfl witekfl at pld-linux.org
Sat Feb 20 18:46:27 CET 2016


commit 8c54abd34e603369030802598e9a9833daded3f5
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Feb 20 18:46:00 2016 +0100

    - new

 lxqt-sudo.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
---
diff --git a/lxqt-sudo.spec b/lxqt-sudo.spec
new file mode 100644
index 0000000..50d35c9
--- /dev/null
+++ b/lxqt-sudo.spec
@@ -0,0 +1,56 @@
+#
+# Conditional build:
+#
+%define		qtver		5.3.1
+
+Summary:	lxqt-sudo
+Name:		lxqt-sudo
+Version:	0.10.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:	7671aebf30a28cb27438dd87de0a589e
+URL:		http://www.lxqt.org/
+BuildRequires:	cmake >= 2.8.3
+BuildRequires:	liblxqt-devel >= 0.10.0
+BuildRequires:	libqtxdg-devel >= 1.0.0
+BuildRequires:	xdg-utils >= 1.1.0
+BuildRequires:	xz-devel
+Requires:	lxqt-common
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+lxqt-sudo
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake \
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-qm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/lxqt-sudo
+%attr(755,root,root) %{_bindir}/lxsu
+%attr(755,root,root) %{_bindir}/lxsudo
+%dir %{_datadir}/lxqt/translations/%{name}
+%{_mandir}/man1/lxqt-sudo.1*
+%{_mandir}/man1/lxsu.1*
+%{_mandir}/man1/lxsudo.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxqt-sudo.git/commitdiff/8c54abd34e603369030802598e9a9833daded3f5



More information about the pld-cvs-commit mailing list