SHA256
1
0
forked from pool/cozy

Compare commits

...

4 Commits

Author SHA256 Message Date
Ana Guerrero
de0f5d386e Accepting request 1228613 from X11:Pantheon:Apps
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1228613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cozy?expand=0&rev=33
2024-12-06 13:26:14 +00:00
Richard Rahl
dc95fb837f Accepting request 1224714 from home:rrahl0
- update spec file for Leap 16.0:
  * rework the BuildRequires, as the software moved from granite to gtk directly
  * remove %suse_update_desktop_file
  * use autosetup

After almost two years, a new version of Cozy is finally here! This release brings an updated user interface along with numerous bug fixes and improved performance.
The user interface has been ported to GTK4 and Libadwaita. Thus, Cozy benefits from the new style sheet, automatic dark mode, and utilizes the latest and greatest UI elements throughout the application. Many thanks to Benedek Dévényi (@rdbende) and @grahamvh!
  * Improved mobile support
  * Smaller visual refinements to match the state of the art of GNOME apps
  * Dozens of bug fixes and performance improvements
  * Significant cleanup and improvements to the codebase

OBS-URL: https://build.opensuse.org/request/show/1224714
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=96
2024-11-17 20:45:36 +00:00
Richard Rahl
0c378be06b Accepting request 1173201 from home:jaimeMF:branches:X11:Pantheon:Apps
- Fix build by adding missing dependency and using correct filename

OBS-URL: https://build.opensuse.org/request/show/1173201
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=95
2024-08-09 04:49:47 +00:00
Julian Geywitz
23f4d5fe89 Update to version 1.3.0.
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=94
2024-03-23 13:01:35 +00:00
4 changed files with 60 additions and 54 deletions

View File

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

3
cozy-1.3.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Nov 17 20:31:47 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update spec file for Leap 16.0:
* rework the BuildRequires, as the software moved from granite to gtk directly
* remove %suse_update_desktop_file
* use autosetup
-------------------------------------------------------------------
Fri May 10 15:38:45 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Fix build by adding missing dependency and using correct filename
-------------------------------------------------------------------
Sat Mar 23 13:01:30 UTC 2024 - Julian Geywitz <suse@geigi.de>
- Update to 1.3.0
After almost two years, a new version of Cozy is finally here! This release brings an updated user interface along with numerous bug fixes and improved performance.
The user interface has been ported to GTK4 and Libadwaita. Thus, Cozy benefits from the new style sheet, automatic dark mode, and utilizes the latest and greatest UI elements throughout the application. Many thanks to Benedek Dévényi (@rdbende) and @grahamvh!
* Improved mobile support
* Smaller visual refinements to match the state of the art of GNOME apps
* Dozens of bug fixes and performance improvements
* Significant cleanup and improvements to the codebase
* As always, updated translations thanks to all translators!
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 10 10:55:04 UTC 2023 - Fabian Vogt <fvogt@suse.com> Tue Jan 10 10:55:04 UTC 2023 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cozy # spec file for package cozy
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,58 +16,38 @@
# #
%define appid com.github.geigi.cozy
Name: cozy Name: cozy
Version: 1.2.1 Version: 1.3.0
Release: 0 Release: 0
Summary: Audio Book Player Summary: Audio Book Player
License: GPL-3.0-only License: GPL-3.0-only
Group: Productivity/Multimedia/Sound/Players URL: https://github.com/geigi/cozy
URL: https://github.com/geigi Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/geigi/cozy/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: desktop-file-utils
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: libhandy-devel
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3-base BuildRequires: python3-distro
BuildRequires: python3-gobject BuildRequires: python3-gobject
BuildRequires: python3-setuptools BuildRequires: python3-mutagen
BuildRequires: update-desktop-files BuildRequires: python3-peewee
BuildRequires: pkgconfig(granite) >= 5.3.0 BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libadwaita-1) >= 1.5.0
Requires: granite BuildRequires: pkgconfig(python3)
Requires: libhandy-1-0
Requires: python3-apsw
Requires: python3-cairo
Requires: python3-distro Requires: python3-distro
Requires: python3-gst Requires: python3-injector
Requires: python3-mutagen Requires: python3-mutagen
Requires: python3-packaging Requires: python3-peewee
Requires: python3-peewee >= 3.9.6
Requires: python3-pytaglib
Requires: python3-pytz Requires: python3-pytz
Requires: python3-requests Requires: python3-requests
Requires: pkgconfig(libdazzle-1.0)
Recommends: %{name}-lang
Recommends: gstreamer-plugins-base Recommends: gstreamer-plugins-base
Recommends: gstreamer-plugins-good Recommends: gstreamer-plugins-good
Recommends: gstreamer-plugins-ugly Recommends: gstreamer-plugins-ugly
Conflicts: com.github.geigi.cozy Provides: %{appid} = %{version}
Provides: com.github.geigi.cozy = %{version} Obsoletes: %{appid} < %{version}
BuildArch: noarch BuildArch: noarch
# SECTION test requirements
BuildRequires: python3-cairo
BuildRequires: libhandy-1-0
BuildRequires: python3-apsw
BuildRequires: python3-distro
BuildRequires: python3-gst
BuildRequires: python3-mutagen
BuildRequires: python3-packaging
BuildRequires: python3-peewee >= 3.9.6
BuildRequires: python3-pytaglib
BuildRequires: pkgconfig(libdazzle-1.0)
# /SECTION
%description %description
Play and organize your audio book collection. Play and organize your audio book collection.
@ -75,7 +55,7 @@ Play and organize your audio book collection.
%lang_package %lang_package
%prep %prep
%setup -q %autosetup
%build %build
%meson %meson
@ -83,23 +63,22 @@ Play and organize your audio book collection.
%install %install
%meson_install %meson_install
%suse_update_desktop_file com.github.geigi.cozy %find_lang %{appid}
%find_lang com.github.geigi.cozy %{name}.lang %fdupes %{buildroot}
%fdupes %{buildroot}%{_datadir}
%fdupes %{buildroot}%{python3_sitelib}
%files %files
%defattr(0644,root,root,0755)
%license LICENSE %license LICENSE
%doc AUTHORS README.md %doc AUTHORS.md README.md
%attr(0755,root,root) %{_bindir}/com.github.geigi.cozy %attr(0755,root,root) %{_bindir}/%{appid}
%{_datadir}/applications/com.github.geigi.cozy.desktop %{_datadir}/applications/%{appid}.desktop
%{_datadir}/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml %{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
%{_datadir}/metainfo/com.github.geigi.cozy.appdata.xml %{_datadir}/metainfo/%{appid}.appdata.xml
%{_datadir}/icons/hicolor/*/*/*.??g %{_datadir}/icons/hicolor/*/apps/%{appid}.svg
%{_datadir}/com.github.geigi.cozy/ %{_datadir}/icons/hicolor/*/apps/%{appid}{.Devel,-symbolic}.svg
%{python3_sitelib}/cozy/ %{_datadir}/icons/hicolor/*/actions/*.svg
%{_datadir}/%{appid}
%{python3_sitelib}/%{name}
%files lang -f %{name}.lang %files lang -f %{appid}.lang
%changelog %changelog