From: John Stebbins Date: Tue, 5 Jun 2018 15:08:24 +0000 (-0700) Subject: flatpak: uses fr.handbrake.ghb app id consistently X-Git-Tag: 1.1.1~3^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55c6795b3d05794175fe26909a4618b0337062ce;p=handbrake flatpak: uses fr.handbrake.ghb app id consistently (cherry picked from commit e652a78f71288be6ba1fd4d23db862926d95226b) --- diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index 121b07da9..2fa676087 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -76,8 +76,8 @@ $(PKG.gui.flatpak): GNUmakefile $(PKG.src.flatpak) $(PKG.contrib.flatpak) # Relative paths in the manifest are relative to the location # of the manifest. So put it where we have staged the files that # it needs. - $(CP.exe) $(PKG.gui.manifest.flatpak) $(STAGE.out.flatpak/)fr.handbrake.gui.json - flatpak-builder --force-clean $(PGPSIGN) --repo=$(PKG.repo.flatpak) $(PKG.gui.build.flatpak) $(STAGE.out.flatpak/)fr.handbrake.gui.json + $(CP.exe) $(PKG.gui.manifest.flatpak) $(STAGE.out.flatpak/)fr.handbrake.ghb.json + flatpak-builder --force-clean $(PGPSIGN) --repo=$(PKG.repo.flatpak) $(PKG.gui.build.flatpak) $(STAGE.out.flatpak/)fr.handbrake.ghb.json flatpak build-bundle $(PKG.repo.flatpak) $(PKG.gui.flatpak) fr.handbrake.ghb $(PKG.cli.flatpak): GNUmakefile $(PKG.src.flatpak) $(PKG.contrib.flatpak)