Remove all extra spacing

This commit is contained in:
Daniel Martí 2015-09-03 22:11:06 -07:00
parent e53f436f4b
commit d9469f21e2
14 changed files with 20 additions and 20 deletions

View file

@ -21,7 +21,7 @@ Build:1.2,6
commit=91c463302eccc47b9d2ada1104abaae948bd90aa
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Auto Update Mode:None

View file

@ -18,7 +18,7 @@ Export to Excel so you can add your own lovely charts and graphs as you see fit.
You can export and import the database.
Note: this app does NOT use the microphone to automatically detect when a person
is speaking. You must press on a "play" button when a team member speaks.
is speaking. You must press on a "play" button when a team member speaks.
.
Repo Type:git

View file

@ -32,7 +32,7 @@ Build:4.201,16025
rm -f libs/jzlib*.jar libs/htmlcleaner*.jar libs/jutf*.jar && \
mkdir -p tests/res/ && \
unzip libs/htmlcleaner-2.2-all.zip && \
cp -r $$Jutf7$$/src/main/java/com/ src/ && \
cp -r $$Jutf7$$/src/main/java/com/ src/ && \
tar xzf libs/jzlib-1.0.7.tar.gz && \
mv jzlib-1.0.7/com/jcraft src/com/ && \
rm -rf libs/jzlib* libs/htmlcleaner*.zip jzlib*

View file

@ -8,13 +8,13 @@ Auto Name:QRStream
Summary:Transfer files and text via successive QR codes
Description:
QRStream's intent is to provide for communication with a device without using
the radios or USB port. This can be very useful in a handful of obscure
the radios or USB port. This can be very useful in a handful of obscure
situations.
The first version of this app sent and received a text file or the clipboard
by calling out to zxing, without a container format or protocol. Content is
by calling out to zxing, without a container format or protocol. Content is
split into reasonable sizes and displayed as QR codes, or QR codes are read
and spliced together in order. This does allow for compatibility with other
and spliced together in order. This does allow for compatibility with other
barcode readers and generators.
As (and if) the app develops, some ideas are an optional stream protocol,

View file

@ -24,7 +24,7 @@ Build:1.5,3
commit=92a2a926d114267fe2e8c2f45b3adff41055674b
subdir=Packet Sender
gradle=yes
prebuild=mkdir -p build/outputs/apk && \
prebuild=mkdir -p build/outputs/apk && \
pushd build && \
ln -s outputs/apk/ apk && \
popd && \

View file

@ -19,7 +19,7 @@ uses some unofficial APIs from Pixiv to fetch random artworks.
Written by [http://dahlia.kr/ Hong Minhee], and distributed under
[http://www.gnu.org/licenses/gpl-3.0.html GPLv3] or any later version.
This is not a standalone app. It requires [[net.nurik.roman.muzei]] app to be
This is not a standalone app. It requires [[net.nurik.roman.muzei]] app to be
installed.
.

View file

@ -30,7 +30,7 @@ Build:1.0.3,3
prebuild=sed -e '1,8s/gradle:0.7.+/gradle:1.2.2/g' -e '9,$d' build.gradle > ../build.gradle && \
sed -i -e '1,8d' -e '/plugin/s/android/com.android.application/g' -e '/propFile/,$d' -e '/roguard/s/^/\/\//g' build.gradle && \
echo -e "allprojects {\nrepositories {\njcenter()\n}\n}" >> ../build.gradle
build=mkdir -p build/outputs/apk && \
build=mkdir -p build/outputs/apk && \
pushd build && \
ln -s outputs/apk/ apk && \
popd

View file

@ -7,7 +7,7 @@ Issue Tracker:https://github.com/dennis-sheil/GLWallpaperService/issues
Auto Name:Truly Creative live wallpaper
Summary:LiveWallpapers ported from ReallySlickScreensavers
Description:
This is a port of some of the Really Slick Screensavers to Android. It
This is a port of some of the Really Slick Screensavers to Android. It
uses the RSS-GLX version of the Really Slick Screensavers via the OpenGL
to OpenGL ES translation shim that is in Xscreensaver. Uses Ben Gruver's
version of Mark Guerra's GLWallpaperService.

View file

@ -49,20 +49,20 @@ Build:0.12.0,28
mkdir -p build-sodium && \
cd build-sodium && \
$$libsodium$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr --with-sysroot=$SYSROOT --disable-soname-versions && \
make -j4 && \
make -j4 && \
make install && \
popd && \
pushd .. && \
mkdir -p build-toxcore && \
cd build-toxcore && \
$$toxcore$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr --with-sysroot=$SYSROOT --with-libsodium-headers=$SYSROOT/usr/include --with-libsodium-libs=$SYSROOT/usr/lib --disable-soname-versions --disable-av --disable-rt --disable-ntox --disable-daemon --disable-phone && \
make -j4 && \
make -j4 && \
make install && \
popd && \
pushd $$jToxcore$$ && \
echo -e "SET(CMAKE_SYSTEM_NAME Linux)\n SET(CMAKE_C_COMPILER arm-linux-androideabi-gcc)\n SET(CMAKE_CXX_COMPILER arm-linux-androideabi-g++)\n SET(CMAKE_FIND_ROOT_PATH $SYSROOT)\n SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)\n SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)\n SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)\n add_definitions(-DANDROID)\n" > toolchain.cmake && \
cmake . -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -DJNI_H=$SYSROOT/usr/include -DNEED_JNI_MD=n && \
make -j4 && \
make -j4 && \
popd && \
cp $$zxing$$/android/libs/core-3.1.0.jar libs/core.jar && \
cp $$dnsjava$$/dnsjava-2.1.6.jar libs/ && \

View file

@ -93,7 +93,7 @@ Build:13.1.2,107
init=wget https://s3.amazonaws.com/sqlcipher/SQLCipher+for+Android+v2.2.2.zip && \
unzip SQLCipher+for+Android+v2.2.2.zip && \
cp -R SQLCipher\ for\ Android\ v2.2.2/libs . && \
cp -R SQLCipher\ for\ Android\ v2.2.2/assets . && \
cp -R SQLCipher\ for\ Android\ v2.2.2/assets . && \
rm -rf SQLCipher+for+Android+v2.2.2.zip "SQLCipher for Android v2.2.2" libs/guava-r09.jar && \
./update-ant-build.sh
srclibs=IOCipher@v0.1

View file

@ -22,7 +22,7 @@ Build:0.1,1
rm=app/libs/commons-math3-3.3.jar
prebuild=pushd $$CommonsMath$$ && \
$$MVN3$$ package && \
popd && \
popd && \
cp $$CommonsMath$$/target/commons-math3-3.3.jar libs/
Build:0.2,2
@ -33,7 +33,7 @@ Build:0.2,2
rm=app/libs/commons-math3-3.3.jar
prebuild=pushd $$CommonsMath$$ && \
$$MVN3$$ package && \
popd && \
popd && \
cp $$CommonsMath$$/target/commons-math3-3.3.jar libs/
Auto Update Mode:None

View file

@ -292,7 +292,7 @@ Build:2.0.6-ics,2000620
cp -fR $$JsonSimple$$/src/main/java/org src/ && \
cp -fR $$PDFParseLib$$/pdfparse-lib/src/main/java/org src/ && \
rm -fR src/com/paragon && \
sed -i -e '/com.google.android.gms.version/d' -e '/google_play_services/d' AndroidManifest.xml && \
sed -i -e '/com.google.android.gms.version/d' -e '/google_play_services/d' AndroidManifest.xml && \
sed -i -e '/google.services.lib.dir/d' project.properties && \
rm -fR src/org/geometerplus/android/fbreader/network/auth && \
cp -fR $$FBReaderJ$$/src/org/geometerplus/android/fbreader/network/auth src/org/geometerplus/android/fbreader/network/
@ -321,7 +321,7 @@ Build:2.1-ics,2010020
cp -fR $$JsonSimple$$/src/main/java/org src/ && \
cp -fR $$PDFParseLib$$/pdfparse-lib/src/main/java/org src/ && \
rm -fR src/com/paragon && \
sed -i -e '/com.google.android.gms.version/d' -e '/google_play_services/d' AndroidManifest.xml && \
sed -i -e '/com.google.android.gms.version/d' -e '/google_play_services/d' AndroidManifest.xml && \
sed -i -e '/google.services.lib.dir/d' project.properties && \
rm -fR src/org/geometerplus/android/fbreader/network/auth && \
cp -fR $$FBReaderJ$$/src/org/geometerplus/android/fbreader/network/auth src/org/geometerplus/android/fbreader/network/

View file

@ -83,7 +83,7 @@ Build:2.0.7,34
echo "jar.libs.dir=libs" > project.properties && \
echo "target=android-19" >> project.properties && \
rm build.xml && \
$$SDK$$/tools/android update project -p . && \
$$SDK$$/tools/android update project -p . && \
rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest
target=android-19
scanignore=FileManager/libs/

View file

@ -12,7 +12,7 @@ spaceship and compete with computer or an other player in collecting magic
artifacts.
The spaceship will accelerate toward your finger. To break put the finger
behind the moving spaceship. There is also another controller 'virtual
behind the moving spaceship. There is also another controller 'virtual
joystick' available also in two player game.
.