commit a24431b602bf8cc109ee372d28f3a1df3837a5bf01f47f97659b2a0ff346a334 Author: Hrvoje Senjan Date: Thu Jun 12 17:49:07 2014 +0000 osc copypac from project:KDE:Unstable:Frameworks package:kinfocenter5 revision:25 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/_service b/_service new file mode 100644 index 0000000..57ed286 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/kinfocenter.git + git + 4.95.0~%cd~%h + + + *.tar + xz + + + \ No newline at end of file diff --git a/_service:recompress:tar_scm:kinfocenter-4.95.0~20140610~ac50d13.tar.xz b/_service:recompress:tar_scm:kinfocenter-4.95.0~20140610~ac50d13.tar.xz new file mode 100644 index 0000000..cd2503e --- /dev/null +++ b/_service:recompress:tar_scm:kinfocenter-4.95.0~20140610~ac50d13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465d1f54a0ac99b9e115dea129d880aa5d6598ac223ae110c69b4f691bd8b97d +size 419328 diff --git a/_service:set_version:kinfocenter5.spec b/_service:set_version:kinfocenter5.spec new file mode 100644 index 0000000..16541a7 --- /dev/null +++ b/_service:set_version:kinfocenter5.spec @@ -0,0 +1,86 @@ +# +# spec file for package kinfocenter5 +# +# 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: kinfocenter5 +Version: 4.95.0~20140610~ac50d13 +Release: 0 +Summary: Utility that provides information about a computer system +License: GPL-2.0+ +Group: System/GUI/KDE +Url: http://www.kde.org/ +Source: kinfocenter-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kcmutils-devel +BuildRequires: kcompletion-devel +BuildRequires: kconfig-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kdoctools-devel +BuildRequires: kf5-filesystem +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: kwindowsystem-devel +BuildRequires: kxmlgui-devel +BuildRequires: libraw1394-devel +BuildRequires: pciutils-devel +BuildRequires: plasma-framework-devel +BuildRequires: solid-devel +BuildRequires: update-desktop-files +BuildRequires: xz +BuildRequires: pkgconfig(Qt5Core) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0 +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glu) +BuildRequires: pkgconfig(wayland-client) +Conflicts: kdebase4-workspace +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +KDE Utility that provides information about a computer system. + +%prep +%setup -q -n kinfocenter-%{version} + +%build + %cmake_kf5 -d build + %make_jobs + +%install + %kf5_makeinstall -C build + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_kf5_bindir}/kinfocenter +%{_kf5_plugindir}/ +%{_kf5_applicationsdir}/kinfocenter.desktop +%dir %{_kf5_htmldir}/en +%dir %{_kf5_htmldir} +%doc %{_kf5_htmldir}/en/kinfocenter/ +%{_kf5_sharedir}/kcmusb/ +%{_kf5_sharedir}/kcmview1394/ +%{_kf5_servicesdir}/ +%{_kf5_servicetypesdir}/ +%{_kf5_sharedir}/kinfocenter/ +%{_kf5_configdir}/menus/kde-information.menu +%exclude %{_kf5_sharedir}/desktop-directories/ + +%changelog diff --git a/kinfocenter5.spec b/kinfocenter5.spec new file mode 100644 index 0000000..ad006b0 --- /dev/null +++ b/kinfocenter5.spec @@ -0,0 +1,86 @@ +# +# spec file for package kinfocenter5 +# +# 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: kinfocenter5 +Version: 4.95.0~git +Release: 0 +Summary: Utility that provides information about a computer system +License: GPL-2.0+ +Group: System/GUI/KDE +Url: http://www.kde.org/ +Source: kinfocenter-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kcmutils-devel +BuildRequires: kcompletion-devel +BuildRequires: kconfig-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kdoctools-devel +BuildRequires: kf5-filesystem +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: kwindowsystem-devel +BuildRequires: kxmlgui-devel +BuildRequires: libraw1394-devel +BuildRequires: pciutils-devel +BuildRequires: plasma-framework-devel +BuildRequires: solid-devel +BuildRequires: update-desktop-files +BuildRequires: xz +BuildRequires: pkgconfig(Qt5Core) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0 +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glu) +BuildRequires: pkgconfig(wayland-client) +Conflicts: kdebase4-workspace +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +KDE Utility that provides information about a computer system. + +%prep +%setup -q -n kinfocenter-%{version} + +%build + %cmake_kf5 -d build + %make_jobs + +%install + %kf5_makeinstall -C build + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_kf5_bindir}/kinfocenter +%{_kf5_plugindir}/ +%{_kf5_applicationsdir}/kinfocenter.desktop +%dir %{_kf5_htmldir}/en +%dir %{_kf5_htmldir} +%doc %{_kf5_htmldir}/en/kinfocenter/ +%{_kf5_sharedir}/kcmusb/ +%{_kf5_sharedir}/kcmview1394/ +%{_kf5_servicesdir}/ +%{_kf5_servicetypesdir}/ +%{_kf5_sharedir}/kinfocenter/ +%{_kf5_configdir}/menus/kde-information.menu +%exclude %{_kf5_sharedir}/desktop-directories/ + +%changelog