Skip to content

Commit e19ad4b

Browse files
committed
osgeo4w: include grass7 plugin
1 parent 6347af0 commit e19ad4b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

ms-windows/osgeo4w/package.cmd

+6-10
Original file line numberDiff line numberDiff line change
@@ -430,24 +430,20 @@ for %%g IN (%GRASS_VERSIONS%) do (
430430
set w=!v!
431431
if !v!==6 set w=
432432

433-
set files="apps/%PACKAGENAME%/bin/qgisgrass!v!.dll" ^
433+
tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin!w!/%PACKAGENAME%-grass-plugin!w!-%VERSION%-%PACKAGE%.tar.bz2 ^
434+
"apps/%PACKAGENAME%/bin/qgisgrass!v!.dll" ^
435+
"apps/%PACKAGENAME%/grass/bin/qgis.g.browser!v!.exe" ^
434436
"apps/%PACKAGENAME%/grass/modules/qgis.d.rast!v!.exe" ^
435437
"apps/%PACKAGENAME%/grass/modules/qgis.g.info!v!.exe" ^
436438
"apps/%PACKAGENAME%/grass/modules/qgis.r.in!v!.exe" ^
437439
"apps/%PACKAGENAME%/grass/modules/qgis.v.in!v!.exe" ^
438-
"apps/%PACKAGENAME%/plugins/grassrasterprovider!v!.dll" ^
440+
"apps/%PACKAGENAME%/plugins/grassplugin!v!.dll" ^
439441
"apps/%PACKAGENAME%/plugins/grassprovider!v!.dll" ^
440-
"bin/%PACKAGENAME%-grass!v!.bat.tmpl" ^
442+
"apps/%PACKAGENAME%/plugins/grassrasterprovider!v!.dll" ^
441443
"bin/%PACKAGENAME%-browser-grass!v!.bat.tmpl" ^
444+
"bin/%PACKAGENAME%-grass!v!.bat.tmpl" ^
442445
"etc/postinstall/%PACKAGENAME%-grass-plugin!w!.bat" ^
443446
"etc/preremove/%PACKAGENAME%-grass-plugin!w!.bat"
444-
445-
if !v!==6 set files=!files! ^
446-
"apps/%PACKAGENAME%/plugins/grassplugin!v!.dll" ^
447-
"apps/%PACKAGENAME%/grass/bin/qgis.g.browser!v!.exe"
448-
449-
tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin!w!/%PACKAGENAME%-grass-plugin!w!-%VERSION%-%PACKAGE%.tar.bz2 ^
450-
!files!
451447
if errorlevel 1 (echo tar grass-plugin!w! failed & goto error)
452448
)
453449

0 commit comments

Comments
 (0)