summaryrefslogtreecommitdiff
path: root/src/xpi.mk
Commit message (Collapse)AuthorAge
...
* - first pitch on automagic max/min version detection implemented; add a ↵Alexander Sack2009-07-27
| | | | | | | | | | | | generic |TARGET_VERSION| call taking parameters a) appid, b) maxVersion|minVersion and c) extension-dir; this call is then used to parse the right max/minVersion for a given targetApplication on demand in |CHECK_VERSION|. In this way we now filter out unsuitable packages from xpi:Depends based on the install.rdf version bounds; Note: currently uses dpkg --compare-versions, which is wrong for mozilla versions; but works good enough until with have a mozpkg --compare-versions script - update src/xpi.mk
* - add automatic xpi depends .substvars feature based on smart parsingAlexander Sack2009-07-27
| | | | | | | of install.rdf and checking min/maxVersion for each target application; extensions can now use ${xpi:Depends} to get the right dependencies added; the version/package/targetAppId mapping information is currently maintained in src/xpi.mk itself - thx to Benjamin Drung <bdrung@ubuntu.com> for this - update src/xpi.mk
* * xpi.mk: ensure $(TEMPDIR) existance in stamp-unpack-%:Alexander Sack2009-07-27
|
* * move add stamp-unzip-$(XPI_BASE_FILE) to stamp-extension-install: andAlexander Sack2009-07-27
| | | | remove it from stamp-installlinks-% - which was the wrong place anyway - update src/xpi.mk
* - improve rule dependencies; avoid duplicate/circular dependsAlexander Sack2009-07-26
| | | - update src/xpi.mk
* * add documentation about not yet implemented variableAlexander Sack2009-07-26
| | | | MOZ_XPI_MOZILLA_EXTRA_DIRS - update src/xpi.mk
* * fix bug in stamp-autolinks; append XPI_EMID to the auto link pathsAlexander Sack2009-07-26
| | | - update src/xpi.mk
* * xpi.mk:Alexander Sack2009-07-26
| | | | | | | - add target application id magic (|XPI_TARGET_EMIDs|); parse install.rdf and create extension links for all targetapplications like: |/usr/lib/mozilla/extensions/$targetappid/$extid|; in same turn we deprecate |MOZ_XPI_MOZILLA_DIRS| and unset its default accordingly - update src/xpi.mk
* Remove firefox from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter ↵Sasa Bodiroza2009-01-16
| | | | description
* * [xpi] add support for xpi not located in the root directory. This is neededFabien Tassin2008-09-27
| | | | | for extensions built with xulapp.mk - update src/xpi.mk
* * In src/xpi.mk:Sasa Bodiroza2008-07-08
| | | | | | - Revert clean rule, removed in rev 158. - Change default build cmd to not remove xpi files, it is done in clean rule. - Use CURDIR instead of pwd in default build cmd. * Document in debian/changelog.
* * Add default build command to src/xpi.mk.Sasa Bodiroza2008-07-08
| | | * Document changes in debian/changelog, and README.
* * revert ~mt release accidentially committed (now again 0.5 + UNRELEASED)Alexander Sack2008-02-21
| | | | | | | | | | * introduce MOZ_XPI_MOZILLA_DIRS in xpi.mk with default values: "firefox-addons firefox" - update src/xpi.mk * cleanup some stamp- business - update src/xpi.mk * document in changelog - update debian/changelog
* * merge changes from .local development branchAlexander Sack2008-02-21
|\ | | | | - keep src/xpi.mk
| * * rename xpi.mk to xpi.mk.in to make build system happyAlexander Sack2008-02-21
|/ | | | | | - update debian/control * update changelog accordingly - update debian/changelog
* * add initial xpi makefile helper that tries to make extension packageAlexander Sack2008-02-19
maintenance as trivial as possible - add src/xpi.mk - update src/Makefile * document in changelog