Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Delphinus Packagemanager #20

Closed
Memnarch opened this issue Sep 30, 2015 · 8 comments
Closed

Support for Delphinus Packagemanager #20

Memnarch opened this issue Sep 30, 2015 · 8 comments

Comments

@Memnarch
Copy link

Hi,
As it seems that this is an official fork of Synedit, i'd like to ask if you are interested in adding support for my Delphinus Packagemanager. It runs from within the IDE like GetIt but works from Delphi XE and up. Delphinus already includes some well known packages like Mormot, Spring4D and OmniThreadLibrary.

To add Synedit, it is required to add 2 files (One holds general info about the package, the other is the installation script) to the Repository and a Keyword to your readme. The package is automatically detected by Delphinus-Clients without any other required steps.

You can find more information here:
https://github.com/Memnarch/Delphinus/wiki

if you have any questions, ask me

PS: CWBudde already added some of his projects to Delphinus. I have seen him authoring merge requests here.

@CWBudde
Copy link
Contributor

CWBudde commented Jun 2, 2016

Added some basic support

@Memnarch
Copy link
Author

Memnarch commented Jun 2, 2016

platforms must be seperated by ';' ;)

@Memnarch
Copy link
Author

Memnarch commented Jun 2, 2016

And it does not copy all files.

You copy only the sourcefolder. To keep it simple, you can simply recursively copy the folder ".".
(SInce your packages are in another subfolder on the same level as source, i suggest to simply copy ".". Otherwhise your projectfiles might reference a wrong relative path.

EDIT: Does the source really support OSX32? The Delphinus-package identifies itself as Win32/Win64 but wants to add pathes for OSX32

@CWBudde
Copy link
Contributor

CWBudde commented Jun 2, 2016

I updated the files based on your comments. It should hopefully be working now (not tested so far).

@Memnarch
Copy link
Author

Memnarch commented Jun 2, 2016

I'll look onto it later.
Why are you not testing o.O
(It is bad practice to add the Keyword to the readme before doing some basic tests). There is a "Install from Folder" button which allows you to install from a localfolder brefore pushing.

@Memnarch
Copy link
Author

Memnarch commented Jun 2, 2016

You changed the search/browsing pathes. I was talking about the Source_folders node (since that one copies the files)

@Memnarch
Copy link
Author

base of source_folders must exactly match the start of folder you want to cut off. In this case it must be "Source". Currently it'll not copy into your expected folder

@CWBudde
Copy link
Contributor

CWBudde commented Oct 10, 2017

See issue #70 for fixes.

@CWBudde CWBudde closed this as completed Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants