Bug 235767 - games/solarus-quest-editor does not install required assets
Summary: games/solarus-quest-editor does not install required assets
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-15 21:18 UTC by shadow53
Modified: 2019-05-27 16:29 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danilo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shadow53 2019-02-15 21:18:59 UTC
Installing and opening the prebuilt version of solarus-quest-editor causes this warning to appear:

Could not locate the assets directory.
Some features like creating a new quest will not be available.
Please make sure that Solarus Quest Editor is correctly installed.

The window then opens. Attempting to select the option "New quest" results in the similar error message:

Could not find the assets directory.
Make sure that Solarus Quest Editor is properly installed.

Users can download a free resource pack from http://www.solarus-games.org/development/resource-packs/ and the readme file in the archive indicates that the quest editor installation should include a subset of the assets in the pack, presumably found in the quest editor's source?

Note: users can work around the issue by opening the extracted assets as an existing quest and modifying it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-27 16:28:23 UTC
A commit references this bug:

Author: danilo
Date: Mon May 27 16:27:41 UTC 2019
New revision: 502806
URL: https://svnweb.freebsd.org/changeset/ports/502806

Log:
  - Install the initial_quest assets by default
  - Add sdl to USES
  - Replace (buildtools|qmake) by (buildtools|qmake)_build

  PR:		235767

Changes:
  head/games/solarus-quest-editor/Makefile
  head/games/solarus-quest-editor/pkg-plist
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2019-05-27 16:29:36 UTC
I've changed the port to install the assets by default. Thank you for the PR.