Compare commits

..

No commits in common. "rawhide" and "epel10.2" have entirely different histories.

4 changed files with 6 additions and 28 deletions

2
.gitignore vendored
View file

@ -20,5 +20,3 @@ workrave-1.9.1.tar.gz
/workrave-v1_11_0_beta_13.tar.gz
/workrave-v1_11_0_rc_1.tar.gz
/workrave-v1_11_0_rc_3.tar.gz
/workrave-v1_11_0_rc_4.tar.gz
/workrave-v1_11_1.tar.gz

View file

@ -1,22 +0,0 @@
From 7bcdae9a7d5b2dd11decdb3adf23736622b5aab8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
<lukasz.wojnilowicz@gmail.com>
Date: Sat, 25 Jul 2026 20:51:49 +0200
Subject: [PATCH] Fix appstream id case
---
ui/app/workrave.metainfo.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/app/workrave.metainfo.xml b/ui/app/workrave.metainfo.xml
index 794541993..866aaa332 100644
--- a/ui/app/workrave.metainfo.xml
+++ b/ui/app/workrave.metainfo.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
- <id>org.workrave.workrave</id>
+ <id>org.workrave.Workrave</id>
<name>Workrave</name>
<summary>Workrave assists in the recovery and prevention of Repetitive Strain Injury (RSI)</summary>
<metadata_license>CC-BY-3.0</metadata_license>

View file

@ -1 +1 @@
SHA512 (workrave-v1_11_1.tar.gz) = 45b7e7f84cd5d29945006da524676486c1b87627f6d1ff6e9106e9dd0f4034c26052f23649f312cc1513b17470197b4acea4974744d2a8e1093b31523290f82f
SHA512 (workrave-v1_11_0_rc_3.tar.gz) = 7dc2aa7a70c53156262d677a88e9ead634bd67d32475e7aa3f47f2eb7e943aa114ac574b3e621705c4a91051437d089c1cd61bec911e36842856bfe9fc173b16

View file

@ -10,7 +10,7 @@
%global app_id org.workrave.Workrave
Name: workrave
Version: 1.11.1
Version: 1.11.0~rc.3
Release: %autorelease
Summary: Program that assists in the recovery and prevention of RSI
# Based on older packages by Dag Wieers <dag@wieers.com> and Steve Ratcliffe
@ -22,8 +22,7 @@ License: GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND H
URL: https://workrave.org/
%global tag %(echo %{version} | sed -e 's/[\\.~]/_/g')
Source: https://github.com/rcaelers/workrave/archive/v%{tag}/%{name}-v%{tag}.tar.gz
Patch: https://github.com/rcaelers/workrave/pull/710.patch
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: gettext
@ -191,6 +190,9 @@ rm -f %{buildroot}%{_libdir}/*.so
# indicators need to be enabled to build GIR but are not needed otherwise
rm -f %{buildroot}%{_libdir}/*indicators3/7/libworkrave.so*
# fix appstream ID
appstream-util modify %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml id %{app_id}
# remove zero-length to silence rpmlint
rm -f %{buildroot}%{_datadir}/gnome-shell/extensions/workrave@workrave.org/stylesheet.css