forked from pool/libksysguard5
This commit is contained in:
parent
29e8c24ddb
commit
b124a38dd0
12
_service
12
_service
@ -1,12 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">git://anongit.kde.org/libksysguard.git</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="versionformat">4.95.0~%cd~%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:16c7af4725b43515b4e70521c57c82e19391e4f0a284feecf2f0b372a4694e46
|
|
||||||
size 133048
|
|
@ -1,116 +0,0 @@
|
|||||||
#
|
|
||||||
# spec file for package libksysguard5
|
|
||||||
#
|
|
||||||
# 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/
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
Name: libksysguard5
|
|
||||||
Version: 4.95.0~20140509~87ae01f
|
|
||||||
Release: 0
|
|
||||||
Summary: Provides the interface and basic tools for the KDE workspace
|
|
||||||
License: LGPL-2.0+
|
|
||||||
Group: System/GUI/KDE
|
|
||||||
Url: git://anongit.kde.org/kde-workspace.git
|
|
||||||
Source0: libksysguard-%{version}.tar.xz
|
|
||||||
BuildRequires: extra-cmake-modules
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: kconfig-devel
|
|
||||||
BuildRequires: kdelibs4support-devel
|
|
||||||
BuildRequires: kf5-filesystem
|
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: plasma-framework-devel
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Sensors) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5WebKit) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
|
||||||
BuildRequires: pkgconfig(x11)
|
|
||||||
BuildRequires: pkgconfig(zlib)
|
|
||||||
#BuildRequires: update-desktop-files
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
|
||||||
Provides the interface and basic tools for the KDE workspace.
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: KDE Base Libraries
|
|
||||||
Group: System/GUI/KDE
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
Provides the interface and basic tools for the KDE workspace.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n libksysguard-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
mkdir -p build
|
|
||||||
pushd build
|
|
||||||
cmake \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
|
|
||||||
-DCMAKE_PREFIX_PATH=/opt/kf5 \
|
|
||||||
-DKDE_SKIP_RPATH_SETTINGS=ON \
|
|
||||||
-DKCFG_INSTALL_DIR=share/config.kcfg \
|
|
||||||
-DLIB_INSTALL_DIR=%{_lib} \
|
|
||||||
-DQT_PLUGIN_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/plugins \
|
|
||||||
-DQML_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/qml \
|
|
||||||
-DIMPORTS_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/imports \
|
|
||||||
-DCMAKE_C_FLAGS="%{optflags}" \
|
|
||||||
-DCMAKE_CXX_FLAGS="%{optflags}" \
|
|
||||||
-DSYSCONF_INSTALL_DIR=etc ..
|
|
||||||
%make_jobs
|
|
||||||
|
|
||||||
%install
|
|
||||||
%kf5_makeinstall -C build
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir /opt/kf5
|
|
||||||
%dir /opt/kf5/%{_lib}
|
|
||||||
%dir /opt/kf5/share
|
|
||||||
/opt/kf5/%{_lib}/libksgrd.so.*
|
|
||||||
/opt/kf5/%{_lib}/liblsofui.so.*
|
|
||||||
/opt/kf5/%{_lib}/libksignalplotter.so.*
|
|
||||||
/opt/kf5/%{_lib}/libprocesscore.so.*
|
|
||||||
/opt/kf5/%{_lib}/libprocessui.so.*
|
|
||||||
/opt/kf5/share/ksysguard/
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir /opt/kf5/%{_lib}/cmake
|
|
||||||
/opt/kf5/include/
|
|
||||||
/opt/kf5/%{_lib}/cmake/KF5SysGuard/
|
|
||||||
/opt/kf5/%{_lib}/libksgrd.so
|
|
||||||
/opt/kf5/%{_lib}/libksignalplotter.so
|
|
||||||
/opt/kf5/%{_lib}/liblsofui.so
|
|
||||||
/opt/kf5/%{_lib}/libprocesscore.so
|
|
||||||
/opt/kf5/%{_lib}/libprocessui.so
|
|
||||||
|
|
||||||
%changelog
|
|
3
libksysguard-4.96.0.tar.xz
Normal file
3
libksysguard-4.96.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ebb6242238fb0509845c84ebb4df84dcafe1dec2a168f70f233a756cbd55b11b
|
||||||
|
size 489380
|
5
libksysguard5.changes
Normal file
5
libksysguard5.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 10 22:19:31 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Activate libksysguard5 package
|
||||||
|
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libksysguard5
|
Name: libksysguard5
|
||||||
Version: 4.95.0~git
|
Version: 4.96.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Provides the interface and basic tools for the KDE workspace
|
Summary: Task management and system monitoring library
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: git://anongit.kde.org/kde-workspace.git
|
Url: http://www.kde.org
|
||||||
Source0: libksysguard-%{version}.tar.xz
|
Source0: libksysguard-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -52,35 +52,25 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides the interface and basic tools for the KDE workspace.
|
Task management and system monitoring library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: KDE Base Libraries
|
Summary: Task management and system monitoring library -- devel files
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||||
|
Conflicts: kdebase4-workspace-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Provides the interface and basic tools for the KDE workspace.
|
Task management and system monitoring library. This package contains development
|
||||||
|
files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libksysguard-%{version}
|
%setup -q -n libksysguard-%{version}
|
||||||
|
sed -i '/^ecm_optional_add_subdirectory( po )/d' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p build
|
%cmake_kf5 -d build
|
||||||
pushd build
|
|
||||||
cmake \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
|
|
||||||
-DCMAKE_PREFIX_PATH=/opt/kf5 \
|
|
||||||
-DKDE_SKIP_RPATH_SETTINGS=ON \
|
|
||||||
-DKCFG_INSTALL_DIR=share/config.kcfg \
|
|
||||||
-DLIB_INSTALL_DIR=%{_lib} \
|
|
||||||
-DQT_PLUGIN_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/plugins \
|
|
||||||
-DQML_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/qml \
|
|
||||||
-DIMPORTS_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/imports \
|
|
||||||
-DCMAKE_C_FLAGS="%{optflags}" \
|
|
||||||
-DCMAKE_CXX_FLAGS="%{optflags}" \
|
|
||||||
-DSYSCONF_INSTALL_DIR=etc ..
|
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -92,25 +82,23 @@ cmake \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /opt/kf5
|
%doc COPYING*
|
||||||
%dir /opt/kf5/%{_lib}
|
%{_kf5_libdir}/libksgrd.so.*
|
||||||
%dir /opt/kf5/share
|
%{_kf5_libdir}/liblsofui.so.*
|
||||||
/opt/kf5/%{_lib}/libksgrd.so.*
|
%{_kf5_libdir}/libksignalplotter.so.*
|
||||||
/opt/kf5/%{_lib}/liblsofui.so.*
|
%{_kf5_libdir}/libprocesscore.so.*
|
||||||
/opt/kf5/%{_lib}/libksignalplotter.so.*
|
%{_kf5_libdir}/libprocessui.so.*
|
||||||
/opt/kf5/%{_lib}/libprocesscore.so.*
|
%{_kf5_sharedir}/ksysguard/
|
||||||
/opt/kf5/%{_lib}/libprocessui.so.*
|
|
||||||
/opt/kf5/share/ksysguard/
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /opt/kf5/%{_lib}/cmake
|
%doc COPYING*
|
||||||
/opt/kf5/include/
|
%{_includedir}/
|
||||||
/opt/kf5/%{_lib}/cmake/KF5SysGuard/
|
%{_kf5_libdir}/cmake/KF5SysGuard/
|
||||||
/opt/kf5/%{_lib}/libksgrd.so
|
%{_kf5_libdir}/libksgrd.so
|
||||||
/opt/kf5/%{_lib}/libksignalplotter.so
|
%{_kf5_libdir}/liblsofui.so
|
||||||
/opt/kf5/%{_lib}/liblsofui.so
|
%{_kf5_libdir}/libksignalplotter.so
|
||||||
/opt/kf5/%{_lib}/libprocesscore.so
|
%{_kf5_libdir}/libprocesscore.so
|
||||||
/opt/kf5/%{_lib}/libprocessui.so
|
%{_kf5_libdir}/libprocessui.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user