forked from pool/ktimer
Accepting request 302453 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/302453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktimer?expand=0&rev=49
This commit is contained in:
parent
3127b65861
commit
4623a0ce31
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bf2c76a795b538f4a253fd70bd0d07c5de9d57ece57be76a8a6940e64ea0fa5
|
||||
size 146868
|
3
ktimer-15.04.0.tar.xz
Normal file
3
ktimer-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7963cb946d7f94882aa07577e52725f7d764b3fae3745fe012f8474aba779204
|
||||
size 147120
|
@ -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
|
||||
|
||||
|
36
ktimer.spec
36
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
|
||||
|
Loading…
Reference in New Issue
Block a user