Accepting request 343358 from X11:LXQt
1 OBS-URL: https://build.opensuse.org/request/show/343358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=5
This commit is contained in:
parent
5a245ecd49
commit
0a57d2d564
3
pcmanfm-qt-0.10.0.tar.xz
Normal file
3
pcmanfm-qt-0.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4
|
||||||
|
size 228540
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df
|
|
||||||
size 189184
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 5 13:10:10 UTC 2015 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Upstream release 0.10.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 20 21:31:00 UTC 2015 - sfalken@opensuse.org
|
Fri Feb 20 21:31:00 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pcmanfm-qt
|
Name: pcmanfm-qt
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File manager and desktop icon manager
|
Summary: File manager and desktop icon manager
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/LXDE
|
Group: System/GUI/LXDE
|
||||||
Url: http://www.lxqt.org
|
Url: http://www.lxqt.org
|
||||||
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.0.2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -62,20 +62,14 @@ Requires: pkg-config
|
|||||||
%description -n libfm-qt5-devel
|
%description -n libfm-qt5-devel
|
||||||
Libfm-Qt libraries for development
|
Libfm-Qt libraries for development
|
||||||
|
|
||||||
%package -n %{name}-lang
|
%lang_package
|
||||||
Summary: Translations for pcmanfm-qt
|
|
||||||
Group: System/GUI/LXDE-Qt
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
|
|
||||||
%description -n %{name}-lang
|
|
||||||
Translation files for pcmanfm-qt
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
%__make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
@ -95,9 +89,9 @@ Translation files for pcmanfm-qt
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
%dir %{_datadir}/pcmanfm-qt
|
%dir %{_datadir}/pcmanfm-qt
|
||||||
%{_bindir}/pcmanfm-qt
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/man/man1/pcmanfm-qt.1.gz
|
%{_mandir}/man?/%{name}.*
|
||||||
|
|
||||||
%files -n libfm-qt5-2
|
%files -n libfm-qt5-2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -110,8 +104,10 @@ Translation files for pcmanfm-qt
|
|||||||
%{_libdir}/pkgconfig/libfm-qt5.pc
|
%{_libdir}/pkgconfig/libfm-qt5.pc
|
||||||
%{_libdir}/libfm-qt5.so
|
%{_libdir}/libfm-qt5.so
|
||||||
|
|
||||||
%files -n %{name}-lang
|
%files lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/pcmanfm-qt/translations
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}/translations
|
||||||
|
%{_datadir}/%{name}/translations
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user