chiark / gitweb /
very dirty hack, but works for droidnotify
authorTovok7 <Tovok7@gmx.de>
Fri, 20 Jan 2012 00:36:58 +0000 (01:36 +0100)
committerTovok7 <Tovok7@gmx.de>
Fri, 20 Jan 2012 00:36:58 +0000 (01:36 +0100)
metadata/apps.droidnotify.txt
metadata/apps.droidnotify/facebook.patch [new file with mode: 0644]

index a0596c31ef9c8d5df8b2d611dbc5a031871b3eda..38e10783fc28dcce2f2cdb485cc4a23eb9b8f2e5 100644 (file)
@@ -14,8 +14,9 @@ It is extremely customizable with many options to suit your needs and style.
 Repo Type:svn
 Repo:http://droid-notify.googlecode.com/svn/trunk
 
-# builds only when
-# https://github.com/facebook/facebook-android-sdk/tree/master/facebook
-# is added as ../com_facebook_android
-Build Version:2.20,27,707,prebuild=mv lib/ libs/
+Build Version:2.20,27,707,patch=facebook.patch,prebuild=mv lib/ libs/ \
+       && git clone git://github.com/facebook/facebook-android-sdk.git \
+       && 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/
 
diff --git a/metadata/apps.droidnotify/facebook.patch b/metadata/apps.droidnotify/facebook.patch
new file mode 100644 (file)
index 0000000..6382c13
--- /dev/null
@@ -0,0 +1,10 @@
+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