From caaec3b8ceb6858672b4900e12363a451ed1c5d0 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 4 Jun 2020 16:04:58 +0000 Subject: [PATCH] Update Conv6ations for Sum7 to 2.8.6 (390) --- metadata/eu.sum7.conversations.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/eu.sum7.conversations.yml b/metadata/eu.sum7.conversations.yml index 3387886abf..bf0c4b27e9 100644 --- a/metadata/eu.sum7.conversations.yml +++ b/metadata/eu.sum7.conversations.yml @@ -341,11 +341,24 @@ Builds: - find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/! s/eu.siacs./eu.sum7./" "{}" \; + - versionName: 2.8.6 + versionCode: 390 + commit: 2.8.6-sum7 + gradle: + - conversationsFreeCompat + prebuild: + - find -type d -name "siacs" -print0 | xargs --null -I{} bash -c 'x="{}"; mv + "$x" "${x/siacs/sum7}" ' + - find -type f -name "*.java" -exec sed -i "/eu.siacs.conversations.axolotl/! + s/eu.siacs./eu.sum7./" "{}" \; + - find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/! + s/eu.siacs./eu.sum7./" "{}" \; + MaintainerNotes: |- We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160, but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml). AutoUpdateMode: Version %v-sum7 UpdateCheckMode: Tags ^[0-9.]+ -CurrentVersion: 2.8.5 -CurrentVersionCode: 388 +CurrentVersion: 2.8.6 +CurrentVersionCode: 390