diff -Nru xscreensaver-5.40-1/aclocal.m4 xscreensaver-5.42-1/aclocal.m4 --- xscreensaver-5.40-1/aclocal.m4 2018-06-22 05:34:15.000000000 +0000 +++ xscreensaver-5.42-1/aclocal.m4 2018-12-23 21:53:36.000000000 +0000 @@ -39,7 +39,10 @@ # # Modified to require ngettext # Matthias Clasen 08/06/2004 -# + +# Increment this whenever this file is changed. +#serial 1 + # We need this here as well, since someone might use autoconf-2.5x # to configure GLib then an older version to configure a package # using AM_GLIB_GNU_GETTEXT diff -Nru xscreensaver-5.40-1/android/build.gradle xscreensaver-5.42-1/android/build.gradle --- xscreensaver-5.40-1/android/build.gradle 2018-08-11 03:21:05.000000000 +0000 +++ xscreensaver-5.42-1/android/build.gradle 2018-12-20 03:50:44.000000000 +0000 @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { - jcenter() google() + jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' @@ -12,9 +12,9 @@ allprojects { repositories { + google() maven { url 'https://maven.google.com' } jcenter() - google() } } diff -Nru xscreensaver-5.40-1/android/Makefile xscreensaver-5.42-1/android/Makefile --- xscreensaver-5.40-1/android/Makefile 2018-08-12 23:31:35.000000000 +0000 +++ xscreensaver-5.42-1/android/Makefile 2018-10-25 21:15:24.000000000 +0000 @@ -128,6 +128,7 @@ grav \ greynetic \ halo \ + handsy \ helix \ hexadrop \ hexstrut \ diff -Nru xscreensaver-5.40-1/android/xscreensaver/build.gradle xscreensaver-5.42-1/android/xscreensaver/build.gradle --- xscreensaver-5.40-1/android/xscreensaver/build.gradle 2018-06-10 00:46:28.000000000 +0000 +++ xscreensaver-5.42-1/android/xscreensaver/build.gradle 2018-12-27 06:16:56.000000000 +0000 @@ -1,8 +1,8 @@ apply plugin: 'android' dependencies { - compile fileTree(include: '*.jar', dir: 'libs') - compile "com.android.support:support-v4:27.1.1" + implementation fileTree(include: '*.jar', dir: 'libs') + implementation "com.android.support:support-v4:27.1.1" } android { @@ -96,6 +96,10 @@ defaultConfig { + // Previous applicationId was "org.jwz.xscreensaver" but I had + // to change it because I managed to lose the signing key... + // Note that the Java class tree is still "org.jwz.xscreensaver". + applicationId "org.jwz.android.xscreensaver" minSdkVersion 15 targetSdkVersion 27 } Binary files /tmp/tmpV8eVl8/kd8QQsItoj/xscreensaver-5.40-1/android/xscreensaver/.idea/caches/build_file_checksums.ser and /tmp/tmpV8eVl8/FrlEhkAHGI/xscreensaver-5.42-1/android/xscreensaver/.idea/caches/build_file_checksums.ser differ diff -Nru xscreensaver-5.40-1/android/xscreensaver/.idea/misc.xml xscreensaver-5.42-1/android/xscreensaver/.idea/misc.xml --- xscreensaver-5.40-1/android/xscreensaver/.idea/misc.xml 2018-08-11 03:42:53.000000000 +0000 +++ xscreensaver-5.42-1/android/xscreensaver/.idea/misc.xml 2018-12-27 05:00:38.000000000 +0000 @@ -25,7 +25,7 @@ - + diff -Nru xscreensaver-5.40-1/android/xscreensaver/.idea/workspace.xml xscreensaver-5.42-1/android/xscreensaver/.idea/workspace.xml --- xscreensaver-5.40-1/android/xscreensaver/.idea/workspace.xml 2018-08-12 05:29:37.000000000 +0000 +++ xscreensaver-5.42-1/android/xscreensaver/.idea/workspace.xml 2018-12-27 05:02:24.000000000 +0000 @@ -1,5 +1,10 @@ + + + + + @@ -35,8 +40,7 @@ - - + @@ -1659,7 +1663,7 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +