Accepting request 236309 from KDE:Frameworks5

- Add Source URL
- Added update_to_latest_head.patch, to sync with latest KF5 API
- Added kiconthemes-devel, ki18n-devel, kwindowsystem-devel and pkgconfig(Qt5DBus) BuildRequires, needed by above patch
- Bump Qt requires to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/236309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-cli-tools5?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2014-06-10 12:37:10 +00:00 committed by Git OBS Bridge
commit 8484d3a984
3 changed files with 1910 additions and 5 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 4 09:50:49 UTC 2014 - hrvoje.senjan@gmail.com
- Add Source URL
- Added update_to_latest_head.patch, to sync with latest KF5 API
- Added kiconthemes-devel, ki18n-devel, kwindowsystem-devel and
pkgconfig(Qt5DBus) BuildRequires, needed by above patch
- Bump Qt requires to 5.3.0
-------------------------------------------------------------------
Mon May 19 13:07:04 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -23,17 +23,23 @@ Summary: Additional CLI tools for KDE applications
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source0: kde-cli-tools-%{version}.tar.xz
Source: http://download.kde.org/unstable/plasma/%{version}/src/kde-cli-tools-%{version}.tar.xz
# PATCH-FIX-UPSTREAM update_to_latest_head.patch -- rev~b498096
Patch0: update_to_latest_head.patch
BuildRequires: kcmutils-devel
BuildRequires: kconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdesu-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kwindowsystem-devel
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
BuildRequires: pkgconfig(Qt5DBus) >= 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)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,6 +48,7 @@ Additional CLI tools for KDE applications and workspaces.
%prep
%setup -q -n kde-cli-tools-%{version}
%patch0 -p1
sed -i '/^add_subdirectory(doc)/d' CMakeLists.txt
sed -i '/^ecm_optional_add_subdirectory( po )/d' CMakeLists.txt

1889
update_to_latest_head.patch Normal file

File diff suppressed because it is too large Load Diff