forked from pool/kinit
Accepting request 420879 from KDE:Frameworks5
Update to 5.25.0 OBS-URL: https://build.opensuse.org/request/show/420879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=32
This commit is contained in:
commit
32cfc98168
@ -2,7 +2,7 @@ diff --git a/src/start_kdeinit/CMakeLists.txt b/src/start_kdeinit/CMakeLists.txt
|
||||
index 46d6cb3..31434df 100644
|
||||
--- a/src/start_kdeinit/CMakeLists.txt
|
||||
+++ b/src/start_kdeinit/CMakeLists.txt
|
||||
@@ -2,6 +2,11 @@ add_executable(start_kdeinit start_kdeinit.c)
|
||||
@@ -3,6 +3,11 @@ add_executable(start_kdeinit start_kdeinit.c)
|
||||
if (Libcap_FOUND)
|
||||
target_link_libraries(start_kdeinit ${Libcap_LIBRARIES})
|
||||
endif()
|
||||
@ -12,5 +12,5 @@ index 46d6cb3..31434df 100644
|
||||
+set_property(TARGET start_kdeinit APPEND_STRING PROPERTY LINK_FLAGS " -pie")
|
||||
+
|
||||
add_executable(start_kdeinit_wrapper start_kdeinit_wrapper.c)
|
||||
ecm_mark_nongui_executable(start_kdeinit_wrapper)
|
||||
|
||||
install(TARGETS start_kdeinit DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR_KF5})
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7634f22b5250fc8d283d9d12cacee72d9427ef0b86b0c0e97339c3d2e233f4c4
|
||||
size 117944
|
3
kinit-5.25.0.tar.xz
Normal file
3
kinit-5.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dda2b28923d06521d4f501f76e3b20e44ef9ace59b9285635d7d173ef975bcfd
|
||||
size 119424
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 21:53:47 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.25.0
|
||||
* Qt >= 5.5 is now required
|
||||
* Adapt KInit to Mac OS X
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 15:04:27 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
12
kinit.spec
12
kinit.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.24
|
||||
%define _tar_path 5.25
|
||||
Name: kinit
|
||||
Version: 5.24.0
|
||||
Version: 5.25.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -34,10 +34,10 @@ BuildRequires: kservice-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-progs
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
%if %{with lang}
|
||||
|
Loading…
Reference in New Issue
Block a user