aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-06-29 09:30:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-06-29 09:38:33 +0000
commit4ba2a47de6b6596c297cedfe425f0900ec0adff0 (patch)
treed180db8a602cdf18d6827023e259e29430c3b528
parent66dedd32a2b5d08f9a10dbcb89b4f7e5ad05673e (diff)
downloadaports-4ba2a47de6b6596c297cedfe425f0900ec0adff0.tar.bz2
aports-4ba2a47de6b6596c297cedfe425f0900ec0adff0.tar.xz
testing/nextcloud: remove unneeded patch
-rw-r--r--testing/nextcloud/APKBUILD4
-rw-r--r--testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch11
2 files changed, 0 insertions, 15 deletions
diff --git a/testing/nextcloud/APKBUILD b/testing/nextcloud/APKBUILD
index 506ebcb6ef..861000946e 100644
--- a/testing/nextcloud/APKBUILD
+++ b/testing/nextcloud/APKBUILD
@@ -21,7 +21,6 @@ subpackages="$pkgname-doc $pkgname-activity $pkgname-firstrunwizard $pkgname-gal
source="https://download.nextcloud.com/server/releases/$pkgname-$pkgver.zip
- nextcloud-6-always-return-true-isSetLocaleWorking.patch
nextcloud-9-disable-chmod.patch
"
pkggroups="www-data"
@@ -169,11 +168,8 @@ videoplayer() {
}
md5sums="c0e5908ca80a034d74b936d732171d7b nextcloud-9.0.51.zip
-f497dbf3a67d14fc9049ca680673c805 nextcloud-6-always-return-true-isSetLocaleWorking.patch
5e393c5cbfa0dc9f5d4d35dbdef3b839 nextcloud-9-disable-chmod.patch"
sha256sums="032bb2419293c6b9376a83d1bba399ded97eeddac84666777365812a8a6c9d7e nextcloud-9.0.51.zip
-3466ffbd22d4a9f04f4df862f3fb2f695fd1ca4bc6fb4b6a56258958064d5762 nextcloud-6-always-return-true-isSetLocaleWorking.patch
9739810a5f040ff1488559fb17360b65aec94a4024b2f74437785420336d4d72 nextcloud-9-disable-chmod.patch"
sha512sums="3097255f8ab3b732fe4776abec0717ece3dadb24c2887d173924a3e1b9fba8e86698102cdf2b81ef0dfb2b1f4b656362294fd634ad8683dffdb2bea08d5125b2 nextcloud-9.0.51.zip
-4b2038786571c62129d748bb71262a7cbc966cf4b97482f13bcedaa36fcfa343080a464fc74463a9bd6615c99a10cd590b91cacead62632db36bfd8940173d13 nextcloud-6-always-return-true-isSetLocaleWorking.patch
62f4c4e5f0c23aea98a3cefdd5f08773fc34039ef444d167063f7b1f4640aee48bd108776e6f28f12acec3833f7bcf6b76aaa300c41f5f3fc8fc536c9f6b7586 nextcloud-9-disable-chmod.patch"
diff --git a/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch b/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch
deleted file mode 100644
index 59ce980619..0000000000
--- a/testing/nextcloud/nextcloud-6-always-return-true-isSetLocaleWorking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/private/util.php
-+++ b/lib/private/util.php
-@@ -865,7 +865,7 @@
-
- \Patchwork\Utf8\Bootup::initLocale();
- if ('' === basename('ยง')) {
-- return false;
-+ return true;
- }
- return true;
- }