update to 20.04.0 [release 20.04.0-1mamba;Thu Apr 30 2020]
This commit is contained in:
parent
6263018175
commit
b9b99045a9
@ -1,5 +1,5 @@
|
|||||||
Name: kdeconnect
|
Name: kdeconnect
|
||||||
Version: 1.4
|
Version: 20.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Connect Android, Blackberry and other devices with KDE deskto
|
Summary: Connect Android, Blackberry and other devices with KDE deskto
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -7,12 +7,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://community.kde.org/KDEConnect
|
URL: https://community.kde.org/KDEConnect
|
||||||
Source: https://download.kde.org/stable/kdeconnect/%{version}/kdeconnect-kde-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/kdeconnect-kde-%{version}.tar.xz
|
||||||
## GITSOURCE https://github.com/albertvaka/kdeconnect-kde.git master
|
## GITSOURCE https://github.com/albertvaka/kdeconnect-kde.git master
|
||||||
#Source: https://github.com/albertvaka/kdeconnect-kde.git/master/kdeconnect-kde-%{version}.tar.bz2
|
#Source: https://github.com/albertvaka/kdeconnect-kde.git/master/kdeconnect-kde-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -35,18 +36,24 @@ BuildRequires: libkio-devel
|
|||||||
BuildRequires: libkitemviews-devel
|
BuildRequires: libkitemviews-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkjobwidgets-devel
|
||||||
BuildRequires: libknotifications-devel
|
BuildRequires: libknotifications-devel
|
||||||
|
BuildRequires: libkpeople-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkservice-devel
|
||||||
BuildRequires: libkwayland-devel
|
BuildRequires: libkwayland-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libkwindowsystem-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
|
BuildRequires: libpulseaudio-qt-devel
|
||||||
BuildRequires: libqca-qt5-devel
|
BuildRequires: libqca-qt5-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: libkpeoplevcard
|
||||||
Provides: kdeconnect4
|
Provides: kdeconnect4
|
||||||
Obsoletes: kdeconnect4
|
Obsoletes: kdeconnect4
|
||||||
|
Provides: kdeconnect-kde
|
||||||
|
Requires: libkpeoplevcard
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,7 +74,7 @@ Connect Android, Blackberry and other devices with KDE desktop.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -113,11 +120,12 @@ Connect Android, Blackberry and other devices with KDE desktop.
|
|||||||
%{_datadir}/icons/hicolor/scalable/status/*.svg
|
%{_datadir}/icons/hicolor/scalable/status/*.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/kdeconnectindicator.svg
|
%{_datadir}/icons/hicolor/scalable/apps/kdeconnectindicator.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/kdeconnectindicatordark.svg
|
%{_datadir}/icons/hicolor/scalable/apps/kdeconnectindicatordark.svg
|
||||||
%dir %{_datadir}/doc/HTML/en/kdeconnect
|
|
||||||
%{_datadir}/doc/HTML/en/kdeconnect/*
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-1mamba
|
||||||
|
- update to 20.04.0
|
||||||
|
|
||||||
* Wed Dec 11 2019 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
* Wed Dec 11 2019 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user