Accepting request 523680 from GNOME:Next
Update to 3.26.0 OBS-URL: https://build.opensuse.org/request/show/523680 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=53
This commit is contained in:
parent
42f675fdfc
commit
afe1ce1ef3
@ -11,6 +11,7 @@ Tue Sep 12 07:15:19 UTC 2017 - dimstar@opensuse.org
|
||||
regressions.
|
||||
+ Many code cleanups and reorganizations.
|
||||
+ updated translations.
|
||||
- Disable gtk-doc for now. Build fails (bgo#782150).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 08:12:14 UTC 2017 - jengelh@inai.de
|
||||
|
@ -37,7 +37,6 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.1
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.1
|
||||
BuildRequires: pkgconfig(libical) >= 1.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Calendar is a calendar application for GNOME.
|
||||
@ -45,20 +44,21 @@ Calendar is a calendar application for GNOME.
|
||||
%package -n gnome-shell-search-provider-gnome-calendar
|
||||
Summary: GNOME Shell search provider to return results from the GNOME Calendar
|
||||
Group: Productivity/Office/Organizers
|
||||
Supplements: packageand(gnome-shell:%{name})
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(gnome-shell:%{name})
|
||||
|
||||
%description -n gnome-shell-search-provider-gnome-calendar
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
search results from GNOME Calendar.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Denable-gtk-doc=true \
|
||||
-Denable-gtk-doc=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -69,7 +69,7 @@ search results from GNOME Calendar.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog README COPYING NEWS THANKS
|
||||
%doc ChangeLog COPYING NEWS
|
||||
%{_bindir}/gnome-calendar
|
||||
%{_datadir}/applications/org.gnome.Calendar.desktop
|
||||
# Own dir for openSUSE Leap 42.1
|
||||
@ -79,8 +79,8 @@ search results from GNOME Calendar.
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/*.*
|
||||
%dir %{_datadir}/gtk-doc/html/%{name}
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}/*.*
|
||||
#dir %%{_datadir}/gtk-doc/html/%%{name}
|
||||
#doc %%{_datadir}/gtk-doc/html/%%{name}/*.*
|
||||
|
||||
%files -n gnome-shell-search-provider-gnome-calendar
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user