mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 19:17:38 +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:
parent
46e4422026
commit
3050e30672
5 changed files with 6 additions and 6 deletions
|
@ -121,9 +121,9 @@ flatpak:master:
|
|||
variables:
|
||||
MANIFEST_PATH: "sm.puri.Calls.json"
|
||||
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
|
||||
# are passed except the config-args because we build it ourselves
|
||||
MESON_ARGS: ""
|
||||
APP_ID: "sm.puri.Calls"
|
||||
BUNDLE: 'gnome-calls.flatpak'
|
||||
BUNDLE: 'calls.flatpak'
|
||||
|
|
2
debian/gnome-calls-doc.install
vendored
2
debian/gnome-calls-doc.install
vendored
|
@ -1 +1 @@
|
|||
/usr/share/gtk-doc/html/gnome-calls
|
||||
/usr/share/gtk-doc/html/calls
|
||||
|
|
|
@ -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: 'gnome-calls',
|
||||
install_dir: 'calls',
|
||||
install: true)
|
||||
|
||||
endif
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
|
||||
project(
|
||||
'gnome-calls',
|
||||
'calls',
|
||||
'c', 'vala',
|
||||
version: '0.2.0',
|
||||
license: 'GPLv3+',
|
||||
|
|
|
@ -290,7 +290,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name" : "gnome-calls",
|
||||
"name" : "calls",
|
||||
"buildsystem" : "meson",
|
||||
"sources" : [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue