Kontalk: Prepare for 3.0b1

master
Boris Kraut 2014-08-25 00:45:59 +02:00
parent fdfe86fcca
commit 9b637cd239
3 changed files with 15 additions and 7 deletions

View File

@ -110,19 +110,23 @@ Build:3.0a6,32
Build:3.0a7,33
disable=Skip alpha
Build:3.0a8,34
disable=wip for beta
Build:3.0b1,34
disable=wip
commit=f99f4530d424a78d339263100ca4660e0344ff26
gradle=basic
subdir=app
prebuild=sed -i -e "/googleplayCompile/d" build.gradle
submodules=yes
target=android-19
srclibs=KontalkCommon@7d3831bf487c225de9f2ef969708ddabb4973376,KontalkEmojicon@ea3026abfa4e680aac9217dcea9d2fc85a00eea2
prebuild=sed -i -e "/googleplayCompile/d" build.gradle && \
cp -fR $$KontalkCommon$$ client-common-java && \
cp -fR $$KontalkEmojicon$$ emojicon
Maintainer Notes:
3.x:
* submodules are currently not set up, but cloned by running setup
* submodules are currently not set up, but cloned by running ./setup -- for
now I use srclibs. upstream will tag corresponding releases in all repos
(beta1 should be "20140831") and will switch to submodules in b2/b3.
* basic and googleplay flavors; both currently do not work
* users sonatype
* uses sonatype
OLD: We have protobuf as srclib, why are we wgeting it via an insecure connection?
.

View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/kontalk/client-common-java.git

View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/kontalk/emojicon.git