diff --git a/metadata/fr.unix_experience.owncloud_sms.txt b/metadata/fr.unix_experience.owncloud_sms.txt new file mode 100644 index 0000000000..651e408d64 --- /dev/null +++ b/metadata/fr.unix_experience.owncloud_sms.txt @@ -0,0 +1,52 @@ +Categories:Phone & SMS +License:AGPL +Web Site: +Source Code:https://github.com/nerzhul/ownCloud-SMS-App +Issue Tracker:https://github.com/nerzhul/ownCloud-SMS-App/issues + +Name:ownCloud-SMS +Summary:Synchronize your SMS messages with ownCloud +Description: +App to synchronize your SMS messages on a remote ownCloud instance and let you +read your messages from it. + +Sending SMS from ownCloud instance will coming in a future release. + +Application is fully compatible from Android 4.0 to 5.0 + +Note: +This app needs an ownCloud installation running the [http://apps.owncloud.com/content/show.php/ownCloud+SMS?content=167289 ocsms] app. +. + +Repo Type:git +Repo:https://github.com/nerzhul/ownCloud-SMS-App.git + +Build:0.16.1,17 + commit=6480b3dbbdc1474502697f1d53a51627ad052c5b + srclibs=1:Support/v7/appcompat@android-4.4.2_r2,2:oc-android-library@e87f5f25ad91950d47ec9b6fa01401360cd7ec8d + extlibs=android/android-support-v4.jar + prebuild=mkdir -p $$Support$$/libs && \ + mv libs/android-support-v4.jar $$Support$$/libs + target=android-19 + +Maintainer Notes: +$$oc-android-library$$/libs/ should be build from source. Current status is: + +Build:0.16.1,17 + commit=6480b3dbbdc1474502697f1d53a51627ad052c5b + srclibs=1:Support/v7/appcompat@android-4.4.2_r2,2:oc-android-library@e87f5f25ad91950d47ec9b6fa01401360cd7ec8d,slf4j@v_1.7.5,jackrabbit@2.7.2,tomcat-servlet-api@TOMCAT_8_0_0 + extlibs=android/android-support-v4.jar + prebuild=mkdir -p $$Support$$/libs && \ + mv libs/android-support-v4.jar $$Support$$/libs && \ + mkdir -p $$oc-android-library$$/src/javax && \ + cp -fR $$jackrabbit$$/jackrabbit-webdav/src/main/java/* $$oc-android-library$$/src && \ + cp -fR $$slf4j$$/slf4j-api/src/main/java/* $$oc-android-library$$/src && \ + cp -fR $$tomcat-servlet-api$$/* $$oc-android-library$$/src + target=android-19 + +but currently failing with of other dependencies like java.beans. +. + +Auto Update Mode:None +Update Check Mode:RepoManifest + diff --git a/srclibs/jackrabbit.txt b/srclibs/jackrabbit.txt new file mode 100644 index 0000000000..3af2fa1cfd --- /dev/null +++ b/srclibs/jackrabbit.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/apache/jackrabbit.git diff --git a/srclibs/oc-android-library.txt b/srclibs/oc-android-library.txt new file mode 100644 index 0000000000..67163da4da --- /dev/null +++ b/srclibs/oc-android-library.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/owncloud/android-library.git + +#Prepare:rm libs/* diff --git a/srclibs/slf4j.txt b/srclibs/slf4j.txt new file mode 100644 index 0000000000..0717e593eb --- /dev/null +++ b/srclibs/slf4j.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/qos-ch/slf4j.git diff --git a/srclibs/tomcat-servlet-api.txt b/srclibs/tomcat-servlet-api.txt new file mode 100644 index 0000000000..205b13921e --- /dev/null +++ b/srclibs/tomcat-servlet-api.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/apache/tomcat.git + +Subdir:java/javax