From: Tovok7 Date: Fri, 20 Jan 2012 00:36:58 +0000 (+0100) Subject: very dirty hack, but works for droidnotify X-Git-Tag: 0.1~1080^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=78e2d2f11107eacddc33161713c1c53881893e07;p=fdroidserver.git very dirty hack, but works for droidnotify --- diff --git a/metadata/apps.droidnotify.txt b/metadata/apps.droidnotify.txt index a0596c31..38e10783 100644 --- a/metadata/apps.droidnotify.txt +++ b/metadata/apps.droidnotify.txt @@ -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 index 00000000..6382c131 --- /dev/null +++ b/metadata/apps.droidnotify/facebook.patch @@ -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