rename from kactivities5 to kactivities [release 5.75.0-2mamba;Fri Oct 16 2020]
This commit is contained in:
parent
7b57637b41
commit
0272ef9782
10
README.md
10
README.md
@ -1,11 +1,5 @@
|
||||
# kactivities
|
||||
|
||||
KDE Activity Manager:
|
||||
- Activity Manager
|
||||
System service to manage user's activities, track the usage patterns etc.
|
||||
- KActivities library
|
||||
API for using and interacting with the Activity Manager as a consumer,
|
||||
application adding information to them or as an activity manager.
|
||||
- Workspace
|
||||
Plugins for KDE workspace to easier integrate activities (KIO, etc.)
|
||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||
*Activities* deal with the last one.
|
||||
|
||||
|
251
kactivities.spec
251
kactivities.spec
@ -1,40 +1,40 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kactivities
|
||||
Version: 4.13.3
|
||||
Release: 3mamba
|
||||
Summary: KDE Activity Manager
|
||||
Group: Graphical Desktop/Libraries/KDE
|
||||
Version: 5.75.0
|
||||
Release: 2mamba
|
||||
Summary: User activities manager
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: https://projects.kde.org/projects/kde/kdelibs/kactivities
|
||||
Source: http://download.kde.org/stable/%{version}/src/kactivities-%{version}.tar.xz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{majver}/kactivities-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libQtDeclarative
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: kactivities5
|
||||
Obsoletes: kactivities5
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Activity Manager:
|
||||
- Activity Manager
|
||||
System service to manage user's activities, track the usage patterns etc.
|
||||
- KActivities library
|
||||
API for using and interacting with the Activity Manager as a consumer,
|
||||
application adding information to them or as an activity manager.
|
||||
- Workspace
|
||||
Plugins for KDE workspace to easier integrate activities (KIO, etc.)
|
||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||
*Activities* deal with the last one.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: User activities manager
|
||||
Summary: User activities manager library
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libkactivities5
|
||||
Obsoletes: libkactivities5
|
||||
|
||||
%description -n lib%{name}
|
||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||
@ -45,8 +45,8 @@ Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
Provides: kactivities-devel
|
||||
Obsoletes: kactivities-devel
|
||||
Provides: libkactivities5-devel
|
||||
Obsoletes: libkactivities5-devel
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -57,137 +57,226 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
#% find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/kactivitymanagerd
|
||||
%{_kde4_servicesdir}/activitymanager-plugin-*.desktop
|
||||
%{_kde4_servicesdir}/kactivitymanagerd.desktop
|
||||
%{_kde4_servicesdir}/kcm_activities.desktop
|
||||
%{_kde4_servicetypesdir}/activitymanager-plugin.desktop
|
||||
%{_kde4_sharedir}/ontology/kde/kao.ontology
|
||||
%{_kde4_sharedir}/ontology/kde/kao.trig
|
||||
%{_kde4_datadir}/activitymanager/workspace/settings/BlacklistApplicationView.qml
|
||||
%{_bindir}/kactivities-cli
|
||||
%{_datadir}/qlogging-categories5/kactivities.*categories
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_libdir}/libkactivities.so.*
|
||||
%{_kde4_libdir}/kde4/activitymanager_plugin_*.so
|
||||
%{_kde4_libdir}/kde4/kcm_activities.so
|
||||
%{_kde5_libdir}/libKF5Activities.so.*
|
||||
%dir %{_libdir}/qt5/qml/org/kde/activities
|
||||
%{_libdir}/qt5/qml/org/kde/activities/*
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde4_includedir}/KDE/KActivities
|
||||
%{_kde4_includedir}/KDE/KActivities/*
|
||||
%dir %{_kde4_includedir}/kactivities
|
||||
%{_kde4_includedir}/kactivities/*
|
||||
%{_kde4_libdir}/libkactivities.so
|
||||
%dir %{_kde4_libdir}/cmake/KActivities
|
||||
%{_kde4_libdir}/cmake/KActivities/*
|
||||
%{_kde4_libdir}/pkgconfig/libkactivities.pc
|
||||
%dir %{_kde5_includedir}/KActivities
|
||||
%dir %{_kde5_includedir}/KActivities/KActivities
|
||||
%{_kde5_includedir}/KActivities/KActivities/*
|
||||
%dir %{_kde5_includedir}/KActivities/kactivities
|
||||
%{_kde5_includedir}/KActivities/kactivities/*
|
||||
%{_kde5_includedir}/kactivities_version.h
|
||||
%dir %{_libdir}/cmake/KF5Activities
|
||||
%{_libdir}/cmake/KF5Activities/KF5Activities*.cmake
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_KActivities.pri
|
||||
%{_libdir}/libKF5Activities.so
|
||||
%{_libdir}/pkgconfig/libKActivities.pc
|
||||
#%doc README README.developers README.md README.packagers TODO
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.3-3mamba
|
||||
- rebuilt without libnepomuk-core
|
||||
* Fri Oct 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.75.0-2mamba
|
||||
- rename from kactivities5 to kactivities
|
||||
|
||||
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.3-2mamba
|
||||
- add libkactivities and -devel
|
||||
|
||||
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
||||
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 5.75.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 13 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
||||
* Tue Sep 15 2020 Automatic Build System <autodist@mambasoft.it> 5.74.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
||||
* Wed Aug 12 2020 Automatic Build System <autodist@mambasoft.it> 5.73.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
||||
* Tue Jul 14 2020 Automatic Build System <autodist@mambasoft.it> 5.72.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 01 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
||||
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 5.71.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
||||
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 5.70.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
||||
* Mon Apr 13 2020 Automatic Build System <autodist@mambasoft.it> 5.69.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 16 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
||||
* Tue Mar 17 2020 Automatic Build System <autodist@mambasoft.it> 5.68.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 21 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
||||
* Tue Feb 11 2020 Automatic Build System <autodist@mambasoft.it> 5.67.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
||||
* Tue Jan 14 2020 Automatic Build System <autodist@mambasoft.it> 5.66.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
||||
* Mon Dec 23 2019 Automatic Build System <autodist@mambasoft.it> 5.65.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
||||
* Wed Nov 13 2019 Automatic Build System <autodist@mambasoft.it> 5.64.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||||
* Sat Oct 19 2019 Automatic Build System <autodist@mambasoft.it> 5.63.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 15 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
||||
* Mon Sep 16 2019 Automatic Build System <autodist@mambasoft.it> 5.62.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 02 2013 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
||||
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 5.61.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
||||
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
||||
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 5.59.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
||||
* Thu May 16 2019 Automatic Build System <autodist@mambasoft.it> 5.58.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 5.57.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||
* Tue Mar 12 2019 Automatic Build System <autodist@mambasoft.it> 5.56.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
||||
* Sat Feb 16 2019 Automatic Build System <autodist@mambasoft.it> 5.55.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
||||
* Fri Jan 18 2019 Automatic Build System <autodist@mambasoft.it> 5.54.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 07 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
||||
* Sat Dec 15 2018 Automatic Build System <autodist@mambasoft.it> 5.53.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 04 2012 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
||||
* Tue Nov 20 2018 Automatic Build System <autodist@mambasoft.it> 5.52.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
||||
* Sun Oct 21 2018 Automatic Build System <autodist@mambasoft.it> 5.51.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
||||
* Mon Sep 10 2018 Automatic Build System <autodist@mambasoft.it> 5.50.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 12 2012 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
|
||||
* Tue Aug 21 2018 Automatic Build System <autodist@mambasoft.it> 5.49.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 29 2012 Davide Madrisan <davide.madrisan@gmail.com> 4.8.3-2mamba
|
||||
- obsolete libkactivities and libkactivities-devel
|
||||
* Mon Jul 16 2018 Automatic Build System <autodist@mambasoft.it> 5.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 27 2012 Davide Madrisan <davide.madrisan@gmail.com> 4.8.3-1mamba
|
||||
- package created by autospec
|
||||
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 5.47.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 16 2018 Automatic Build System <autodist@mambasoft.it> 5.46.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 17 2018 Automatic Build System <autodist@mambasoft.it> 5.45.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 16 2018 Automatic Build System <autodist@mambasoft.it> 5.44.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 28 2018 Automatic Build System <autodist@mambasoft.it> 5.43.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 18 2018 Automatic Build System <autodist@mambasoft.it> 5.42.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 23 2017 Automatic Build System <autodist@mambasoft.it> 5.41.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 14 2017 Automatic Build System <autodist@mambasoft.it> 5.40.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 21 2017 Automatic Build System <autodist@mambasoft.it> 5.39.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 12 2017 Automatic Build System <autodist@mambasoft.it> 5.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 20 2017 Automatic Build System <autodist@mambasoft.it> 5.37.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 04 2017 Automatic Build System <autodist@mambasoft.it> 5.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 21 2017 Automatic Build System <autodist@mambasoft.it> 5.35.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 11 2017 Automatic Build System <autodist@mambasoft.it> 5.32.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 5.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 5.29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 15 2016 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 10 2016 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 24 2016 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.21.0-1mamba
|
||||
- update to 5.21.0
|
||||
|
||||
* Sun Feb 28 2016 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.0-2mamba
|
||||
- move libkactivitymanagerd_plugin.so from devel to lib package
|
||||
|
||||
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 01 2016 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.12.0-2mamba
|
||||
- libkactivities5: don't require kactivities5 or it breaks kde4 if installed
|
||||
- kactivities5: conflict with kactivities
|
||||
|
||||
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.12.0-1mamba
|
||||
- update to 5.12.0
|
||||
|
||||
* Thu Apr 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-1mamba
|
||||
- update to 5.9.0
|
||||
|
||||
* Tue Feb 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user