forked from pool/kdelibs4support
Accepting request 236305 from KDE:Frameworks5
4.100.0 OBS-URL: https://build.opensuse.org/request/show/236305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=2
This commit is contained in:
commit
3b9e8243d1
5
baselibs.conf
Normal file
5
baselibs.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
libKF5KDELibs4Support5
|
||||||
|
kdelibs4support
|
||||||
|
kdelibs4support-devel
|
||||||
|
requires "kdelibs4support-<targettype> = <version>"
|
||||||
|
requires "libKF5KDELibs4Support5-<targettype> = <version>"
|
3
kdelibs4support-4.100.0.tar.xz
Normal file
3
kdelibs4support-4.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f7bd3c1f28947a5d79c90fe8a5df9344cc83a5d3db927a29d79680fb7da7f90
|
||||||
|
size 1949628
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62d853ca2c65b243b6e7f3dab133d10745d68eb1c2c3a9166426b47802eba00a
|
|
||||||
size 1900012
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 1 18:02:45 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.100.0
|
||||||
|
* API improvements and cleanups
|
||||||
|
* Buildsystem fixes
|
||||||
|
* For more details please see:
|
||||||
|
http://www.kde.org/announcements/announce-frameworks5-beta3.php
|
||||||
|
- Add baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 4 02:12:47 UTC 2014 - hrvoje.senjan@gmail.com
|
Sun May 4 02:12:47 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define lname libKF5KDELibs4Support5
|
%define lname libKF5KDELibs4Support5
|
||||||
Name: kdelibs4support
|
Name: kdelibs4support
|
||||||
Version: 4.99.0
|
Version: 4.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
BuildRequires: extra-cmake-modules >= 0.0.14
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kbookmarks-devel >= %{_kf5_version}
|
BuildRequires: kbookmarks-devel >= %{_kf5_version}
|
||||||
BuildRequires: kcompletion-devel >= %{_kf5_version}
|
BuildRequires: kcompletion-devel >= %{_kf5_version}
|
||||||
@ -56,16 +56,17 @@ BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(x11)
|
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
Provides: kde4support = %{version}
|
Provides: kde4support = %{version}
|
||||||
Obsoletes: kde4support < %{version}
|
Obsoletes: kde4support < %{version}
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: kdelibs4support-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -198,7 +199,9 @@ KDEDIRS environment variable correctly. Development files.
|
|||||||
%{_kf5_libexecdir}/filesharelist
|
%{_kf5_libexecdir}/filesharelist
|
||||||
%{_kf5_libexecdir}/fileshareset
|
%{_kf5_libexecdir}/fileshareset
|
||||||
%{_kf5_plugindir}/designer/kdedeprecated.so
|
%{_kf5_plugindir}/designer/kdedeprecated.so
|
||||||
%{_kf5_plugindir}/kio_metainfo.so
|
%dir %{_kf5_plugindir}/kf5
|
||||||
|
%dir %{_kf5_plugindir}/kf5/kio
|
||||||
|
%{_kf5_plugindir}/kf5/kio/metainfo.so
|
||||||
%{_kf5_plugindir}/kded_networkstatus.so
|
%{_kf5_plugindir}/kded_networkstatus.so
|
||||||
%{_kf5_servicesdir}/metainfo.protocol
|
%{_kf5_servicesdir}/metainfo.protocol
|
||||||
%{_kf5_servicesdir}/qimageioplugins/
|
%{_kf5_servicesdir}/qimageioplugins/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user