/[packages]/cauldron/lxqt-panel/current/SPECS/lxqt-panel.spec
ViewVC logotype

Diff of /cauldron/lxqt-panel/current/SPECS/lxqt-panel.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 779828 by doktor5000, Fri Oct 17 19:10:42 2014 UTC revision 783748 by doktor5000, Sat Oct 18 09:53:14 2014 UTC
# Line 1  Line 1 
1  %define qt5 1  %define qt5 1
2    
3    %ifarch i586
4    %define _cmake_lib_suffix64 -DLIB_SUFFIX=""
5    %endif
6    
7  Name: lxqt-panel  Name: lxqt-panel
8  Version: 0.8.0  Version: 0.8.0
9  Release: %mkrel 1  Release: %mkrel 1
10  Source0: http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz  Source0: http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
11  Patch0: lxqt-panel-0.7.0-mga-customize-default-panel.patch  Patch0: lxqt-panel-0.7.0-mga-customize-default-panel.patch
12    # https://github.com/lxde/lxde-qt/issues/288
13    Patch2: lxqt-panel-0.8-mga-undefined-references.patch
14  Summary: Panel for the LXQt desktop  Summary: Panel for the LXQt desktop
15  URL: http://lxqt.org/  URL: http://lxqt.org/
16  License: GPL  License: GPL
17  Group: Graphical desktop/KDE  Group: Graphical desktop/KDE
18  BuildRequires: cmake  BuildRequires: cmake
19  %if "%{qt5}" == "1"  %if "%{qt5}" == "1"
20    # https://github.com/lxde/lxqt-panel/issues/73
21    Patch1: lxqt-panel-0.8-mga-lxqtmount-includes.patch
22  BuildRequires: pkgconfig(lxqt-qt5)  BuildRequires: pkgconfig(lxqt-qt5)
23  BuildRequires: pkgconfig(lxqt-globalkeys-qt5)  BuildRequires: pkgconfig(lxqt-globalkeys-qt5)
24  BuildRequires: pkgconfig(lxqt-globalkeys-ui-qt5)  BuildRequires: pkgconfig(lxqt-globalkeys-ui-qt5)
# Line 40  Panel for the LXQt desktop Line 48  Panel for the LXQt desktop
48  %setup -q %{name}-%{version}  %setup -q %{name}-%{version}
49  %apply_patches  %apply_patches
50  %if "%{qt5}" == "1"  %if "%{qt5}" == "1"
51    #%cmake -DUSE_QT5=ON %_cmake_lib_suffix64
52  %cmake -DUSE_QT5=ON  %cmake -DUSE_QT5=ON
53  %else  %else
54  %cmake  %cmake %_cmake_lib_suffix64
55  %endif  %endif
56    
57  %build  %build
# Line 51  Panel for the LXQt desktop Line 60  Panel for the LXQt desktop
60  %install  %install
61  %makeinstall_std -C build  %makeinstall_std -C build
62    
63  %find_lang %{name}  %files
   
   
 %files -f %{name}.lang  
64  %{_sysconfdir}/lxqt/panel.conf  %{_sysconfdir}/lxqt/panel.conf
65  %{_bindir}/%{name}  %{_bindir}/%{name}
66  %{_datadir}/lxqt/%{name}  %{_datadir}/lxqt/%{name}
67    %if "%{qt5}" == "1"
68    %{_datadir}/lxqt-qt5/translations/
69    %endif
70  %{_includedir}/lxqt  %{_includedir}/lxqt
71  %{_libdir}/%{name}  %{_libdir}/%{name}
72  %{_datadir}/lxqt/%{name}/clock.desktop  %{_datadir}/lxqt/%{name}/clock.desktop

Legend:
Removed from v.779828  
changed lines
  Added in v.783748

  ViewVC Help
Powered by ViewVC 1.1.30