-
Notifications
You must be signed in to change notification settings - Fork 73
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
F-Droid Submission #220
Comments
See this commit for example: emanuele-f/PCAPdroid@e9d4907. Definitely no need to change project structure. Also a guide attached in the linked PR: https://gitlab.com/-/snippets/1895688. Basically it's just the app description and some images put in
+1 Not sure about how to handle LuaJIT. Maybe look at https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/org.koreader.launcher.yml#L182 and https://github.com/koreader/android-luajit-launcher? |
@MikuAuahDark Hello, I have wrote a script to compile luajit (the one found on this repo) from source, so if you're still interested in publishing it on F-Droid, I can do everything else - write metadata and build instructions for f-droid server, open merge request and also help set up fastlane structure in this repo (fastlane doesnt alter structure of your project, it just adds a new directory in repo root which contains app description, screenshots, etc). |
I have finished writing metadata, https://gitlab.com/fruitsnack/fdroiddata/-/commit/0b745bf1b3bd0ddc9db7fdd9b0a0dddd5c566362 One thing I couldn't add, is flattr donation link: the one on https://love2d.org/ returns '404'. |
Nice. Some insights with the LuaJIT build script:
So far I'm quite impressed for it. However there are no plans on publishing F-Droid version of LOVE 11. It should be in LOVE 12 instead. |
It is LOVE 11.5a yes, I used the last tagged version in this repo. |
If version 12 is still in development, then I suppose it's best to wait for the first tagged release, otherwise updates are only possible manually. |
I'm still interested with the Fastlane-related changes. If you can send a PR for those in 12.x branch, I'd appreciate it. |
Ok. |
Moving from previous conversation. Start from here: #162 (comment)
Looks like the bot reported some issues as can be seen here: https://gitlab.com/fdroid/rfp/-/issues/1920#note_737306189
cc: @awalgarg
The bot seems really hate precompiled binaries. Here are some of my thoughts:
love/src/jni/SDL2/Xcode/SDL/pkg-support/resources/SDL_DS_Store
is only used when compiling for Apple systems. It's not used in Android.love/src/jni/LuaJIT-2.1/build_instructions.bat
. Rest assured, the LuaJIT has no modifications and is based on LuaJIT/LuaJIT@b4b2dce (as of writing)love/src/jni/oboe/apps/OboeTester/gradle/wrapper/gradle-wrapper.jar
is not used in the build process. Should I delete it?Libraries bundled in this repo mostly copied straight from their upstream then an Android.mk is written for it (if necessary).
The text was updated successfully, but these errors were encountered: