From edde9744d2bfbb742772710f4f9d07e2e184e947 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 25 Jun 2017 01:42:19 +0200 Subject: community/nextcloud: move almost all apps to subpackages --- community/nextcloud/app-encryption-info-add-mcrypt.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/nextcloud/app-encryption-info-add-mcrypt.patch (limited to 'community/nextcloud/app-encryption-info-add-mcrypt.patch') diff --git a/community/nextcloud/app-encryption-info-add-mcrypt.patch b/community/nextcloud/app-encryption-info-add-mcrypt.patch new file mode 100644 index 0000000000..f115fdbead --- /dev/null +++ b/community/nextcloud/app-encryption-info-add-mcrypt.patch @@ -0,0 +1,14 @@ +mcrypt is not required, but it's recommended to increase file encryption +performance. We're adding it to info.xml just to simplify abuild (all app +dependencies can be read in info.xml). + +--- a/apps/encryption/appinfo/info.xml ++++ b/apps/encryption/appinfo/info.xml +@@ -24,6 +24,7 @@ + + + openssl ++ mcrypt + + + -- cgit v1.2.3