1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 17:19:27 +00:00

project: rename to gnome-calls

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-01-22 15:07:42 +01:00
parent 2d8253cd7d
commit c732c74703
15 changed files with 29 additions and 16 deletions

View file

@ -121,7 +121,7 @@ flatpak:master:
variables:
MANIFEST_PATH: "sm.puri.Calls.json"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
FLATPAK_MODULE: "calls"
FLATPAK_MODULE: "gnome-calls"
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
MESON_ARGS: ""

View file

@ -6,8 +6,8 @@ Comment=A phone dialer and call handler (daemon mode)
Keywords=Telephone;Call;Phone;Dial;Dialer;PSTN;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=sm.puri.Calls
TryExec=calls
Exec=calls --daemon
TryExec=gnome-calls
Exec=gnome-calls --daemon
Type=Application
StartupNotify=true
NoDisplay=true

View file

@ -6,8 +6,8 @@ Comment=A phone dialer and call handler
Keywords=Telephone;Call;Phone;Dial;Dialer;PSTN;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=sm.puri.Calls
TryExec=calls
Exec=calls %u
TryExec=gnome-calls
Exec=gnome-calls %u
Type=Application
StartupNotify=true
Terminal=false

View file

@ -1 +0,0 @@
/usr/share/gtk-doc/html/calls

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
gnome-calls (0.3.0~rc1) byzantium; urgency=medium
* UNRELEASED
[ Evangelos Ribeiro Tzaras]
* rename project files to gnome-calls to be in sync
with Debian packaging
-- Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm> Thu, 28 Jan 2021 13:59:33 +0100
calls (0.2.0) amber-phone; urgency=medium
[ Adrien Plazas ]

10
debian/control vendored
View file

@ -1,4 +1,4 @@
Source: calls
Source: gnome-calls
Section: comm
Priority: optional
Maintainer: Julian Sparber <julian.sparber@puri.sm>
@ -28,7 +28,9 @@ Build-Depends:
Standards-Version: 4.1.3
Homepage: https://gitlab.gnome.org/Community/Purism/calls
Package: calls
Package: gnome-calls
Replaces: calls (<< 0.3.0)
Breaks: calls (<< 0.3.0)
Architecture: any
Depends:
${misc:Depends},
@ -43,7 +45,9 @@ Description: Make and receive PSTN phone calls
It works on desktops but also adjusts to small screen sizes like smart phones
and other mobile devices.
Package: calls-doc
Package: gnome-calls-doc
Replaces: calls-doc (<< 0.3.0)
Breaks: calls-doc (<< 0.3.0)
Architecture: all
Build-Profiles: <!nodoc>
Depends:

1
debian/gnome-calls-doc.install vendored Normal file
View file

@ -0,0 +1 @@
/usr/share/gtk-doc/html/gnome-calls

View file

@ -1,4 +1,4 @@
Test-Command: xvfb-run /usr/bin/calls --help
Test-Command: xvfb-run /usr/bin/gnome-calls --help
Restrictions: superficial
Depends: calls, xauth, xvfb
Depends: gnome-calls, xauth, xvfb

View file

@ -41,7 +41,7 @@ gnome.gtkdoc('calls',
'--extra-dir=@0@'.format(join_paths(glib_docpath, 'gi')),
'--extra-dir=@0@'.format(join_paths(glib_docpath, 'gtk3')),
],
install_dir: 'calls',
install_dir: 'gnome-calls',
install: true)
endif

View file

@ -20,7 +20,7 @@
#
project(
'calls',
'gnome-calls',
'c', 'vala',
version: '0.2.0',
license: 'GPLv3+',

View file

@ -3,7 +3,7 @@
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "calls",
"command" : "gnome-calls",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
@ -290,7 +290,7 @@
]
},
{
"name" : "calls",
"name" : "gnome-calls",
"buildsystem" : "meson",
"sources" : [
{

View file

@ -118,7 +118,7 @@ calls_resources = gnome.compile_resources(
)
executable (
'calls',
'gnome-calls',
calls_sources, calls_enum_sources, calls_resources,
wl_proto_sources, wayland_sources, 'main.c',
dependencies : calls_deps,