summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-12-22 14:11:08 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-12-22 14:11:08 +0100
commit45015effbbddcc2c203f52c116afdc6f498176df (patch)
tree22fe718749938f8b7e5677e5b2f1cfb54c3de753 /net-misc
parentnet-misc/nextcloud-client: fix USE=doc, rename .png file (diff)
downloadgentoo-45015effbbddcc2c203f52c116afdc6f498176df.tar.gz
gentoo-45015effbbddcc2c203f52c116afdc6f498176df.tar.bz2
gentoo-45015effbbddcc2c203f52c116afdc6f498176df.zip
net-misc/nextcloud-client: fix patch filename
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/nextcloud-client/Manifest2
-rw-r--r--net-misc/nextcloud-client/nextcloud-client-3.15.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/nextcloud-client/Manifest b/net-misc/nextcloud-client/Manifest
index 0271bce207a1..2d005594575b 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,3 +1,3 @@
DIST nextcloud-client-3.14.4.tar.gz 13813595 BLAKE2B 310bbf9b8024bb8688bffe65d6993d63d95260f26565998bd1cd734a49bdd5a6d4fc152ee51968d5e705c6440c24c7571f1079ba13fc5d8492cdd57ad57ebe0d SHA512 8de91b288507d13e7dd2c64112f0540f4664ad2a0b02525d5ff5b187dc7eb9af61a40d9f65320284241bb620cf2dcc648ecfe6090d3d09c0dbb865504026b11e
-DIST nextcloud-client-3.15.2-fix-macosvfs-file-sharing.png 727 BLAKE2B 77d87c47caa28c0d60afdef161c05a365d953e31e7331fd4b07adfe232ddd04a6108ad325a25befe961862dccb118c251239b84cfb63f1c72c205df31055ad69 SHA512 d4d8928aa63b7e174c7fe8099d349a5779e8be1b1a71dfecfded9f971533ba677fc85013c53c7cafdc05e1aed81820c6ef3b5e7c3f6a5cae62fc284a2a9371db
+DIST nextcloud-client-3.15.2-fix-macosvfs-file-sharing.png.patch 727 BLAKE2B 77d87c47caa28c0d60afdef161c05a365d953e31e7331fd4b07adfe232ddd04a6108ad325a25befe961862dccb118c251239b84cfb63f1c72c205df31055ad69 SHA512 d4d8928aa63b7e174c7fe8099d349a5779e8be1b1a71dfecfded9f971533ba677fc85013c53c7cafdc05e1aed81820c6ef3b5e7c3f6a5cae62fc284a2a9371db
DIST nextcloud-client-3.15.2.tar.gz 15671238 BLAKE2B ea98587f4183d42d3e6ace54c0cd8b2208e7e21bfbb2385af84c8688b2d5464171f90e287302c5d6081b234b8cbec4e2b05635d1385a2980f133bba7127a6203 SHA512 982b74d57954440496f973781aa6a719d316b3651fecbb5da4d4b211dda0574094b2ba35f83c6afe2e67c7be095528e0cf8544e9214e8d9db445f1ab95c8c256
diff --git a/net-misc/nextcloud-client/nextcloud-client-3.15.2.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.15.2.ebuild
index af5e709e13cf..ca4ba6784b2b 100644
--- a/net-misc/nextcloud-client/nextcloud-client-3.15.2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-3.15.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz
-> ${P}.tar.gz
https://github.com/nextcloud/desktop/commit/49a7c8d7874643da2550793877115c7f3dbd2d05.patch
- -> ${PN}-3.15.2-fix-macosvfs-file-sharing.png
+ -> ${PN}-3.15.2-fix-macosvfs-file-sharing.png.patch
"
S="${WORKDIR}/desktop-${PV/_/-}"
@@ -69,7 +69,7 @@ PATCHES=(
# https://github.com/nextcloud/desktop/pull/7383
"${FILESDIR}"/${PN}-3.14.2-doc-fix.patch
# https://github.com/nextcloud/desktop/pull/7691
- "${DISTDIR}"/${PN}-3.15.2-fix-macosvfs-file-sharing.png
+ "${DISTDIR}"/${PN}-3.15.2-fix-macosvfs-file-sharing.png.patch
)
src_prepare() {