Changeset 82589
- Timestamp:
- 08/16/11 03:43:10 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/scantailor/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/scantailor/Portfile
r82588 r82589 7 7 8 8 name scantailor 9 version 0.9.9.2 10 revision 3 9 version 0.9.10 11 10 platforms darwin 12 11 maintainers raphael openmaintainer … … 30 29 master_sites sourceforge:project/scantailor/scantailor/${version} 31 30 32 checksums md5 0944b12c936019fe12269c7a356d60d0 \ 33 sha1 7bdd390a32355685af53160aa5b9bd3b280a0c1a \ 34 rmd160 39286377d1b328286c8c35543fb97c1a5695bf73 31 checksums rmd160 548681bbca511e90c52ab3ade6ff6d32729774b6 \ 32 sha256 0b574eabfb65e4dcf3915d00ad3da31d464060458ffaeb49e4257e97301f93a0 35 33 36 34 post-patch { … … 42 40 post-destroot { # create application bundle 43 41 set appdir ${destroot}${applications_dir}/ScanTailor.app 44 xinstall -d ${appdir}45 42 xinstall -d ${appdir}/Contents/MacOS 46 copy${worksrcpath}/packaging/osx/Info.plist.in ${appdir}/Contents/Info.plist43 xinstall -m 644 ${worksrcpath}/packaging/osx/Info.plist.in ${appdir}/Contents/Info.plist 47 44 move ${destroot}${prefix}/bin/scantailor ${appdir}/Contents/MacOS/ScanTailor 48 45 xinstall -d ${appdir}/Contents/Resources 49 copy${worksrcpath}/packaging/osx/ScanTailor.icns ${appdir}/Contents/Resources/46 xinstall -m 644 ${worksrcpath}/packaging/osx/ScanTailor.icns ${appdir}/Contents/Resources/ 50 47 eval move [glob ${destroot}${prefix}/share/scantailor/translations/scantailor_*.qm] \ 51 48 ${appdir}/Contents/Resources/
Note: See TracChangeset
for help on using the changeset viewer.

