diff --git a/ktimer-14.12.3.tar.xz b/ktimer-14.12.3.tar.xz deleted file mode 100644 index 1f99143..0000000 --- a/ktimer-14.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf2c76a795b538f4a253fd70bd0d07c5de9d57ece57be76a8a6940e64ea0fa5 -size 146868 diff --git a/ktimer-15.04.0.tar.xz b/ktimer-15.04.0.tar.xz new file mode 100644 index 0000000..04d7204 --- /dev/null +++ b/ktimer-15.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7963cb946d7f94882aa07577e52725f7d764b3fae3745fe012f8474aba779204 +size 147120 diff --git a/ktimer.changes b/ktimer.changes index 3a47c21..f63938f 100644 --- a/ktimer.changes +++ b/ktimer.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Apr 11 13:22:44 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.04.0 + * KDE Applications 15.04.0 + * https://www.kde.org/announcements/announce-applications-15.04.0.php + + +------------------------------------------------------------------- +Sat Mar 21 18:19:27 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.03.95 + * KDE Applications 15.04 RC + + +------------------------------------------------------------------- +Sun Mar 8 12:49:44 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.03.80 + * KDE Applications 15.04 Beta + + ------------------------------------------------------------------- Tue Mar 3 10:43:49 UTC 2015 - tittiatcoke@gmail.com diff --git a/ktimer.spec b/ktimer.spec index a8bc299..80090d4 100644 --- a/ktimer.spec +++ b/ktimer.spec @@ -17,17 +17,28 @@ Name: ktimer -Version: 14.12.3 +Version: 15.04.0 Release: 0 Summary: Countdown Launcher License: GPL-2.0+ Group: Productivity/Other Url: http://www.kde.org Source0: ktimer-%{version}.tar.xz -BuildRequires: libkde4-devel -BuildRequires: xz +BuildRequires: extra-cmake-modules +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: kdoctools-devel +BuildRequires: ki18n-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kdbusaddons-devel +BuildRequires: kxmlgui-devel +BuildRequires: kio-devel +BuildRequires: kiconthemes-devel +BuildRequires: knotifications-devel +BuildRequires: update-desktop-files +Obsoletes: %{name}5 < %{version} +Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description Countdown launching tool for KDE @@ -36,14 +47,12 @@ Countdown launching tool for KDE %setup -q -n ktimer-%{version} %build -%cmake_kde4 -d build +%cmake_kf5 -d build %make_jobs %install -cd build -%kde4_makeinstall -%suse_update_desktop_file ktimer Utility TimeUtility -%kde_post_install +%kf5_makeinstall -C build +%suse_update_desktop_file org.kde.ktimer Utility TimeUtility %post -p /sbin/ldconfig @@ -52,9 +61,10 @@ cd build %files %defattr(-,root,root) %doc COPYING -%_kde4_bindir/ktimer -%_kde4_htmldir/en/ktimer/ -%_kde4_applicationsdir/ktimer.desktop -%_kde4_iconsdir/hicolor/*/*/*.png +%_kf5_bindir/ktimer +%_kf5_htmldir/en/ktimer/ +%_kf5_applicationsdir/org.kde.ktimer.desktop +%_kf5_iconsdir/hicolor/*/*/*.png +%_kf5_htmldir/en/ktimer/ %changelog