From 014c69d5251eba20fa4dbaf6f974565cb6b568a7b7488a9f28643cc973f0a678 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:37:05 +0000 Subject: [PATCH] Accepting request 291595 from GNOME:Next resub OBS-URL: https://build.opensuse.org/request/show/291595 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + gnome-calendar-3.15.92.tar.xz | 3 ++ gnome-calendar.changes | 42 ++++++++++++++++ gnome-calendar.spec | 93 +++++++++++++++++++++++++++++++++++ 5 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 gnome-calendar-3.15.92.tar.xz create mode 100644 gnome-calendar.changes create mode 100644 gnome-calendar.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gnome-calendar-3.15.92.tar.xz b/gnome-calendar-3.15.92.tar.xz new file mode 100644 index 0000000..1a47704 --- /dev/null +++ b/gnome-calendar-3.15.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ef13d2546d3df40a874c2d3e63ab3bce2643f7c29f1a9d6c33ba0aa93ae016 +size 2221800 diff --git a/gnome-calendar.changes b/gnome-calendar.changes new file mode 100644 index 0000000..8a8e314 --- /dev/null +++ b/gnome-calendar.changes @@ -0,0 +1,42 @@ +------------------------------------------------------------------- +Mon Mar 16 17:56:52 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.92: + + Timezone handling fixes. + + Bugs fixed: bgo#745117, bgo#745487. + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 5 13:16:21 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.91: + + search-view: set popover bottom position explicitly. + + month-view: optimized event-widget parts removal. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 17 12:05:42 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.90: + + Added gnome shell search provider. +- Create new subpackage gnome-shell-search-provider-gnome-calendar. + +------------------------------------------------------------------- +Sun Jan 25 23:25:31 UTC 2015 - badshah400@gmail.com + +- Update to version 3.15.4.1: + + Fix configure.ac distributed in package. + +------------------------------------------------------------------- +Wed Jan 21 14:06:24 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.4: + + Implemented new year-view. + + Added initial working search. + + Added appdata support for GNOME Software. + +------------------------------------------------------------------- +Fri Dec 26 19:52:39 UTC 2014 - badshah400@gmail.com + +- Initial package. + diff --git a/gnome-calendar.spec b/gnome-calendar.spec new file mode 100644 index 0000000..cb469e5 --- /dev/null +++ b/gnome-calendar.spec @@ -0,0 +1,93 @@ +# +# spec file for package gnome-calendar +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: gnome-calendar +Version: 3.15.92 +Release: 0 +License: GPL-2.0+ +Summary: A calendar application for GNOME +Url: https://wiki.gnome.org/Design/Apps/Calendar +Group: Productivity/Office/Organizers +Source: http://download.gnome.org/sources/gnome-calendar/3.15/%{name}-%{version}.tar.xz +BuildRequires: intltool +BuildRequires: desktop-file-utils +BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig(gmodule-export-2.0) +BuildRequires: pkgconfig(gio-2.0) >= 2.43.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.43.2 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 +BuildRequires: pkgconfig(libecal-1.2) >= 3.5.3 +BuildRequires: pkgconfig(libedataserver-1.2) >= 3.5.3 +BuildRequires: pkgconfig(libical) >= 0.43 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Calendar is a calendar application for GNOME. + +%package -n gnome-shell-search-provider-gnome-calendar +Summary: GNOME Calendar -- Search Provider for GNOME Shell +Group: Productivity/Office/Organizers +Supplements: packageand(gnome-shell:%{name}) +Requires: %{name} = %{version} + +%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 +%configure --disable-static +make %{?_smp_mflags} + +%install +make install DESTDIR=%{buildroot} %{?_smp_mflags} + +%find_lang %{name} %{?no_lang_C} + +%post +%icon_theme_cache_post +%desktop_database_post +%glib2_gsettings_schema_post + +%postun +%icon_theme_cache_postun +%desktop_database_postun +%glib2_gsettings_schema_postun + +%files +%defattr(-,root,root) +%doc AUTHORS ChangeLog README COPYING NEWS THANKS +%{_bindir}/gnome-calendar +%{_datadir}/applications/org.gnome.Calendar.desktop +%{_datadir}/appdata/org.gnome.Calendar.appdata.xml +%{_datadir}/dbus-1/services/org.gnome.Calendar.service +%{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml +%{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml +%{_datadir}/icons/hicolor/*/apps/*.png + +%files -n gnome-shell-search-provider-gnome-calendar +%defattr(-,root,root) +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini + +%files lang -f %name.lang + +%changelog