4 Commits

4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6550fcba3b01f0342712206e35bff843b817adee3f56019b4ade4d4dd4aca503
size 362168

3
QTalarm-3.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c259f8665336fd6b418a9aeaf98618cff3c508cbcdb2d466e4dbd598c338ef59
size 362287

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 26 19:02:01 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.0.1
* Fixed race condition with waybar.
-------------------------------------------------------------------
Sun Apr 13 12:40:26 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.0.0
* Ported QTalarm to QT6.
-------------------------------------------------------------------
Sun Oct 8 11:02:25 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package QTalarm
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define _name qtalarm
Name: QTalarm
Version: 2.5.1
Version: 3.0.1
Release: 0
Summary: A handy alarm clock Program written in QT
License: GPL-3.0-only
@@ -28,11 +28,12 @@ Source: https://github.com/CountMurphy/QTalarm/archive/%{version}.tar.gz
BuildRequires: cmake
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: qt6-base-common-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Gui)
BuildRequires: pkgconfig(Qt6Multimedia)
BuildRequires: pkgconfig(Qt6Widgets)
%description
A handy alarm clock Program written in QT.
@@ -43,10 +44,10 @@ Features:
* Custom Date alarms
%prep
%setup -q
%autosetup
%build
%qmake5
%qmake6
%make_jobs
%install