1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

project: rename back to calls

The project files should not have been renamed in c732c74
as these changes might infringe on GNOME trademarks
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-02-10 22:18:51 +01:00
parent 46e4422026
commit 3050e30672
5 changed files with 6 additions and 6 deletions

View file

@ -121,9 +121,9 @@ 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: "gnome-calls" FLATPAK_MODULE: "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: ""
APP_ID: "sm.puri.Calls" APP_ID: "sm.puri.Calls"
BUNDLE: 'gnome-calls.flatpak' BUNDLE: 'calls.flatpak'

View file

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

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: 'gnome-calls', install_dir: 'calls',
install: true) install: true)
endif endif

View file

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

View file

@ -290,7 +290,7 @@
] ]
}, },
{ {
"name" : "gnome-calls", "name" : "calls",
"buildsystem" : "meson", "buildsystem" : "meson",
"sources" : [ "sources" : [
{ {