automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
23cf6c951b
commit
3ac86f83af
127
kget.spec
127
kget.spec
@ -1,13 +1,13 @@
|
||||
Name: kget
|
||||
Version: 23.08.4
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: An advanced download manager for the K Desktop Environment
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/kget-%{version}.tar.xz
|
||||
URL: https://apps.kde.org/it/kget/
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kget-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -15,37 +15,39 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libkarchive-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcmutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemviews-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libknotifyconfig-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkf6-karchive-devel
|
||||
BuildRequires: libkf6-kcmutils-devel
|
||||
BuildRequires: libkf6-kcolorscheme-devel
|
||||
BuildRequires: libkf6-kcompletion-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kcrash-devel
|
||||
BuildRequires: libkf6-kdbusaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kiconthemes-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kitemviews-devel
|
||||
BuildRequires: libkf6-kjobwidgets-devel
|
||||
BuildRequires: libkf6-knotifications-devel
|
||||
BuildRequires: libkf6-knotifyconfig-devel
|
||||
BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkf6-kstatusnotifieritem-devel
|
||||
BuildRequires: libkf6-kwallet-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kwindowsystem-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libkf6-solid-devel
|
||||
BuildRequires: libktorrent-devel
|
||||
BuildRequires: libkwallet-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libmms-devel
|
||||
BuildRequires: libplasma-workspace-devel
|
||||
BuildRequires: libqca-qt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libqgpgme-qt6-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
@ -67,70 +69,75 @@ This package is part of KDE.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build \
|
||||
%cmake_kf6\
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=TRUE \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_KTorrent=TRUE
|
||||
|
||||
# -DCMAKE_DISABLE_FIND_PACKAGE_QGpgme=TRUE \
|
||||
|
||||
%make
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/kget
|
||||
%{_kde5_libdir}/libkgetcore.so.*
|
||||
%{_kde5_libdir}/libkgetcore.so
|
||||
%dir %{_libdir}/qt5/plugins/kget
|
||||
%{_libdir}/qt5/plugins/kget/kget_*.so
|
||||
%dir %{_libdir}/qt5/plugins/kget_kcms
|
||||
%{_libdir}/qt5/plugins/kget_kcms/kcm_kget_*.so
|
||||
%{_kde5_xdgappsdir}/org.kde.kget.desktop
|
||||
%{_kf6_bindir}/kget
|
||||
%{_kf6_libdir}/libkgetcore.so.*
|
||||
%{_kf6_libdir}/libkgetcore.so
|
||||
%dir %{_libdir}/qt6/plugins/kget
|
||||
%{_libdir}/qt6/plugins/kget/kget_*.so
|
||||
%dir %{_libdir}/qt6/plugins/kget_kcms
|
||||
%{_libdir}/qt6/plugins/kget_kcms/kcm_kget_*.so
|
||||
%{_datadir}/applications/org.kde.kget.desktop
|
||||
%{_datadir}/metainfo/org.kde.kget.appdata.xml
|
||||
%{_datadir}/kio/servicemenus/kget_download.desktop
|
||||
%dir %{_kde5_datadir}/kget
|
||||
%{_datadir}/knotifications5/kget.notifyrc
|
||||
%{_datadir}/kxmlgui5/kget/kgetui.rc
|
||||
%dir %{_kde5_datadir}/kget/pics
|
||||
%{_kde5_datadir}/kget/pics/kget_splash.png
|
||||
%{_kde5_kcfgdir}/kget*.kcfg
|
||||
%{_kde5_icondir}/hicolor/*/apps/kget.png
|
||||
%{_kde5_servicetypesdir}/kget_plugin.desktop
|
||||
%{_datadir}/kio/servicemenus/kget_*.desktop
|
||||
%dir %{_kf6_datadir}/kget
|
||||
%{_datadir}/knotifications6/kget.notifyrc
|
||||
%dir %{_kf6_datadir}/kget/pics
|
||||
%{_kf6_datadir}/kget/pics/kget_splash.png
|
||||
%{_kf6_kcfgdir}/kget*.kcfg
|
||||
%{_kf6_icondir}/hicolor/*/apps/kget.png
|
||||
%{_datadir}/dbus-1/services/org.kde.kget.service
|
||||
%{_datadir}/qlogging-categories5/kget.categories
|
||||
%{_datadir}/qlogging-categories6/kget.categories
|
||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 11 2024 Automatic Build System <autodist@openmamba.org> 24.01.95-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user