Changeset 9987
- Timestamp:
- 11/26/07 14:36:39 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 10 edited
- 7 copied
- 1 moved
-
Bui_Core/xPackaging.lin.xml (modified) (3 diffs)
-
Bui_postPackLin/deb (moved) (moved from trunk/Bui_postPackLin/ubuntu)
-
Bui_postPackLin/deb/README.txt (added)
-
Bui_postPackLin/deb/build.xml (copied) (copied from trunk/Bui_postPackLin/ubuntu/build.xml) (2 diffs)
-
Bui_postPackLin/deb/properties.xml (copied) (copied from trunk/Bui_postPackLin/ubuntu/properties.xml) (1 diff)
-
Bui_postPackLin/deb/resources (copied) (copied from trunk/Bui_postPackLin/ubuntu/resources)
-
Bui_postPackLin/deb/scApp (copied) (copied from trunk/Bui_postPackLin/ubuntu/scApp)
-
Bui_postPackLin/deb/scBuilder (copied) (copied from trunk/Bui_postPackLin/ubuntu/scBuilder)
-
Bui_postPackLin/deb/scBuilder/build.xml (modified) (1 diff)
-
Bui_postPackLin/deb/scBuilder/properties.xml (modified) (1 diff)
-
Bui_postPackLin/deb/scChain (copied) (copied from trunk/Bui_postPackLin/ubuntu/scChain)
-
Bui_postPackLin/deb/scChain/build.xml (modified) (1 diff)
-
Bui_postPackLin/deb/scChain/properties.xml (modified) (1 diff)
-
Bui_postPackLin/deb/scClient (copied) (copied from trunk/Bui_postPackLin/ubuntu/scClient)
-
Bui_postPackLin/deb/scClient/build.xml (modified) (1 diff)
-
Bui_postPackLin/deb/scClient/properties.xml (modified) (1 diff)
-
Bui_postPackLin/xBuildAllDists.xml (added)
-
Bui_scBuilder/_lin/build.xml (modified) (1 diff)
-
Bui_scChain/_lin/build.xml (modified) (1 diff)
-
Bui_scClient/_lin/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/xPackaging.lin.xml
r9388 r9987 55 55 - app.version(developmentStage); 56 56 - destapprootdir 57 - destinstallerdir 57 - destinstallerdir | destinstallerfile 58 58 --> 59 59 <echo message="Packaging LINUX"/> … … 108 108 </copy> 109 109 110 <tar compression="gzip" destfile="${destinstallerdir}/${app.name}_${app.version(full)}${app.version(developmentStage)}_${ts}_lin.tgz" > 110 <condition property="destinstallerfile" value="${destinstallerdir}/${app.name}_${app.version(full)}${app.version(developmentStage)}_${ts}_lin.tgz"> 111 <not> 112 <isset property="destinstallerfile"/> 113 </not> 114 </condition> 115 <tar compression="gzip" destfile="${destinstallerfile}" > 111 116 <tarfileset dir="${package.lin.tmpDir}" mode="755"> 112 117 <include name="*.sh"/> … … 119 124 <!-- PostProcessing --> 120 125 <delete dir="${package.lin.tmpDir}"/> 126 <if> 127 <equals arg1="${os.name}" arg2="Linux"/> 128 <then> 129 <property name="app.tgz.path" value="${destinstallerfile}"/> 130 <ant antfile="${basedir}/../Bui_postPackLin/xBuildAllDists.xml" target="All" inheritall="true" dir="${basedir}/../Bui_postPackLin"/> 131 </then> 132 </if> 121 133 </target> 122 134 -
trunk/Bui_postPackLin/deb/build.xml
r9985 r9987 213 213 Architecture: ${dist.arch} 214 214 Pre-Depends: bzip2 215 Depends: libc6 (>=2. 6.1), libportaudio2, openoffice.org (>=2.0.0) | openoffice.org-unbundled (>=2.0.0)${app.depends}215 Depends: libc6 (>=2.4), libportaudio2, openoffice.org (>=2.0.0) | openoffice.org-unbundled (>=2.0.0)${app.depends} 216 216 Recommends: totem-mozilla | mozilla-mplayer 217 217 Suggests: flashplugin-nonfree … … 245 245 </exec> 246 246 <tstamp> 247 <format property=" vDebTs" pattern="yyMMdd-HHmm"/>247 <format property="ts" pattern="yyMMdd-HHmm"/> 248 248 </tstamp> 249 <move file="${app.work.path}/bui.deb" tofile="${releasedir}/${app.name(lowerCase)}_${app.version(dist)}_${dist.arch}_${ vDebTs}.deb"/>249 <move file="${app.work.path}/bui.deb" tofile="${releasedir}/${app.name(lowerCase)}_${app.version(dist)}_${dist.arch}_${ts}.deb"/> 250 250 </target> 251 251 -
trunk/Bui_postPackLin/deb/properties.xml
r9971 r9987 12 12 <property name="dist.maintainer" value="scenari-platform <info@scenari-platform.org>"/> 13 13 <property name="dist.arch" value="i386"/> 14 <property name="dist.version.suffix" value=" ubuntu1"/>14 <property name="dist.version.suffix" value="1"/> 15 15 16 16 </project> -
trunk/Bui_postPackLin/deb/scBuilder/build.xml
r9976 r9987 41 41 42 42 <property name="appFolder" value="scBuilder"/> 43 <property name="distName" value=" ubuntu"/>43 <property name="distName" value="deb"/> 44 44 45 45 <property name="basedir.dist" value="${basedir}/${distName}"/> -
trunk/Bui_postPackLin/deb/scBuilder/properties.xml
r9971 r9987 10 10 11 11 <!-- = Params globaux ======================================================================== --> 12 <property name="app.tgz.path" value="${basedir}/../../releases/SCENARIbuilder_ 3.4.0.03_lin.tgz"/>12 <property name="app.tgz.path" value="${basedir}/../../releases/SCENARIbuilder_lin.tgz"/> 13 13 14 14 <xmlproperty file="${basedir.dist.app}/about.xml"/> -
trunk/Bui_postPackLin/deb/scChain/build.xml
r9976 r9987 41 41 42 42 <property name="appFolder" value="scChain"/> 43 <property name="distName" value=" ubuntu"/>43 <property name="distName" value="deb"/> 44 44 45 45 <property name="basedir.dist" value="${basedir}/${distName}"/> -
trunk/Bui_postPackLin/deb/scChain/properties.xml
r9971 r9987 10 10 11 11 <!-- = Params globaux ======================================================================== --> 12 <property name="app.tgz.path" value="${basedir}/../../releases/SCENARIchain_ 3.4.0.03_lin.tgz"/>12 <property name="app.tgz.path" value="${basedir}/../../releases/SCENARIchain_lin.tgz"/> 13 13 14 14 <xmlproperty file="${basedir.dist.app}/about.xml"/> -
trunk/Bui_postPackLin/deb/scClient/build.xml
r9976 r9987 41 41 42 42 <property name="appFolder" value="scClient"/> 43 <property name="distName" value=" ubuntu"/>43 <property name="distName" value="deb"/> 44 44 45 45 <property name="basedir.dist" value="${basedir}/${distName}"/> -
trunk/Bui_postPackLin/deb/scClient/properties.xml
r9971 r9987 10 10 11 11 <!-- = Params globaux ======================================================================== --> 12 <property name="app.tgz.path" value="${basedir}/../../releases/SCENARIclient_ 3.4.0.03_lin.tgz"/>12 <property name="app.tgz.path" value="${basedir}/../../releases/SCENARIclient_lin.tgz"/> 13 13 14 14 <xmlproperty file="${basedir.dist.app}/about.xml"/> -
trunk/Bui_scBuilder/_lin/build.xml
r8085 r9987 50 50 <property name="app.os" value="lin"/><!-- [win, lin, mac]--> 51 51 <property name="project.basedir" value="${basedir}\_${app.os}"/> 52 <property name="appFolder" value="scBuilder"/> 52 53 53 54 <!-- ressources --> -
trunk/Bui_scChain/_lin/build.xml
r8650 r9987 10 10 <property name="app.os" value="lin"/><!-- [win, lin, mac]--> 11 11 <property name="project.basedir" value="${basedir}/_${app.os}"/> 12 <property name="appFolder" value="scChain"/> 12 13 13 14 <!-- ressources --> -
trunk/Bui_scClient/_lin/build.xml
r8205 r9987 10 10 <property name="app.os" value="lin"/><!-- [win, lin, mac]--> 11 11 <property name="project.basedir" value="${basedir}\_${app.os}"/> 12 <property name="appFolder" value="scClient"/> 12 13 13 14 <!-- ressources -->
Note: See TracChangeset
for help on using the changeset viewer.