This commit is contained in:
committed by
Git OBS Bridge
parent
c6f6f47a6b
commit
9c8235e60e
13
_service
13
_service
@@ -1,13 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://anongit.kde.org/kactivities.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">frameworks</param>
|
||||
<param name="versionformat">4.96.0~%h</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version"/>
|
||||
</services>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cac51f7312e7d33575b87c071ea1c51150ef9a0404aed86a2983b15748e28dac
|
||||
size 96252
|
@@ -1,117 +0,0 @@
|
||||
#
|
||||
# spec file for package kf5-kactivities
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define lname libKF5Activities4
|
||||
Name: kactivities5
|
||||
Version: 4.96.0~a00b81a
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: LGPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: git://anongit.kde.org/kde-runtime.git
|
||||
Source0: kactivities-%{version}.tar.xz
|
||||
Patch0: kamd-rename.patch
|
||||
BuildRequires: boost-devel >= 1.49.0
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kf5umbrella
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kservice-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
Obsoletes: kf5-kactivities
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Library for KDE's Plasma Activities support
|
||||
Group: System/GUI/KDE
|
||||
|
||||
%description -n %lname
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
||||
%package devel
|
||||
Summary: KDE Base Libraries
|
||||
Group: System/GUI/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: cmake
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kdbusaddons-devel
|
||||
Requires: kf5umbrella
|
||||
Obsoletes: kf5-kactivities-devel
|
||||
|
||||
%description devel
|
||||
Provides the interface and basic tools for the KDE workspace.
|
||||
|
||||
%prep
|
||||
%setup -q -n kactivities-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} == 1310
|
||||
%cmake_kf5 -d build -- -DKACTIVITIES_ENABLE_EXCEPTIONS=ON
|
||||
%else
|
||||
%cmake_kf5 -d build
|
||||
%endif
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_bindir}/kactivitymanagerd5
|
||||
%{_kf5_qmldir}/org/
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
%{_kf5_datadir}/ontology/
|
||||
|
||||
%files -n libKF5Activities4
|
||||
%defattr(-,root,root,-)
|
||||
%{_kf5_libdir}/libKF5Activities.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_libdir}/libKF5Activities.so
|
||||
%{_kf5_libdir}/cmake/KF5Activities/
|
||||
%dir %{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*.h
|
||||
%{_kf5_libdir}/pkgconfig/libKActivities.pc
|
||||
|
||||
%changelog
|
3
kactivities-4.96.0.tar.xz
Normal file
3
kactivities-4.96.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d8fffe97901ad96b055dd42f7b4f0eb2f3c9c64ed7553891344dbe73d6be26
|
||||
size 91664
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libKF5Activities4
|
||||
Name: kactivities5
|
||||
Version: 4.95.0~git
|
||||
Version: 4.96.0
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: LGPL-2.0+
|
||||
@@ -27,17 +27,17 @@ Url: git://anongit.kde.org/kde-runtime.git
|
||||
Source0: kactivities-%{version}.tar.xz
|
||||
Patch0: kamd-rename.patch
|
||||
BuildRequires: boost-devel >= 1.49.0
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.10
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||
BuildRequires: kdbusaddons-devel >= %{_kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kf5umbrella
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kservice-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: kf5umbrella >= %{_kf5_version}
|
||||
BuildRequires: ki18n-devel >= %{_kf5_version}
|
||||
BuildRequires: kservice-devel >= %{_kf5_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_version}
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
@@ -65,8 +65,8 @@ Group: System/GUI/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: cmake
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kdbusaddons-devel
|
||||
Requires: kf5umbrella
|
||||
Requires: kdbusaddons-devel >= %{_kf5_version}
|
||||
Requires: kf5umbrella >= %{_kf5_version}
|
||||
Obsoletes: kf5-kactivities-devel
|
||||
|
||||
%description devel
|
||||
@@ -99,7 +99,7 @@ Provides the interface and basic tools for the KDE workspace.
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
%{_kf5_datadir}/ontology/
|
||||
%exclude %{_kf5_datadir}/ontology/
|
||||
|
||||
%files -n libKF5Activities4
|
||||
%defattr(-,root,root,-)
|
||||
|
Reference in New Issue
Block a user