forked from pool/kdeclarative
Accepting request 290582 from KDE:Frameworks5
Update to 5.8.0. OBS-URL: https://build.opensuse.org/request/show/290582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=14
This commit is contained in:
commit
885495699f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:afe4295bcb8e85b0ffee754b0db29056a7c422bf62934233991a812292bba18e
|
|
||||||
size 107724
|
|
3
kdeclarative-5.8.0.tar.xz
Normal file
3
kdeclarative-5.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:563848af5392a23f94e8ce185ac1878749d64cc4c0327f646b34ebd10887dea3
|
||||||
|
size 150888
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 7 16:58:53 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.8.0
|
||||||
|
* Prefer exposing lists to QML with QJsonArray
|
||||||
|
* Handle non default devicePixelRatios in images
|
||||||
|
* Expose hasUrls in DeclarativeMimeData
|
||||||
|
* Allow users to configure how many horizontal lines are drawn
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
|
||||||
|
- Added kpackage-devel BuildRequires
|
||||||
|
- Added pkgconfig(Qt5Qml), kconfig-devel and kpackage-devel to
|
||||||
|
devel package requires
|
||||||
|
- Drop kio-devel from devel package requires
|
||||||
|
- New tools subpackage, containing kpackagelauncherqml tool
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 8 18:15:27 UTC 2015 - hrvoje.senjan@gmail.com
|
Sun Feb 8 18:15:27 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.7
|
%define _tar_path 5.8
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: %{_tar_path}.0
|
Version: %{_tar_path}.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||||
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
||||||
@ -33,6 +33,7 @@ BuildRequires: kguiaddons-devel >= %{kf5_version}
|
|||||||
BuildRequires: ki18n-devel >= %{kf5_version}
|
BuildRequires: ki18n-devel >= %{kf5_version}
|
||||||
BuildRequires: kiconthemes-devel >= %{kf5_version}
|
BuildRequires: kiconthemes-devel >= %{kf5_version}
|
||||||
BuildRequires: kio-devel >= %{kf5_version}
|
BuildRequires: kio-devel >= %{kf5_version}
|
||||||
|
BuildRequires: kpackage-devel >= %{kf5_version}
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
|
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
|
||||||
BuildRequires: kwindowsystem-devel >= %{kf5_version}
|
BuildRequires: kwindowsystem-devel >= %{kf5_version}
|
||||||
BuildRequires: libepoxy-devel
|
BuildRequires: libepoxy-devel
|
||||||
@ -74,14 +75,23 @@ Group: System/GUI/KDE
|
|||||||
%description components
|
%description components
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: KDeclarative tools
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Integration of QML and KDE workspaces: Build Environment
|
Summary: Integration of QML and KDE workspaces: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: %{name}-components = %{version}
|
Requires: %{name}-components = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: kio-devel >= %{kf5_version}
|
Requires: kconfig-devel >= %{kf5_version}
|
||||||
|
Requires: kpackage-devel >= %{kf5_version}
|
||||||
Requires: libKF5QuickAddons5 = %{version}
|
Requires: libKF5QuickAddons5 = %{version}
|
||||||
|
Requires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
@ -126,6 +136,11 @@ Development files.
|
|||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_libdir}/qt5/qml/
|
%{_kf5_libdir}/qt5/qml/
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING* README*
|
||||||
|
%{_kf5_bindir}/kpackagelauncherqml
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_libdir}/libKF5Declarative.so
|
%{_kf5_libdir}/libKF5Declarative.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user