-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix app ID and move Flatpak manifest
This MR does a few changes that fixes most issues related to Flatpak: - Change the app ID entirely to `org.gnome.Meld` - Move the Flatpak manifest to `build-aux` directory - everybody in GNOME does it Add `.Devel` suffix, just like all the other GNOME apps Add `git` module that builds git from source, instead of copying a file
- Loading branch information
1 parent
e059cc1
commit c32a273
Showing
10 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,8 @@ endif | |
|
||
appdata_file = i18n.merge_file( | ||
input: configure_file( | ||
input: files('org.gnome.meld.appdata.xml.in.in'), | ||
output: 'org.gnome.meld.appdata.xml.in', | ||
input: files('org.gnome.Meld.appdata.xml.in.in'), | ||
output: 'org.gnome.Meld.appdata.xml.in', | ||
configuration: {'appid': application_id}, | ||
), | ||
output: '@[email protected]'.format(application_id), | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters