Merge commit 'refs/merge-requests/203' of git://gitorious.org/f-droid/fdroiddata into merge-requests/203
This commit is contained in:
commit
5af843d24d
|
@ -6,16 +6,12 @@ Issue Tracker:http://sourceforge.net/p/ghostcommander/_list/tickets/
|
|||
Donate:http://sourceforge.net/p/ghostcommander/donate/
|
||||
|
||||
Auto Name:Ghost Commander - Samba plugin
|
||||
Summary:Access files on the network
|
||||
Summary:Access files over SFTP
|
||||
Description:
|
||||
A plug-in for [[com.ghostsq.commander]] to access to Windows network shared
|
||||
folders (also referenced as SMB, Samba, CIFS or even NetBios).
|
||||
Launch Ghost Commander and go to 'Menu > Location > Home > Windows share'.
|
||||
A plug-in for [[com.ghostsq.commander]] to access secure FTP sites.
|
||||
Launch Ghost Commander and go to 'Menu > Location > Home > SFTP site'.
|
||||
Alternatively, scroll along the toolbar until you arrive at 'Home'.
|
||||
Enter your server name and credentials (if any), then tap the 'Connect' button.
|
||||
Once connected, you should be able to see a list of Windows machines or
|
||||
Samba servers on the network. Tip: Better have the Windows account with
|
||||
password. A passwordless Windows account might not work.
|
||||
Enter your server name and credentials.
|
||||
.
|
||||
|
||||
# If you are building this yourself, config.py must be edited to sign this
|
||||
|
|
|
@ -22,7 +22,7 @@ Repo:http://instead-android.googlecode.com/svn/trunk/
|
|||
|
||||
Build Version:1.6.1.9,16109,r44,buildjni=yes,subdir=project,\
|
||||
srclibs=INSTEAD@r1854,patch=jpeg.patch,update=force,\
|
||||
init=cd .. && ./update_xml.sh || true,\
|
||||
init=echo -e "APP_CFLAGS += -D__ARM_ARCH_5__" > jni/Application.mk && cd .. && ./update_xml.sh || true,\
|
||||
prebuild=ln -s `readlink -f $$INSTEAD$$` jni/src/instead
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
@ -29,8 +29,11 @@ Status: ALPHA
|
|||
Repo Type:git
|
||||
Repo:https://code.google.com/p/dolphin-emu/
|
||||
|
||||
# Now scanner thinks, that bunch of Windows *.lib blobs are his enemies..
|
||||
# And (technically) he is correct!
|
||||
Build Version:0.11,11,4.0,buildjni=no,extlibs=android/android-support-v13.jar,\
|
||||
subdir=Source/Android,init=rm -r libs/*,\
|
||||
subdir=Source/Android,init=rm -r libs/* ../../Externals/msvcrt/ ../../Installer/dxredist/,\
|
||||
scanignore=build/org.dolphinemu.dolphinemu/Externals,\
|
||||
build=cd .. &&\
|
||||
cmake -DANDROID=True -DANDROID_NATIVE_API_LEVEL=android-14 \
|
||||
-DCMAKE_TOOLCHAIN_FILE=../Source/Android/android.toolchain.cmake \
|
||||
|
|
|
@ -35,6 +35,9 @@ Build Version:1.5.0,6,v1.5.0,\
|
|||
extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\
|
||||
update=no,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\
|
||||
init=echo -e '<project>\n<target name="Creating scummvm.apk for release..."/>\n</project>' > build.xml,\
|
||||
prebuild=\
|
||||
set -- $$SDK$$/build-tools/*/aapt && \
|
||||
sed -e "s|\$(ANDROID_SDK)/build-tools/\*/aapt|$1|" -i backends/platform/android/android.mk,\
|
||||
build=\
|
||||
export ANDROID_SDK="$$SDK$$" ANDROID_NDK="$$NDK$$" && \
|
||||
chmod +x fdroid_build && \
|
||||
|
|
Loading…
Reference in a new issue