forked from pool/kbookmarks
Accepting request 236298 from KDE:Frameworks5
4.100.0 OBS-URL: https://build.opensuse.org/request/show/236298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=5
This commit is contained in:
commit
ca3c810e4b
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libKF5Bookmarks5
|
||||||
|
kbookmarks-devel
|
||||||
|
requires "libKF5Bookmarks5-<targettype> = <version>"
|
3
kbookmarks-4.100.0.tar.xz
Normal file
3
kbookmarks-4.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4f748dd14bbed99726447ce2c623d5aa61bca0e8302206c826e10038b8b195d
|
||||||
|
size 1363480
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22ba1b4a9dd117edfcf3cb862dbc8c0087be8404417b80eff51df88e6b13fb4d
|
|
||||||
size 1370896
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 1 18:02:40 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
|
||||||
|
- Added libqt5-linguist-devel BuildRequires
|
||||||
|
- Add baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 4 01:40:57 UTC 2014 - hrvoje.senjan@gmail.com
|
Sun May 4 01:40:57 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
Name: kbookmarks
|
Name: kbookmarks
|
||||||
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: kconfigwidgets-devel >= %{_kf5_version}
|
BuildRequires: kconfigwidgets-devel >= %{_kf5_version}
|
||||||
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||||
@ -29,6 +29,7 @@ BuildRequires: kf5-filesystem
|
|||||||
BuildRequires: kiconthemes-devel >= %{_kf5_version}
|
BuildRequires: kiconthemes-devel >= %{_kf5_version}
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||||
BuildRequires: kxmlgui-devel >= %{_kf5_version}
|
BuildRequires: kxmlgui-devel >= %{_kf5_version}
|
||||||
|
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
||||||
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||||
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
Requires: pkgconfig(Qt5Xml) >= 5.2.0
|
Requires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||||
@ -36,7 +37,8 @@ Summary: Lets you access and manipulate bookmarks stored using XBEL forma
|
|||||||
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: kbookmarks-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user