You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
368 lines
11 KiB
368 lines
11 KiB
Name: plasma-desktop
|
|
Version: 5.3.0
|
|
Release: 6%{?dist}
|
|
Summary: Plasma Desktop shell
|
|
|
|
License: GPLv2+ and (GPLv2 or GPLv3)
|
|
URL: https://projects.kde.org/projects/kde/workspace/plasma-desktop
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
%if %{revision} >= 50
|
|
%global stable unstable
|
|
%else
|
|
%global stable stable
|
|
%endif
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
## downstream patches
|
|
# adjust default kickoff favorites: -preferred_browser(buggy) +konqueror +konsole +apper
|
|
Patch100: plasma-desktop-5.2.1-default_favorites.patch
|
|
# FIXME: make upstreamable, fix dup'd PREFIX KAUTH_HELPER_INSTALL_DIR when using absolute paths
|
|
Patch101: plasma-desktop-fix-fontinst-service-path.patch
|
|
# Default to Folder containment (rather than Desktop)
|
|
Patch102: plasma-desktop-fedora_layout.patch
|
|
|
|
## upstream patches
|
|
|
|
BuildRequires: libusb-devel
|
|
BuildRequires: fontconfig-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libxkbfile-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: xcb-util-keysyms-devel
|
|
BuildRequires: xcb-util-image-devel
|
|
BuildRequires: xcb-util-renderutil-devel
|
|
BuildRequires: xcb-util-devel
|
|
BuildRequires: libxkbcommon-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
BuildRequires: qt5-qtsvg-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
BuildRequires: phonon-qt5-devel
|
|
|
|
# PackageKit-Qt 5 is not avaialble on F20, because PackageKit is too old there
|
|
%if 0%{?fedora} >= 21
|
|
BuildRequires: PackageKit-Qt5-devel
|
|
%endif
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf5-plasma-devel
|
|
BuildRequires: kf5-kdoctools-devel
|
|
BuildRequires: kf5-ki18n-devel
|
|
BuildRequires: kf5-kcmutils-devel
|
|
BuildRequires: kf5-knewstuff-devel
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
BuildRequires: kf5-knotifyconfig-devel
|
|
BuildRequires: kf5-kdesu-devel
|
|
BuildRequires: kf5-attica-devel
|
|
BuildRequires: kf5-kwallet-devel
|
|
BuildRequires: kf5-krunner-devel
|
|
BuildRequires: kf5-ksysguard-devel
|
|
BuildRequires: kf5-baloo-devel
|
|
BuildRequires: kf5-kdeclarative-devel
|
|
BuildRequires: kf5-kpeople-devel
|
|
BuildRequires: kf5-kded-devel
|
|
|
|
BuildRequires: plasma-workspace-devel
|
|
BuildRequires: kwin-devel
|
|
|
|
# Optional
|
|
BuildRequires: kf5-kactivities-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: boost-devel
|
|
BuildRequires: pulseaudio-libs-devel
|
|
|
|
BuildRequires: chrpath
|
|
BuildRequires: desktop-file-utils
|
|
|
|
# for kcm_touchpad
|
|
BuildRequires: xorg-x11-drv-synaptics-devel
|
|
# for xserver-properties
|
|
BuildRequires: xorg-x11-server-devel
|
|
Requires: kf5-kded
|
|
|
|
# for kcm_keyboard
|
|
Requires: iso-codes
|
|
|
|
# Desktop
|
|
Requires: plasma-workspace
|
|
Requires: kf5-filesystem
|
|
|
|
# Install breeze
|
|
Requires: plasma-breeze
|
|
Requires: breeze-icon-theme
|
|
Requires: kde-style-breeze
|
|
|
|
# Install systemsettings, full set of KIO slaves and write() notifications
|
|
Requires: plasma-systemsettings
|
|
Requires: kio-extras
|
|
Requires: kwrited
|
|
|
|
# Install KWin
|
|
Requires: kwin
|
|
|
|
# kickoff -> edit applications
|
|
%if 0%{?fedora} > 20
|
|
Recommends: kmenuedit
|
|
%else
|
|
Requires: kmenuedit
|
|
%endif
|
|
|
|
# KCM touchpad has been merged to plasma-desktop in 5.3
|
|
Provides: kcm_touchpad = %{version}-%{release}
|
|
Obsoletes: kcm_touchpad < 5.3.0
|
|
|
|
# Virtual provides for plasma-workspace
|
|
Provides: plasmashell(desktop) = %{version}
|
|
|
|
Obsoletes: kde-workspace < 5.0.0-1
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package doc
|
|
Summary: Documentation and user manuals for %{name}
|
|
# per https://bugzilla.redhat.com/show_bug.cgi?id=1199720
|
|
# I abhor unversioned Obsoletes, so adding one here with Epoch:1 to be on the safe side -- rex
|
|
Obsoletes: kde-runtime-docs < 1:14.12.3-2
|
|
# when conflicting HTML docs were removed
|
|
Conflicts: kcm_colors < 1:4.11.16-10
|
|
%description doc
|
|
%{summary}.
|
|
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
|
|
%build
|
|
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
%find_lang plasmadesktop5 --with-qt --all-name
|
|
|
|
# No -devel
|
|
rm -fv %{buildroot}%{_libdir}/libkfontinst{,ui}.so
|
|
|
|
# KDM is dead
|
|
rm -rv %{buildroot}%{_datadir}/kdm
|
|
|
|
# Copy konqsidebartng to kde4/apps so that KDE Konqueror can find it
|
|
mkdir -p %{buildroot}%{_datadir}/kde4/apps/konqsidebartng/virtual_folders/services/
|
|
cp %{buildroot}%{_datadir}/konqsidebartng/virtual_folders/services/fonts.desktop \
|
|
%{buildroot}%{_datadir}/kde4/apps/konqsidebartng/virtual_folders/services
|
|
|
|
# create own `kf5-config --path data`/plasma/shells/org.kde.plasma.desktop/updates/
|
|
# per https://techbase.kde.org/KDE_System_Administration/PlasmaTwoDesktopScripting#Running_Scripts
|
|
mkdir -p %{buildroot}{_datadir}/plasma/shells/org.kde.plasma.desktop/updates/
|
|
|
|
|
|
%check
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.{kfontview,knetattach}.desktop
|
|
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
%posttrans
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if [ $1 -eq 0 ] ; then
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
fi
|
|
|
|
%files -f plasmadesktop5.lang
|
|
%{_bindir}/kapplymousetheme
|
|
%{_bindir}/kaccess
|
|
%{_bindir}/kfontinst
|
|
%{_bindir}/kfontview
|
|
%{_bindir}/krdb
|
|
%{_bindir}/knetattach
|
|
%{_bindir}/solid-action-desktop-gen
|
|
%{_kf5_libexecdir}/kauth/kcmdatetimehelper
|
|
%{_kf5_libexecdir}/kauth/fontinst
|
|
%{_kf5_libexecdir}/kauth/fontinst_helper
|
|
%{_kf5_libexecdir}/kauth/fontinst_x11
|
|
%{_libexecdir}/kfontprint
|
|
%{_qt5_prefix}/qml/org/kde/plasma/private
|
|
%{_kf5_libdir}/libkdeinit5_kaccess.so
|
|
%{_kf5_libdir}/kconf_update_bin/*
|
|
# TODO: -libs subpkg -- rex
|
|
%{_kf5_libdir}/libkfontinst.so.*
|
|
%{_kf5_libdir}/libkfontinstui.so.*
|
|
%{_kf5_libdir}/libKF5ActivitiesExperimentalStats.so.*
|
|
%{_kf5_qtplugindir}/*.so
|
|
%{_kf5_qtplugindir}/kcms/*.so
|
|
%{_kf5_qmldir}/org/kde/plasma/activityswitcher
|
|
%{_kf5_qmldir}/org/kde/private/desktopcontainment/*
|
|
%{_kf5_datadir}/plasma/*
|
|
%{_kf5_datadir}/kcminput
|
|
%{_kf5_datadir}/color-schemes
|
|
%{_kf5_datadir}/kconf_update/*
|
|
%{_kf5_datadir}/kdisplay
|
|
%{_kf5_datadir}/kcontrol
|
|
%{_kf5_datadir}/kcmkeys
|
|
%{_kf5_datadir}/kcm_componentchooser
|
|
%{_kf5_datadir}/kcm_phonon
|
|
%{_kf5_datadir}/kfontinst
|
|
%{_kf5_datadir}/kcmkeyboard
|
|
%{_kf5_datadir}/ksmserver
|
|
%{_kf5_datadir}/kpackage/kcms/*
|
|
%{_datadir}/konqsidebartng/virtual_folders/services/fonts.desktop
|
|
%{_datadir}/kde4/apps/konqsidebartng/virtual_folders/services/fonts.desktop
|
|
%{_kf5_datadir}/kcmsolidactions
|
|
%{_kf5_datadir}/solid/devices/*.desktop
|
|
%config %{_sysconfdir}/dbus-1/system.d/*.conf
|
|
%config %{_sysconfdir}/xdg/*.knsrc
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
%{_kf5_datadir}/kservices5/ServiceMenus/installfont.desktop
|
|
%{_kf5_datadir}/kservices5/fonts.protocol
|
|
%{_kf5_datadir}/kservices5/kded/*.desktop
|
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
|
%{_kf5_datadir}/kxmlgui5/kfontview
|
|
%{_kf5_datadir}/kxmlgui5/kfontinst
|
|
%{_kf5_datadir}/knotifications5/*.notifyrc
|
|
%{_datadir}/icons/hicolor/*/*/*
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/dbus-1/services/*.service
|
|
%{_datadir}/dbus-1/system-services/*.service
|
|
%{_datadir}/polkit-1/actions/org.kde.fontinst.policy
|
|
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
|
|
# kcm_touchpad
|
|
%{_bindir}/kcm-touchpad-list-devices
|
|
%{_kf5_qtplugindir}/plasma/dataengine/plasma_engine_touchpad.so
|
|
%{_datadir}/config.kcfg/touchpad.kcfg
|
|
%{_datadir}/config.kcfg/touchpaddaemon.kcfg
|
|
%{_datadir}/dbus-1/interfaces/org.kde.touchpad.xml
|
|
|
|
%files doc
|
|
%{_docdir}/HTML/*/kcontrol
|
|
%{_docdir}/HTML/*/kfontview
|
|
%{_docdir}/HTML/*/knetattach
|
|
%{_docdir}/HTML/*/plasma-desktop
|
|
|
|
|
|
%changelog
|
|
* Thu May 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-6
|
|
- default to folder containment (#1220862)
|
|
|
|
* Fri May 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5
|
|
- Recommends: kmenuedit
|
|
|
|
* Sun May 03 2015 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-4
|
|
- (re)fix fontinst service paths (#1208229)
|
|
|
|
* Wed Apr 29 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-3
|
|
- Provides plasmashell(desktop) (#1215691)
|
|
|
|
* Tue Apr 28 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-2
|
|
- Provides/Obsoletes kcm_touchpad (#1216897)
|
|
|
|
* Mon Apr 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
|
|
- Plasma 5.3.0
|
|
|
|
* Thu Apr 23 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.95-1
|
|
- Plasma 5.2.95
|
|
|
|
* Thu Apr 23 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.2.2-5
|
|
- fix fontinst service paths harder (#1208229)
|
|
- Konqueror "favorite" opens as a file manager (#1209169)
|
|
|
|
* Thu Apr 02 2015 Daniel Vrátil <dvratil@redhat.com> 5.2.2-4
|
|
- fix fontinst service paths (rhbz#1208229)
|
|
|
|
* Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-3
|
|
- own /usr/share/plasma/shells/org.kde.plasma.desktop/updates
|
|
|
|
* Fri Mar 20 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-2
|
|
- -doc: Conflicts: kcm_colors < 1:4.11.16-10 (drop conflicts in main pkg)
|
|
|
|
* Fri Mar 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.2-1
|
|
- Plasma 5.2.2
|
|
|
|
* Wed Mar 11 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-6
|
|
- adjust default kickoff favorites: +konsole +apper
|
|
|
|
* Mon Mar 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.2.1-5
|
|
- .spec cleanup
|
|
- pull in upstream fixes, particularly...
|
|
- Top level "tabs" disappears in Kickoff (kde#343524)
|
|
|
|
* Sat Mar 07 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.2.1-4
|
|
- -doc: Obsoletes: kde-runtime-docs (#1199720)
|
|
- %%find_lang: drop --with-kde, we want handbooks in -doc instead
|
|
|
|
* Fri Mar 06 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-3
|
|
- Does not obsolete kcm_colors anymore (KDE 4 version is co-installable now)
|
|
|
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-2
|
|
- Rebuild (GCC 5)
|
|
|
|
* Tue Feb 24 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.1-1
|
|
- Plasma 5.2.1
|
|
|
|
* Mon Feb 09 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-5
|
|
- Requires: iso-codes (for kcm_keyboard)
|
|
|
|
* Mon Feb 09 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-4
|
|
- Copy konqsidebartng to /usr/share/kde4/apps so that KDE4 Konqueror can find it
|
|
|
|
* Tue Jan 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-3
|
|
- Workaround broken DBus service file generated by CMake
|
|
|
|
* Tue Jan 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-2
|
|
- Requires: breeze, systemsettings, kwin (for full Plasma experience)
|
|
|
|
* Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
|
|
- Plasma 5.2.0
|
|
|
|
* Wed Jan 14 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-2.beta
|
|
- Obsoletes/Provides kcm_colors
|
|
|
|
* Wed Jan 14 2015 Daniel Vrátil <dvratil@redhat.com> - 5.1.95-1.beta
|
|
- Plasma 5.1.95 Beta
|
|
|
|
* Wed Jan 07 2015 Jan Grulich <jgrulich@redhat.com> - 5.1.2-3
|
|
- Omit "5" from pkg summary
|
|
Add icon cache scriptlets
|
|
Validate application .desktop files
|
|
Fixed license
|
|
|
|
* Wed Dec 17 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.2-2
|
|
- Plasma 5.1.2
|
|
|
|
* Fri Nov 07 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.1-1
|
|
- Plasma 5.1.1
|
|
|
|
* Tue Oct 14 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0.1-1
|
|
- Plasma 5.1.0.1
|
|
|
|
* Thu Oct 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0-1
|
|
- Plasma 5.1.0
|
|
|
|
* Tue Sep 16 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.2-1
|
|
- Plasma 5.0.2
|
|
|
|
* Sun Aug 10 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.1-1
|
|
- Plasma 5.0.1
|
|
|
|
* Thu Jul 17 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
|
|
- Plasma 5.0.0
|
|
|
|
* Thu May 15 2014 Daniel Vrátil <dvratil@redhat.com> - 4.96.0-1.20140515git532fc47
|
|
- Initial version of kde5-plasma-desktop
|