From 0cc7dc1851c848a35e819c25a5d1c994b1fd6fac Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 27 Sep 2012 09:15:15 +0200 Subject: [PATCH] fixed DropBearServer build --- metadata/me.shkschneider.dropbearserver.txt | 8 ++--- .../ActionBar.patch | 36 +++++++++++++++++++ 2 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 metadata/me.shkschneider.dropbearserver/ActionBar.patch diff --git a/metadata/me.shkschneider.dropbearserver.txt b/metadata/me.shkschneider.dropbearserver.txt index 5d46164895..c465ebca3f 100644 --- a/metadata/me.shkschneider.dropbearserver.txt +++ b/metadata/me.shkschneider.dropbearserver.txt @@ -1,6 +1,3 @@ -Disabled:Can't build properly (yet?) - see comment -#there are dropbear binaries in the repo from an external source but they can be built -#from https://github.com/shkschneider/android_external_dropbear . Category:System License:GPLv2 Web Site:https://github.com/shkschneider/android_DropBearServer @@ -15,7 +12,10 @@ This is a SSH server using DropBear, allows you to easily install, configure and Repo Type:git Repo:https://github.com/shkschneider/android_DropBearServer.git -Build Version:1.9.4,194,1.9.4,target=android-10,prebuild=sed -i 's@\(android.library.reference.3=\).*@\1$$ActionBar$$@' project.properties && sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerTabs$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$UITableView$$@' project.properties,srclibs=ActionBar@c8341dc;UITableView@c9a2525bce;ViewPagerTabs@67df90db08,update=../extlib/ViewPagerTabs +# there are dropbear binaries in the repo from an external source but they can be built +# from https://github.com/shkschneider/android_external_dropbear . +# the issue to remove the patch has been created at https://github.com/shkschneider/android_DropBearServer/issues/5 +Build Version:1.9.4,194,1.9.4,target=android-10,patch=ActionBar.patch,srclibs=ActionBar@c8341dc;UITableView@1665555424;ViewPagerTabs@67df90db08,prebuild=sed -i 's@\(android.library.reference.3=\).*@\1$$ActionBar$$@' project.properties && sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerTabs$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$UITableView$$@' project.properties Update Check Mode:Market Current Version:1.9.4 diff --git a/metadata/me.shkschneider.dropbearserver/ActionBar.patch b/metadata/me.shkschneider.dropbearserver/ActionBar.patch new file mode 100644 index 0000000000..dc183b5403 --- /dev/null +++ b/metadata/me.shkschneider.dropbearserver/ActionBar.patch @@ -0,0 +1,36 @@ +--- a/res/layout/explorer_header.xml ++++ b/res/layout/explorer_header.xml +@@ -6,7 +6,7 @@ + + ++ style="@style/ActionBar" /> + + + +- +\ No newline at end of file ++ +--- a/res/layout/main.xml ++++ b/res/layout/main.xml +@@ -8,7 +8,7 @@ + + ++ style="@style/ActionBar" /> + + + +- +\ No newline at end of file ++