Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calendar?expand=0&rev=127
This commit is contained in:
commit
57febb5acf
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="manual">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-calendar.git</param>
|
||||||
|
<param name="revision">47.0</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
||||||
|
|
3
gnome-calendar-46.1.obscpio
Normal file
3
gnome-calendar-46.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:354bfc2b72db81a5c31a89fb0a07aae968e9ce4115f6245a62476edbf8a442c6
|
||||||
|
size 4719628
|
3
gnome-calendar-47.0.obscpio
Normal file
3
gnome-calendar-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:525651bbf48d148b8efa48f8abe9168a77d1a20a0000871b8e752a48c8885847
|
||||||
|
size 4881932
|
1089
gnome-calendar.changes
Normal file
1089
gnome-calendar.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
gnome-calendar.obsinfo
Normal file
4
gnome-calendar.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gnome-calendar
|
||||||
|
version: 47.0
|
||||||
|
mtime: 1726493333
|
||||||
|
commit: 41208bc746322eba1117c8eeab7cc2f5c8d68ffb
|
99
gnome-calendar.spec
Normal file
99
gnome-calendar.spec
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
#
|
||||||
|
# spec file for package gnome-calendar
|
||||||
|
#
|
||||||
|
# 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
|
||||||
|
# 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 https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: gnome-calendar
|
||||||
|
Version: 47.0
|
||||||
|
Release: 0
|
||||||
|
Summary: A calendar application for GNOME
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
Group: Productivity/Office/Organizers
|
||||||
|
URL: https://wiki.gnome.org/Design/Apps/Calendar
|
||||||
|
Source0: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(geocode-glib-2.0) >= 3.26.2
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.43.4
|
||||||
|
BuildRequires: pkgconfig(goa-1.0) >= 3.2.0
|
||||||
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.21.2
|
||||||
|
BuildRequires: pkgconfig(gtk4)
|
||||||
|
BuildRequires: pkgconfig(gweather4)
|
||||||
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
|
||||||
|
BuildRequires: pkgconfig(libecal-2.0) >= 3.45.1
|
||||||
|
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.45.1
|
||||||
|
BuildRequires: pkgconfig(libedataserverui4-1.0) >= 3.45.1
|
||||||
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4
|
||||||
|
BuildRequires: pkgconfig(libical) >= 3.0.5
|
||||||
|
BuildRequires: pkgconfig(libsoup-3.0)
|
||||||
|
|
||||||
|
%description
|
||||||
|
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
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Supplements: (gnome-shell and %{name})
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%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
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson \
|
||||||
|
-Dtracing=false \
|
||||||
|
%{nil}
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS README.md TODO.md
|
||||||
|
%{_bindir}/gnome-calendar
|
||||||
|
%{_datadir}/applications/org.gnome.Calendar.desktop
|
||||||
|
# Own dir for openSUSE Leap 42.1
|
||||||
|
%dir %{_datadir}/metainfo
|
||||||
|
%{_datadir}/metainfo/org.gnome.Calendar.metainfo.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/*.*
|
||||||
|
|
||||||
|
%files -n gnome-shell-search-provider-gnome-calendar
|
||||||
|
%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
|
Loading…
Reference in New Issue
Block a user