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
This commit is contained in:
parent
23f4d5fe89
commit
0c378be06b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -36,6 +36,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(granite) >= 5.3.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
Requires: granite
|
||||
Requires: libhandy-1-0
|
||||
Requires: python3-apsw
|
||||
@ -91,7 +92,7 @@ Play and organize your audio book collection.
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%license LICENSE
|
||||
%doc AUTHORS README.md
|
||||
%doc AUTHORS.md README.md
|
||||
%attr(0755,root,root) %{_bindir}/com.github.geigi.cozy
|
||||
%{_datadir}/applications/com.github.geigi.cozy.desktop
|
||||
%{_datadir}/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user