Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 772e7f9759 | |||
| 9e01b99cbb | |||
| 0881be8aae | |||
| 4b27181334 | |||
| 5edcb3f6ef | |||
| c2afbaff4a | |||
| 827c63acf0 | |||
| 5651cfe7a2 | |||
| 0f9969aee5 | |||
| 1b04a80e1e | |||
| 063211ea67 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17b54ce1ac292d6dc04ea86f24ccdee6edaefbbf606531bd6095c110a5b86ab6
|
||||
size 10571171
|
||||
3
v1_10_54.tar.gz
Normal file
3
v1_10_54.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5481b941873aa3394b4b61a6ef9717f2318ef0206806a4040d5233670838a42d
|
||||
size 10557135
|
||||
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 15:18:19 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 1.10.54:
|
||||
- Add support for GNOME Shell 49 (#636, Alessandro Astone)
|
||||
|
||||
----------------------------------------------------------------------------------------
|
||||
Sat Apr 5 12:22:16 UTC 2025 - usessuse <noemail@example.com>
|
||||
|
||||
- Enable audio notification support
|
||||
- Enable GNOME 45+ compatibility
|
||||
- Merge separate typelib package into primary package
|
||||
- Fix typelib dependency problem
|
||||
|
||||
----------------------------------------------
|
||||
Mon Mar 3 14:36:08 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- set typelib version to 2.0, fixing
|
||||
can't install workrave-1.10.53-1.1.x86_64:
|
||||
nothing provides typelib(Workrave) = 2.0 needed by workrave-1.10.53.x86_64
|
||||
(we have typelib-1_0-Workrave-1_0-1.10.53-1.1.x86_64)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 14:16:27 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 1.10.53:
|
||||
- Fix GNOME Shell 46 support (#532)
|
||||
- Add support for GNOME Shell 47 and 48 (#601)
|
||||
- update to version 1.10.52:
|
||||
- Fix GNOME 45 compatibility (#508)
|
||||
- update to version 1.10.51.1:
|
||||
- Fix packaging
|
||||
- update to version 1.10.51:
|
||||
- Support GNOME Shell 43 (#430 by Jeremy Bich,async from 1.11)
|
||||
- Add option to force the use of the X11 Gtk backend on Wayland
|
||||
- Support GNOME Shell 44 (#487)
|
||||
- Fix crash on Linux when not using GNOME.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 2 15:20:00 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package workrave
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define upstream_version 1_10_50
|
||||
%define upstream_version 1_10_54
|
||||
Name: workrave
|
||||
Version: 1.10.50
|
||||
Version: 1.10.54
|
||||
Release: 0
|
||||
Summary: Recovery and prevention of Repetitive Strain Injury program
|
||||
License: GPL-3.0-only
|
||||
@@ -33,6 +33,8 @@ BuildRequires: boost-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gstreamer-devel
|
||||
BuildRequires: gtk4-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libpulse-devel
|
||||
BuildRequires: libtool
|
||||
@@ -59,27 +61,19 @@ Group: Development/Libraries/Other
|
||||
This package contains header files needed for developing plugins for
|
||||
Workrave.
|
||||
|
||||
%package -n typelib-1_0-Workrave-1_0
|
||||
Summary: Introspection bindings for Workrave
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description -n typelib-1_0-Workrave-1_0
|
||||
This package contains typelib files needed for developing plugins for
|
||||
Workrave.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{upstream_version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%configure --disable-static --enable-gnome45
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}/%{_libdir} -type f -name "*.la" -delete
|
||||
%suse_update_desktop_file %{name}
|
||||
rm -f %{buildroot}/%{_libdir}/libworkrave-gtk4-private-1.0.so
|
||||
rm -f %{buildroot}/%{_libdir}/libworkrave-private-1.0.so
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
%find_lang %{name}
|
||||
@@ -116,12 +110,11 @@ rm -f %{buildroot}/%{_libdir}/libworkrave-private-1.0.so
|
||||
%dir /usr/share/cinnamon/
|
||||
%dir /usr/share/cinnamon/applets/
|
||||
%dir /usr/share/cinnamon/applets/workrave@workrave.org/
|
||||
%{_libdir}/libworkrave-private-*
|
||||
%{_libdir}/libworkrave-private-1.0.so.*
|
||||
%{_libdir}/libworkrave-gtk4-private-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/Workrave-*.typelib
|
||||
|
||||
%files devel
|
||||
%{_datadir}/gir-1.0/Workrave-1.0.gir
|
||||
|
||||
%files -n typelib-1_0-Workrave-1_0
|
||||
%{_libdir}/girepository-1.0/Workrave-1.0.typelib
|
||||
%{_datadir}/gir-1.0/Workrave-*.gir
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user