[packages/lxqt-about] - up 0.8.0 - migrating from qt4 to qt5

rotom rotom at pld-linux.org
Sat Oct 25 22:52:27 CEST 2014


commit b174425dc243054569e96b9bae039380c5d466ea
Author: rotom <rotom at pld-linux.org>
Date:   Sun Oct 26 21:51:53 2014 +0100

    - up 0.8.0
    - migrating from qt4 to qt5

 lxqt-about.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/lxqt-about.spec b/lxqt-about.spec
index 64277d1..b61f8d0 100644
--- a/lxqt-about.spec
+++ b/lxqt-about.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 #
-%define		qtver		4.8.5
+%define		qtver		5.3.1
 
 Summary:	lxqt-about
 Name:		lxqt-about
-Version:	0.7.0
-Release:	0.1
+Version:	0.8.0
+Release:	0.2
 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
+Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5:	6c5eed82fffc58a508dcd35531e65376
 URL:		http://www.lxqt.org/
 BuildRequires:	cmake >= 2.8.3
-BuildRequires:	liblxqt-devel >= 0.7.0
+BuildRequires:	liblxqt-devel >= 0.8.0
 BuildRequires:	xz-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,12 +21,13 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 lxqt-about.
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q
 
 %build
 install -d build
 cd build
 %cmake \
+	-DUSE_QT5=ON \
 	../
 
 %{__make}
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list