[pitivi/1.0] data: Rename system integration files
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] data: Rename system integration files
- Date: Sun, 19 Aug 2018 21:23:17 +0000 (UTC)
commit f4554628289cd73b79395df0893c3a0a57af7c1b
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Mon Jul 30 23:14:22 2018 +0200
data: Rename system integration files
data/meson.build | 12 ++++++------
...itivi.appdata.xml.in => org.pitivi.Pitivi.appdata.xml.in} | 2 +-
data/{pitivi.desktop.in => org.pitivi.Pitivi.desktop.in} | 0
po/POTFILES.in | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index a2038e90..b7c6b80c 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -6,16 +6,16 @@ install_subdir('audiopresets', install_dir: pkgdatadir)
install_subdir('videopresets', install_dir: pkgdatadir)
install_subdir('gstpresets', install_dir: pkgdatadir)
-custom_target('pitivi.desktop',
- output : 'pitivi.desktop',
- input : 'pitivi.desktop.in',
+custom_target('org.pitivi.Pitivi.desktop',
+ output : 'org.pitivi.Pitivi.desktop',
+ input : 'org.pitivi.Pitivi.desktop.in',
command : [intltool_merge, '--desktop-style', podir, '@INPUT@', '@OUTPUT@'],
install : true,
install_dir : get_option('datadir') + '/applications')
-custom_target('pitivi.appdata.xml',
- output : 'pitivi.appdata.xml',
- input : 'pitivi.appdata.xml.in',
+custom_target('org.pitivi.Pitivi.appdata.xml',
+ output : 'org.pitivi.Pitivi.appdata.xml',
+ input : 'org.pitivi.Pitivi.appdata.xml.in',
command : [intltool_merge, '--xml-style', podir, '@INPUT@', '@OUTPUT@'],
install : true,
install_dir : get_option('datadir') + '/appdata')
diff --git a/data/pitivi.appdata.xml.in b/data/org.pitivi.Pitivi.appdata.xml.in
similarity index 98%
rename from data/pitivi.appdata.xml.in
rename to data/org.pitivi.Pitivi.appdata.xml.in
index 9f00737f..da94ab1f 100644
--- a/data/pitivi.appdata.xml.in
+++ b/data/org.pitivi.Pitivi.appdata.xml.in
@@ -2,7 +2,7 @@
<!-- Copyright 2013 Jean-François Fortin Tam <nekohayo gmail com> -->
<component type="desktop">
<id>org.pitivi.Pitivi</id>
- <launchable type="desktop">pitivi.desktop</launchable>
+ <launchable type="desktop">org.pitivi.Pitivi.desktop</launchable>
<metadata_license>CC-BY-3.0</metadata_license>
<project_license>LGPL-2.0+</project_license>
<_name>Pitivi</_name>
diff --git a/data/pitivi.desktop.in b/data/org.pitivi.Pitivi.desktop.in
similarity index 100%
rename from data/pitivi.desktop.in
rename to data/org.pitivi.Pitivi.desktop.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e6e6d2ed..9ef5e978 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,8 +1,8 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
# [encoding: UTF-8]
-data/pitivi.appdata.xml.in
-data/pitivi.desktop.in
+data/org.pitivi.Pitivi.appdata.xml.in
+data/org.pitivi.Pitivi.desktop.in
[type: gettext/glade]data/ui/alignmentprogress.ui
[type: gettext/glade]data/ui/clipmediaprops.ui
[type: gettext/glade]data/ui/cliptransformation.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]