]> git.pld-linux.org Git - packages/lxqt-powermanagement.git/commitdiff
- up to 0.8.0
authorrotom <rotom@pld-linux.org>
Sun, 26 Oct 2014 21:14:47 +0000 (22:14 +0100)
committerrotom <rotom@pld-linux.org>
Sun, 26 Oct 2014 21:14:47 +0000 (22:14 +0100)
- from qt4 to qt5

lxqt-powermanagement.spec

index d5961aaa1bf93cf9b8e27da945bfe32958a5c7ef..27715f22274d900fca53a723ca11cb89fe579d33 100644 (file)
@@ -1,19 +1,20 @@
 #
 # Conditional build:
 #
-%define                qtver           4.8.5
+%define                qtver           5.3.1
 
 Summary:       lxqt-powermanagement
 Name:          lxqt-powermanagement
-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: 87121de21ecf7ac6d3b8a5c873adc921
+Source0:       http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 3dfb506a077a36b822389f4679c824c9
 URL:           http://www.lxqt.org/
+BuildRequires: Qt5Svg-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.3
-BuildRequires: liblxqt-devel >= 0.7.0
+BuildRequires: liblxqt-devel >= 0.8.0
 BuildRequires: libqtxdg-devel >= 0.5.3
 BuildRequires: libxcb-devel
 BuildRequires: xz-devel
@@ -23,12 +24,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 lxqt-powermanagement.
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q
 
 %build
 install -d build
 cd build
 %cmake \
+    -DUSE_QT5=ON \
        ../
 
 %{__make}
This page took 0.090401 seconds and 4 git commands to generate.