1
0
forked from pool/libksysguard5

osc copypac from project:KDE:Unstable:Frameworks package:libksysguard5 revision:19

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=1
This commit is contained in:
Hrvoje Senjan 2014-05-10 22:18:52 +00:00 committed by Git OBS Bridge
commit 29e8c24ddb
6 changed files with 271 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

12
_service Normal file
View File

@ -0,0 +1,12 @@
<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>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16c7af4725b43515b4e70521c57c82e19391e4f0a284feecf2f0b372a4694e46
size 133048

View File

@ -0,0 +1,116 @@
#
# 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

116
libksysguard5.spec Normal file
View File

@ -0,0 +1,116 @@
#
# 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~git
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