Update to 40.0-1, using tracker3.
(cherry picked from commit ef7eb6a3c1f2c7fa5f4f95292bb1ddb00b1bc45f)
This commit is contained in:
parent
f56223c979
commit
8363f3912d
Binary file not shown.
BIN
gnome-photos-40.0.tar.xz
Normal file
BIN
gnome-photos-40.0.tar.xz
Normal file
Binary file not shown.
@ -11,12 +11,12 @@
|
||||
%global libgfgraph_version 0.2.1
|
||||
|
||||
Name: gnome-photos
|
||||
Version: 3.38.1
|
||||
Version: 40.0
|
||||
Release: 1
|
||||
Summary: Access, organize and share your photos on GNOME
|
||||
License: GPLv3+ and LGPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Photos
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/40/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: git meson itstool gettext desktop-file-utils
|
||||
BuildRequires: pkgconfig(babl)
|
||||
@ -39,16 +39,16 @@ BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||
BuildRequires: pkgconfig(libgfbgraph-0.2) >= %{libgfgraph_version}
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpng16)
|
||||
BuildRequires: pkgconfig(tracker-control-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
|
||||
Requires: dleyna-renderer baobab gdk-pixbuf2%{?isa} >= %{gdk_pixbuf_version}
|
||||
Requires: gegl04%{?_isa} >= %{gegl_version} libgexiv2%{?_isa} >= %{gexiv_version}
|
||||
Requires: glib2%{?isa} >= %{glib_version} gfbgraph%{?_isa} >= 0.2.1
|
||||
Requires: gnome-online-miners >= 3.11.3 gnome-settings-daemon grilo%{?_isa} >= %{grilo_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk_version} libdazzle%{?isa} >= %{libdazzle_version}
|
||||
Requires: libgdata%{?_isa} >= %{libgdata_version} tracker >= 2.0.3 tracker-miners >= 2.0.4
|
||||
Requires: libgdata%{?_isa} >= %{libgdata_version} tracker3 >= 3.0.4 tracker3-miners >= 3.0.5
|
||||
|
||||
Provides: bundled(libgd)
|
||||
|
||||
@ -73,7 +73,7 @@ This package contains the installable tests for %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%meson --buildtype=plain -Dinstalled_tests=true
|
||||
%meson --buildtype=plain -Dflatpak=true -Dinstalled_tests=true
|
||||
%meson_build
|
||||
|
||||
|
||||
@ -90,14 +90,16 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Photos.desk
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/metainfo/org.gnome.Photos.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Photos.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Photos*.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Photos.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Photos.Tracker3.Miner.Extract.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Photos.Tracker3.Miner.Files.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.photos.gschema.xml
|
||||
%{_datadir}/gnome-shell/
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Photos*.svg
|
||||
%{_datadir}/tracker/domain-ontologies/org.gnome.Photos.rule
|
||||
%{_datadir}/tracker/miners/org.gnome.Photos.Tracker1.Miner*.service
|
||||
%{_docdir}/gnome-photos
|
||||
%dir %{_libdir}/gnome-photos
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Photos.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Photos-symbolic.svg
|
||||
%{_datadir}/tracker3-miners/domain-ontologies/org.gnome.Photos.rule
|
||||
%{_docdir}/%{name}
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/libgnome-photos.so
|
||||
%{_libexecdir}/%{name}-thumbnailer
|
||||
|
||||
@ -105,7 +107,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Photos.desk
|
||||
%{_libexecdir}/installed-tests/%{name}
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 40.0-1
|
||||
- Update to 40
|
||||
|
||||
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.1-1
|
||||
- Package init with version 3.38.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user