[packages/lxqt-config-randr] - new

witekfl witekfl at pld-linux.org
Tue May 13 14:55:00 CEST 2014


commit bcfbce68b59a889b91b2f61fe55665c0f9f65421
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue May 13 14:54:42 2014 +0200

    - new

 lxqt-config-randr.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/lxqt-config-randr.spec b/lxqt-config-randr.spec
new file mode 100644
index 0000000..0cf1e5b
--- /dev/null
+++ b/lxqt-config-randr.spec
@@ -0,0 +1,48 @@
+#
+# Conditional build:
+#
+%define		qtver		4.8.5
+
+Summary:	lxqt-config-randr
+Name:		lxqt-config-randr
+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:	64d973b744eca00800aaba2abd08000a
+URL:		http://www.lxqt.org/
+BuildRequires:	cmake >= 2.8.3
+BuildRequires:	liblxqt-devel >= 0.7.0
+BuildRequires:	libqtxdg-devel >= 0.5.3
+BuildRequires:	xorg-lib-libXrandr-devel
+BuildRequires:	xz-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+lxqt-config-randr
+
+%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
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/lxqt-config-randr
+%{_desktopdir}/lxqt-config-randr.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxqt-config-randr.git/commitdiff/bcfbce68b59a889b91b2f61fe55665c0f9f65421



More information about the pld-cvs-commit mailing list