mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Add the license text in the MacOSX installer
This commit is contained in:
parent
2acfd21a64
commit
ff58ba6162
4 changed files with 29 additions and 21 deletions
14
Makefile.am
14
Makefile.am
|
|
@ -242,11 +242,15 @@ signed-bundle: $(MACAPPNAME)
|
|||
cd $(BUNDLEDIR)/.. && rm -f $(MAXAPPDMG) && hdiutil create $(MACAPPDMG) -srcfolder $(MACAPPNAME) -ov && cd -
|
||||
|
||||
pkg: $(MACAPPNAME)
|
||||
rm -rf ${srcdir}/packaging
|
||||
mkdir ${srcdir}/packaging
|
||||
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --sign "$(BUNDLE_SIGNING_ID)" --component $(MACAPPNAME) ${srcdir}/packaging/linphone.pkg
|
||||
productbuild --distribution ${srcdir}/build/macos/pkg-distribution.xml --resources ${srcdir}/packaging $(MACAPPPKG}
|
||||
rm -rf ./packaging
|
||||
mkdir -p ./packaging
|
||||
cp ${srcdir}/COPYING ./packaging
|
||||
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --component $(MACAPPNAME) ./packaging/linphone.pkg
|
||||
productbuild --resources . --distribution ${srcdir}/build/macos/pkg-distribution.xml --package-path ./packaging $(MACAPPPKG)
|
||||
|
||||
signed-pkg: pkg
|
||||
productsign --sign "$(BUNDLE_SIGNING_ID)" $(MACAPPPKG) $(MACAPPPKG)
|
||||
|
||||
|
||||
###
|
||||
### CLEAN
|
||||
|
|
@ -258,6 +262,6 @@ discovery:
|
|||
$(CC) --include $(top_builddir)/config.h \
|
||||
$(TUNNEL_CFLAGS) $(CFLAGS) $(MEDIASTREAMER2_CFLAGS) $(ORTP_CFLAGS) $(SIPSTACK_CFLAGS) $(CUNIT_CFLAGS) -E -P -v -dD specs.c
|
||||
|
||||
.PHONY: $(MACAPPNAME)
|
||||
.PHONY: $(MACAPPNAME) pkg
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
EXTRA_DIST=linphone.bundle environment.sh Info-linphone.plist.in pkg-scripts/postinstall
|
||||
|
||||
EXTRA_DIST= \
|
||||
linphone.bundle \
|
||||
environment.sh \
|
||||
Info-linphone.plist.in \
|
||||
pkg-scripts/postinstall \
|
||||
pkg-distribution.xml.in
|
||||
|
||||
|
|
|
|||
|
|
@ -1,17 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<installer-gui-script minSpecVersion="1">
|
||||
<pkg-ref id="org.linphone.linphone"/>
|
||||
<options customize="never" require-scripts="false"/>
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
<line choice="org.linphone.linphone"/>
|
||||
</line>
|
||||
</choices-outline>
|
||||
<choice id="default"/>
|
||||
<choice id="org.linphone.linphone" visible="false">
|
||||
<pkg-ref id="org.linphone.linphone"/>
|
||||
</choice>
|
||||
<pkg-ref id="org.linphone.linphone" version="@PACKAGE_VERSION@" onConclusion="none">linphone.pkg</pkg-ref>
|
||||
<licence file="COPYING" />
|
||||
<pkg-ref id="org.linphone.linphone"/>
|
||||
<options customize="never" require-scripts="false"/>
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
<line choice="org.linphone.linphone"/>
|
||||
</line>
|
||||
</choices-outline>
|
||||
<choice id="default"/>
|
||||
<choice id="org.linphone.linphone" visible="false">
|
||||
<pkg-ref id="org.linphone.linphone"/>
|
||||
</choice>
|
||||
<pkg-ref id="org.linphone.linphone" version="@PACKAGE_VERSION@" onConclusion="none">linphone.pkg</pkg-ref>
|
||||
<license file="COPYING" mime-type="text/plain"/>
|
||||
</installer-gui-script>
|
||||
|
||||
|
|
|
|||
|
|
@ -1041,6 +1041,7 @@ AC_CONFIG_FILES([
|
|||
build/Makefile
|
||||
build/macos/Makefile
|
||||
build/macos/Info-linphone.plist
|
||||
build/macos/pkg-distribution.xml
|
||||
m4/Makefile
|
||||
po/Makefile.in
|
||||
pixmaps/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue