Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
osgeo4w: include grass7 plugin
  • Loading branch information
jef-n committed Dec 21, 2015
1 parent 6347af0 commit e19ad4b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions ms-windows/osgeo4w/package.cmd
Expand Up @@ -430,24 +430,20 @@ for %%g IN (%GRASS_VERSIONS%) do (
set w=!v!
if !v!==6 set w=

set files="apps/%PACKAGENAME%/bin/qgisgrass!v!.dll" ^
tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin!w!/%PACKAGENAME%-grass-plugin!w!-%VERSION%-%PACKAGE%.tar.bz2 ^
"apps/%PACKAGENAME%/bin/qgisgrass!v!.dll" ^
"apps/%PACKAGENAME%/grass/bin/qgis.g.browser!v!.exe" ^
"apps/%PACKAGENAME%/grass/modules/qgis.d.rast!v!.exe" ^
"apps/%PACKAGENAME%/grass/modules/qgis.g.info!v!.exe" ^
"apps/%PACKAGENAME%/grass/modules/qgis.r.in!v!.exe" ^
"apps/%PACKAGENAME%/grass/modules/qgis.v.in!v!.exe" ^
"apps/%PACKAGENAME%/plugins/grassrasterprovider!v!.dll" ^
"apps/%PACKAGENAME%/plugins/grassplugin!v!.dll" ^
"apps/%PACKAGENAME%/plugins/grassprovider!v!.dll" ^
"bin/%PACKAGENAME%-grass!v!.bat.tmpl" ^
"apps/%PACKAGENAME%/plugins/grassrasterprovider!v!.dll" ^
"bin/%PACKAGENAME%-browser-grass!v!.bat.tmpl" ^
"bin/%PACKAGENAME%-grass!v!.bat.tmpl" ^
"etc/postinstall/%PACKAGENAME%-grass-plugin!w!.bat" ^
"etc/preremove/%PACKAGENAME%-grass-plugin!w!.bat"

if !v!==6 set files=!files! ^
"apps/%PACKAGENAME%/plugins/grassplugin!v!.dll" ^
"apps/%PACKAGENAME%/grass/bin/qgis.g.browser!v!.exe"

tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin!w!/%PACKAGENAME%-grass-plugin!w!-%VERSION%-%PACKAGE%.tar.bz2 ^
!files!
if errorlevel 1 (echo tar grass-plugin!w! failed & goto error)
)

Expand Down

0 comments on commit e19ad4b

Please sign in to comment.