Accepting request 919573 from devel:ARM:Factory:Contrib:PinePhone
Add Calls https://gitlab.gnome.org/GNOME/calls OBS-URL: https://build.opensuse.org/request/show/919573 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/calls?expand=0&rev=1
This commit is contained in:
commit
d2027a6aa2
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
|
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://source.puri.sm/Librem5/calls.git</param>
|
||||
<param name="revision">@PARENT_TAG@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
3
calls-0.3.4.obscpio
Normal file
3
calls-0.3.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9efa225af089f67acc7a1eecfb9b47b41e57e6039560d3863c9d72d176f06cd7
|
||||
size 1079308
|
3
calls-0.3.4.tar.xz
Normal file
3
calls-0.3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87db2c52075d058f23feeb4c79c0c2341717fc11f14474749cda2fcb17bca772
|
||||
size 155820
|
89
calls.changes
Normal file
89
calls.changes
Normal file
@ -0,0 +1,89 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 20:10:00 UTC 2021 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.3.4
|
||||
* manager: Set peas search path only once
|
||||
* provider: whitespace and indentation
|
||||
* cleanup: Fix calls_origin_get_name() related memory leaks
|
||||
* mm: origin: Try using own number as the origin name
|
||||
* account-provider: Add debugging in the public functions
|
||||
* plugins: provider: Use CallsOrigin instead of derived types for GListStore
|
||||
* util: Add simple API to query protocol
|
||||
* test: Add util tests
|
||||
* call: Introduce protocol property
|
||||
* calls-record: Introduce the protocol property
|
||||
* provider: Add API to query supported protocols
|
||||
* origin: Add API to query supported protocols
|
||||
* manager: support multiple providers
|
||||
* application: Add CallsSettings class
|
||||
* new-call-box: Honour auto-use-default-origins setting
|
||||
* application: Don't add a provider if one is already present
|
||||
* manager: Differentiate the NO_ORIGIN state
|
||||
* test: manager: Use more appropriate `g_assert_*()` calls
|
||||
* sip: provider: Don't warn when trying to add account multiple times
|
||||
* tests: manager: Add multiple provider tests
|
||||
* application: settings: Add country code setting
|
||||
* manager: Update country code
|
||||
* ci: disable flatpak build
|
||||
* d/control: Add libxml2-utils
|
||||
* meson: Compile schemas in build directory
|
||||
* Add run script to the build directory
|
||||
* Update README: Explain how to start calls without installing
|
||||
* Initial DBus API
|
||||
* display: codestyle
|
||||
* display: Fix typo
|
||||
* record-store: codestyle
|
||||
* Fix old-style warnings all over the codebase
|
||||
* Fix missing-declarations warnings all over the codebase
|
||||
* sip: media-pipeline: Don't shadow props variable
|
||||
* ofono: call: Don't shadow props variable
|
||||
* mm: origin: Don't shadow props variable
|
||||
* call-display: Add default case to switch statement
|
||||
* record-store: Add default case to switch statements
|
||||
* main-window: Add default case to switch statement
|
||||
* meson: Use stricter compilation warnings and errors
|
||||
* desktop-file: Register as sip and sips URI scheme handler
|
||||
* run: Add plugin search directory
|
||||
* README: Reword plugin search directory section to be more accurate
|
||||
* dir-locals: Treat G_* macros as including a semicolon
|
||||
* manager: Fix whitespace
|
||||
* manager: codestyle
|
||||
* sip: origin: Fix if condition in dispose()
|
||||
* util: Make position argument in calls_find_store() optional
|
||||
* test: manager: Expanded *has_provider() testing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 07:19:00 UTC 2021 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 11 18:58:30 UTC 2021 - Andrés B.S. <andresbs@opensuse.org>
|
||||
|
||||
- Tweaks to packaging
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 20:00:00 CET 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.1.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 05 20:00:00 CET 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.1.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 26 20:00:00 CET 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.1.7 with patches for openSUSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 20 20:00:00 CET 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.1.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 09:00:00 CET 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Updating version 0.3.1
|
||||
|
5
calls.obsinfo
Normal file
5
calls.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: calls
|
||||
version: 0.3.4
|
||||
mtime: 1623511463
|
||||
commit: 4948148bfeb0730197c5f3faf7d507a248fcf579
|
||||
|
91
calls.spec
Normal file
91
calls.spec
Normal file
@ -0,0 +1,91 @@
|
||||
#
|
||||
# spec file for package calls
|
||||
#
|
||||
# Copyright (c) 2021 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: calls
|
||||
Version: 0.3.4
|
||||
Release: 0%{?dist}
|
||||
Summary: A phone dialer and call handler
|
||||
License: GPL-3.0-only AND MIT
|
||||
URL: https://source.puri.sm/Librem5/calls
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson
|
||||
BuildRequires: sofia-sip
|
||||
BuildRequires: vala
|
||||
BuildRequires: xvfb-run
|
||||
BuildRequires: pkgconfig(folks)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gom-1.0)
|
||||
BuildRequires: pkgconfig(gsound)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libcallaudio-0.1)
|
||||
BuildRequires: pkgconfig(libcallaudio-0.1)
|
||||
BuildRequires: pkgconfig(libebook-contacts-1.2)
|
||||
BuildRequires: pkgconfig(libfeedback-0.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
BuildRequires: pkgconfig(mm-glib)
|
||||
BuildRequires: pkgconfig(sofia-sip-ua-glib)
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}/
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/sm.puri.Calls.metainfo.xml
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/sm.puri.Calls.desktop
|
||||
#LC_ALL=C.UTF-8 xvfb-run sh <<'SH'
|
||||
#meson_test
|
||||
#SH
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_sysconfdir}/xdg/autostart/sm.puri.Calls-daemon.desktop
|
||||
%{_bindir}/gnome-calls
|
||||
%{_libdir}/calls
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/*.svg
|
||||
%{_datadir}/metainfo/*.metainfo.xml
|
||||
%dir %{_datadir}/glib-2.0/
|
||||
%dir %{_datadir}/glib-2.0/schemas/
|
||||
%{_datadir}/glib-2.0/schemas/sm.puri.Calls.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user