1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-08 12:59:36 +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: variables:
MANIFEST_PATH: "sm.puri.Calls.json" MANIFEST_PATH: "sm.puri.Calls.json"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" 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 # Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves # are passed except the config-args because we build it ourselves
MESON_ARGS: "" MESON_ARGS: ""

View file

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

View file

@ -6,8 +6,8 @@ Comment=A phone dialer and call handler
Keywords=Telephone;Call;Phone;Dial;Dialer;PSTN; Keywords=Telephone;Call;Phone;Dial;Dialer;PSTN;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)! # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=sm.puri.Calls Icon=sm.puri.Calls
TryExec=calls TryExec=gnome-calls
Exec=calls %u Exec=gnome-calls %u
Type=Application Type=Application
StartupNotify=true StartupNotify=true
Terminal=false 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 calls (0.2.0) amber-phone; urgency=medium
[ Adrien Plazas ] [ Adrien Plazas ]

10
debian/control vendored
View file

@ -1,4 +1,4 @@
Source: calls Source: gnome-calls
Section: comm Section: comm
Priority: optional Priority: optional
Maintainer: Julian Sparber <julian.sparber@puri.sm> Maintainer: Julian Sparber <julian.sparber@puri.sm>
@ -28,7 +28,9 @@ Build-Depends:
Standards-Version: 4.1.3 Standards-Version: 4.1.3
Homepage: https://gitlab.gnome.org/Community/Purism/calls 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 Architecture: any
Depends: Depends:
${misc: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 It works on desktops but also adjusts to small screen sizes like smart phones
and other mobile devices. 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 Architecture: all
Build-Profiles: <!nodoc> Build-Profiles: <!nodoc>
Depends: 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 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, 'gi')),
'--extra-dir=@0@'.format(join_paths(glib_docpath, 'gtk3')), '--extra-dir=@0@'.format(join_paths(glib_docpath, 'gtk3')),
], ],
install_dir: 'calls', install_dir: 'gnome-calls',
install: true) install: true)
endif endif

View file

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

View file

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

View file

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