diff --git a/metadata/com.pierceholdings.dontpause.txt b/metadata/com.pierceholdings.dontpause.txt index bb827eada7..77ea8b996e 100644 --- a/metadata/com.pierceholdings.dontpause.txt +++ b/metadata/com.pierceholdings.dontpause.txt @@ -1,4 +1,4 @@ -Disabled:Google Play Services +AntiFeatures:NonFreeDep Categories:Multimedia License:Apache2 Web Site:http://forum.xda-developers.com/showthread.php?t=2653171 @@ -10,14 +10,20 @@ Summary:Silence notifications while media is playing Description: Silences notifications while media is playing so they don't interrupt you. + +Antifeature: Upstream uses non-free GooglePlayServices which have been +stripped from this build. . Repo Type:git Repo:https://github.com/TrentPierce/DontPause Build:3.50,35 - disable=uses google play services - gradle=yes + disable=missing root project + commit=6db52e2f2698c584604c83fdb958ce57bfd8d33d + patch=remove_gms-35.patch + srclibs=1:ActionBarSherlock@4.4.0 + prebuild=sed -i -e '/google-play-services_lib/d' build.gradle && android update project -p . Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/metadata/com.pierceholdings.dontpause/remove_gms-35.patch b/metadata/com.pierceholdings.dontpause/remove_gms-35.patch new file mode 100644 index 0000000000..b367e221dc --- /dev/null +++ b/metadata/com.pierceholdings.dontpause/remove_gms-35.patch @@ -0,0 +1,19 @@ +diff --git a/AndroidManifest.xml b/AndroidManifest.xml +index 79e0e67..45929c8 100644 +--- a/AndroidManifest.xml ++++ b/AndroidManifest.xml +@@ -51,14 +51,8 @@ + android:label="@string/app_name" + android:persistent="true" + android:theme="@style/MyTheme" > +- + + +-