12
0

osc copypac from project:KDE:Frameworks5 package:plasma-desktop5 revision:28

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-desktop?expand=0&rev=1
This commit is contained in:
Hrvoje Senjan
2014-07-11 17:35:18 +00:00
committed by Git OBS Bridge
commit abbab1374f
5 changed files with 190 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

View File

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

19
plasma-desktop5.changes Normal file
View File

@@ -0,0 +1,19 @@
-------------------------------------------------------------------
Fri Jul 11 16:11:05 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.0
* Plasma 5.0 Final
-------------------------------------------------------------------
Thu Jul 3 17:35:40 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.98.0
* Plasma 5 RC release
- Drop 68ca607.patch, adjust_componentchooser.diff and
KFI_stat_namespace.patch, merged upstream
-------------------------------------------------------------------
Fri Jun 6 19:51:39 UTC 2014 - hrvoje.senjan@gmail.com
- Activate plasma-desktop5 package

144
plasma-desktop5.spec Normal file
View File

@@ -0,0 +1,144 @@
#
# spec file for package plasma-desktop5
#
# 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: plasma-desktop5
Version: 5.0.0
Release: 0
Summary: The KDE Plasma Workspace Components
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org/
Source0: plasma-desktop-%{version}.tar.xz
BuildRequires: attica-qt5-devel
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
BuildRequires: glib2-devel
BuildRequires: kactivities5-devel
BuildRequires: kcmutils-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdesu-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifyconfig-devel
BuildRequires: krunner-devel
BuildRequires: kwallet-framework-devel
BuildRequires: kwin5-devel
BuildRequires: libcanberra-devel
BuildRequires: libpulse-devel
BuildRequires: libusb-devel
BuildRequires: libxcb-devel
BuildRequires: phonon4qt5-devel
BuildRequires: plasma-framework-devel
BuildRequires: plasma-workspace5-devel
BuildRequires: pkgconfig(xkbfile)
#BuildRequires: pkgconfig(libusb)
BuildRequires: libksysguard5-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.3.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.3.0
BuildRequires: pkgconfig(Qt5Svg) >= 5.3.0
BuildRequires: pkgconfig(Qt5Test) >= 5.3.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.3.0
BuildRequires: pkgconfig(x11)
#BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xcb-icccm)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-keysyms)
Requires: libqt5-qtgraphicaleffects
Requires: oxygen-icon-theme
Conflicts: kdebase4-workspace
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the basic packages for a Plasma workspace.
%prep
%setup -q -n plasma-desktop-%{version}
%build
%cmake_kf5 -d build -- -DBUILD_po=OFF
%make_jobs
%install
%kf5_makeinstall -C build
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.fontinst.conf
%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
%config %{_kf5_configdir}/colorschemes.knsrc
%config %{_kf5_configdir}/emoticons.knsrc
%config %{_kf5_configdir}/icons.knsrc
%config %{_kf5_configdir}/kfontinst.knsrc
%config %{_kf5_configdir}/plasma-themes.knsrc
%config %{_kf5_configdir}/xcursor.knsrc
%{_kf5_bindir}/kaccess
%{_kf5_bindir}/kapplymousetheme
%{_kf5_bindir}/kfontinst
%{_kf5_bindir}/kfontview
%{_kf5_bindir}/krdb
%{_kf5_libdir}/kconf_update_bin/krdb_clearlibrarypath
%{_kf5_libdir}/libexec/
%{_kf5_libdir}/libkdeinit5_kaccess.so
%exclude %{_kf5_libdir}/libkfontinst.so
%{_kf5_libdir}/libkfontinst.so.*
%exclude %{_kf5_libdir}/libkfontinstui.so
%{_kf5_libdir}/libkfontinstui.so.*
%{_kf5_plugindir}/
%{_kf5_qmldir}/
%{_kf5_applicationsdir}/kfontview.desktop
%{_kf5_applicationsdir}/knetattach.desktop
%{_kf5_sharedir}/color-schemes/
%{_kf5_sharedir}/dbus-1/services/org.kde.fontinst.service
%{_kf5_sharedir}/dbus-1/system-services/org.kde.fontinst.service
%{_kf5_sharedir}/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
%{_kf5_sharedir}/polkit-1/actions/org.kde.fontinst.policy
%{_kf5_sharedir}/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}
%doc %{_kf5_htmldir}/en/*/
%{_kf5_sharedir}/icons/*/*/*/*.*
%{_kf5_configkcfgdir}/
%{_kf5_sharedir}/kdm/
%{_kf5_sharedir}/kcm_componentchooser/
%{_kf5_sharedir}/kcm_phonon/
%{_kf5_sharedir}/kcmkeyboard/
%{_kf5_sharedir}/kcmkeys/
%{_kf5_sharedir}/kconf_update/
%{_kf5_sharedir}/kcontrol/
%{_kf5_sharedir}/kdisplay/
%{_kf5_sharedir}/kfontinst/
%{_kf5_sharedir}/kfontview/
%{_kf5_notifydir}/
%{_kf5_sharedir}/konqsidebartng/
%{_kf5_servicesdir}/
%{_kf5_sharedir}/ksmserver/
%{_kf5_sharedir}/kthememanager/
%{_kf5_sharedir}/kcminput/
%{_kf5_plasmadir}/
%changelog