summaryrefslogtreecommitdiffstats
path: root/pkg/module.defs
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-08-30 09:51:05 -0700
committerGitHub <[email protected]>2016-08-30 09:51:05 -0700
commita464833a790f44f061f9de42a88f64e49156d422 (patch)
tree4ae1aeeb0d1e98640efe55c5f9db94a329f0de9f /pkg/module.defs
parentaed230d055ce0e64dfc0a41e401a7a3e7e7fd7bb (diff)
LinGui: Add flatpak support (#231)
* LinGui: add --flatpak configure option For building a linux flatpak bundle * LinGui: add rules to build flatpak repo and bundles * LinGui: add flatpak compatible icon * LinGui: add flatpak compatible desktop file * LinGui: add flatpak appdata xml * pkg: disable building LinGui when creating cli flatpak * pkg: clean flatpak build cache when updating source package * pkg: fix source package build dependencies Fixes errors when the git ref being packaged changes and you have not manually deleted stage and pkg build directories.
Diffstat (limited to 'pkg/module.defs')
-rw-r--r--pkg/module.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/module.defs b/pkg/module.defs
index 67e2b14a3..9ab47ac0c 100644
--- a/pkg/module.defs
+++ b/pkg/module.defs
@@ -7,8 +7,9 @@ PKG.basename = $(HB.name)-$(HB.version)
PKG.src.tar.bz2 = $(PKG.out/)$(PKG.basename)-source.tar.bz2
PKG.src-contrib.tar.bz2 = $(PKG.out/)$(PKG.basename)-contrib.tar.bz2
-STAGE.out/ = $(BUILD/)stage/
-STAGE.out.src/ = $(STAGE.out/)src/
+STAGE.out/ = $(BUILD/)stage/
+STAGE.out.src/ = $(STAGE.out/)src/
+STAGE.out.src.dist/ = $(STAGE.out.src/)$(PKG.basename)
###############################################################################