[packages/lxqt-about] - new

witekfl witekfl at pld-linux.org
Tue May 13 13:36:08 CEST 2014


commit 8be8de52dbcecf3ce46e8f651042c79ddbb7207b
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue May 13 13:35:52 2014 +0200

    - new

 lxqt-about.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
---
diff --git a/lxqt-about.spec b/lxqt-about.spec
new file mode 100644
index 0000000..64277d1
--- /dev/null
+++ b/lxqt-about.spec
@@ -0,0 +1,49 @@
+#
+# Conditional build:
+#
+%define		qtver		4.8.5
+
+Summary:	lxqt-about
+Name:		lxqt-about
+Version:	0.7.0
+Release:	0.1
+License:	GPLv2 and LGPL-2.1+
+Group:		X11/Applications
+Source0:	http://lxqt.org/downloads/lxqt/0.7.0/%{name}-%{version}.tar.xz
+# Source0-md5:	336cc31310bac1167d47d815bd07d654
+URL:		http://www.lxqt.org/
+BuildRequires:	cmake >= 2.8.3
+BuildRequires:	liblxqt-devel >= 0.7.0
+BuildRequires:	xz-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+lxqt-about.
+
+%prep
+%setup -q -c %{name}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/lxqt-about
+%{_desktopdir}/lxqt-about.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxqt-about.git/commitdiff/8be8de52dbcecf3ce46e8f651042c79ddbb7207b



More information about the pld-cvs-commit mailing list