Name: ktimer Summary: The timer application for KDE Summary(ja): KDE用時刻アプリケーション Version: 4.14.3 Release: 2%{?_dist_release} License: GPLv2 Group: Applications/Accessories URL: https://www.kde.org/ Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: kdelibs-devel >= %{version} BuildRequires: soprano-devel # when split occurred Conflicts: kdeutils < 4.8.0 Vendor: Project Vine Distribution: Vine Linux %description KTimer allows you to enter several tasks and to set a timer for each of them. When the timer reaches zero, the task is executed. The timers for each task can be started, stopped, changed, or looped. %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %cmake \ -DCMAKE_BUILD_TYPE=release \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \ -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \ -DLIB_INSTALL_DIR:PATH=%{_libdir} \ -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \ -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ .. popd make %{?_smp_mflags} -C %{_target_platform} %install rm -rf %{buildroot} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %post touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||: %posttrans update-desktop-database -q &> /dev/null ||: gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||: %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||: gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||: update-desktop-database -q &> /dev/null ||: fi %files %doc COPYING %{_bindir}/%{name} %{_datadir}/applications/kde4/%{name}.desktop %{_datadir}/icons/hicolor/*/*/* %{_docdir}/HTML/en/%{name} %changelog * Fri Jul 08 2016 Yoji TOYODA 4.14.3-2 - rebuild with gcc-5.4.0 * Fri Jan 02 2015 Yoji TOYODA 4.14.3-1 - initila build