KDE Applications 17.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kget?expand=0&rev=66
This commit is contained in:
parent
fc4d1c303a
commit
532f55e5dd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca7447848c46ea37bd8a50ec7743a7eeaae72e262e5be680e76f8e1d898ce307
|
|
||||||
size 1081880
|
|
3
kget-17.11.80.tar.xz
Normal file
3
kget-17.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86fb4d9e92f962984b8674c8883ddfd4129a1f31c396eb056704c0cf39ad5d92
|
||||||
|
size 5396024
|
10
kget.changes
10
kget.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 20 06:59:44 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.11.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
|
||||||
|
- Changes since 17.08.3:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 09 23:13:17 CET 2017 - lbeltrame@kde.org
|
Thu Nov 09 23:13:17 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
115
kget.spec
115
kget.spec
@ -15,10 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kget
|
Name: kget
|
||||||
Version: 17.08.3
|
Version: 17.11.80
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define kf5_version 5.26.0
|
||||||
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
# It can only build on the same platforms as Qt Webengine
|
||||||
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
Summary: Download Manager
|
Summary: Download Manager
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
@ -28,65 +34,94 @@ BuildRequires: libboost_headers-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: libkdepimlibs4-devel
|
BuildRequires: kcmutils-devel
|
||||||
BuildRequires: libkonq-devel
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kconfigwidgets-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kdbusaddons-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: knotifications-devel
|
||||||
|
BuildRequires: knotifyconfig-devel
|
||||||
|
BuildRequires: kwallet-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
BuildRequires: libktorrent-devel
|
BuildRequires: libktorrent-devel
|
||||||
BuildRequires: libqca2-devel
|
BuildRequires: libgpgmepp-devel
|
||||||
|
BuildRequires: libqca-qt5-devel
|
||||||
|
BuildRequires: libqgpgme-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: solid-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
# It can only build on the same platforms as Qt Webengine
|
BuildRequires: update-desktop-files
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
|
BuildRequires: pkgconfig(Qt5Network)
|
||||||
|
BuildRequires: pkgconfig(Qt5Sql)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
|
Obsoletes: kget5 < %{version}
|
||||||
|
Provides: kget5 = %{version}
|
||||||
|
%if %{with lang}
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An advanced download manager for KDE
|
An advanced download manager by KDE
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%cmake_kf5 -d build --
|
||||||
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|
||||||
%endif
|
|
||||||
%cmake_kde4 -d build
|
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
%if %{with lang}
|
||||||
cd ..
|
%find_lang %{name} --with-man --all-name
|
||||||
%suse_update_desktop_file -r kget System TrayIcon
|
%kf5_find_htmldocs
|
||||||
%kde_post_install
|
%endif
|
||||||
|
%suse_update_desktop_file -r org.kde.kget System TrayIcon
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC README
|
%doc COPYING COPYING.DOC README
|
||||||
%{_kde4_bindir}/kget
|
%dir %{_kf5_htmldir}
|
||||||
%{_kde4_appsdir}/dolphinpart/
|
%dir %{_kf5_htmldir}/en
|
||||||
%{_kde4_servicetypesdir}/*.desktop
|
%doc %lang(en) %{_kf5_htmldir}/en/kget/
|
||||||
%{_kde4_servicesdir}/*.desktop
|
%{_kf5_applicationsdir}/org.kde.kget.desktop
|
||||||
%{_kde4_servicesdir}/ServiceMenus/*.desktop
|
%{_kf5_bindir}/kget
|
||||||
%{_datadir}/dbus-1/services/org.kde.kget.service
|
%{_kf5_configkcfgdir}/
|
||||||
%{_kde4_configkcfgdir}/*.kcfg
|
%{_kf5_iconsdir}/hicolor/*/apps/kget.*
|
||||||
%{_kde4_appsdir}/kwebkitpart/
|
%{_kf5_libdir}/libkgetcore.so*
|
||||||
%{_kde4_appsdir}/khtml/
|
%{_kf5_notifydir}/
|
||||||
%{_kde4_appsdir}/kget/
|
%{_kf5_plugindir}/
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/kget.*
|
%{_kf5_servicesdir}/
|
||||||
%{_kde4_htmldir}/en/kget/
|
%{_kf5_servicetypesdir}/
|
||||||
%{_kde4_modulesdir}/kcm_kget*.so
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kget.service
|
||||||
%{_kde4_modulesdir}/kget_*.so
|
%{_kf5_sharedir}/dolphinpart/
|
||||||
%{_kde4_modulesdir}/krunner_*.so
|
%{_kf5_sharedir}/kconf_update/
|
||||||
%{_kde4_modulesdir}/plasma_*.so
|
%{_kf5_sharedir}/kget/
|
||||||
%{_kde4_libdir}/libkgetcore.so*
|
%{_kf5_sharedir}/khtml/
|
||||||
%{_kde4_applicationsdir}/kget.desktop
|
%{_kf5_sharedir}/kwebkitpart/
|
||||||
%{_kde4_appsdir}/kconf_update/
|
%{_kf5_sharedir}/kxmlgui5/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user