mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Metadata: new droidnotify version
This commit is contained in:
parent
895811f2c2
commit
2ff7da8e90
4 changed files with 17 additions and 17 deletions
1
build/extlib/.gitignore
vendored
1
build/extlib/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
!*/
|
!*/
|
||||||
GreenDroid/
|
GreenDroid/
|
||||||
ActionBarSherlock/
|
ActionBarSherlock/
|
||||||
|
FacebookSDK/
|
||||||
|
|
12
common.py
12
common.py
|
@ -563,6 +563,18 @@ def getsrclib(spec, extlib_dir):
|
||||||
raise BuildException('Error updating ActionBarSherlock project')
|
raise BuildException('Error updating ActionBarSherlock project')
|
||||||
return libdir
|
return libdir
|
||||||
|
|
||||||
|
if name == 'FacebookSDK':
|
||||||
|
sdir = os.path.join(extlib_dir, 'FacebookSDK')
|
||||||
|
vcs = getvcs('git',
|
||||||
|
'git://github.com/facebook/facebook-android-sdk.git', sdir)
|
||||||
|
vcs.gotorevision(ref)
|
||||||
|
libdir = os.path.join(sdir, 'facebook')
|
||||||
|
if subprocess.call(['android', 'update', 'project', '-p',
|
||||||
|
libdir]) != 0:
|
||||||
|
raise BuildException('Error updating FacebookSDK project')
|
||||||
|
return libdir
|
||||||
|
|
||||||
|
|
||||||
raise BuildException('Unknown srclib ' + name)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,13 +14,10 @@ It is extremely customizable with many options to suit your needs and style.
|
||||||
Repo Type:svn
|
Repo Type:svn
|
||||||
Repo:http://droid-notify.googlecode.com/svn/trunk
|
Repo:http://droid-notify.googlecode.com/svn/trunk
|
||||||
|
|
||||||
Build Version:2.20,27,707,patch=facebook.patch,prebuild=mv lib/ libs/ \
|
Build Version:2.20,27,707,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && mv lib/ libs/
|
||||||
&& git clone git://github.com/facebook/facebook-android-sdk.git \
|
Build Version:2.22,29,759,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && mv lib/ libs/
|
||||||
&& cp facebook-android-sdk/facebook/default.properties facebook-android-sdk/facebook/project.properties \
|
|
||||||
&& cp build.xml facebook-android-sdk/facebook/ \
|
|
||||||
&& cp local.properties facebook-android-sdk/facebook/
|
|
||||||
|
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:2.21
|
Current Version:2.22
|
||||||
Current Version Code:28
|
Current Version Code:29
|
||||||
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
Index: project.properties
|
|
||||||
===================================================================
|
|
||||||
--- a/project.properties (revision 707)
|
|
||||||
+++ b/project.properties (working copy)
|
|
||||||
@@ -9,4 +9,4 @@
|
|
||||||
|
|
||||||
# Project target.
|
|
||||||
target=android-8
|
|
||||||
-android.library.reference.1=../com_facebook_android
|
|
||||||
+android.library.reference.1=facebook-android-sdk/facebook
|
|
Loading…
Add table
Add a link
Reference in a new issue