From d595435b96131159571798658000cf4d0f5c0249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 10 Aug 2025 09:09:56 +0700 Subject: [PATCH] Fritzing: fix extract --- srcpkgs/Fritzing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Fritzing/template b/srcpkgs/Fritzing/template index 9b0629d0e88..03bb9e86054 100644 --- a/srcpkgs/Fritzing/template +++ b/srcpkgs/Fritzing/template @@ -18,7 +18,7 @@ distfiles="https://github.com/Fritzing/Fritzing-app/archive/${version}.tar.gz>fr https://github.com/Fritzing/Fritzing-parts/archive/${_partshash}.tar.gz>fritzing-parts-${_partshash}.tar.gz" checksum="2475a95aad2c1536eef3fdb72665c5c16590644b45bd110a0cde223c916625b8 2d5882f0180d04c582ef418fd286bf1d04142409d316a4cd5c9ce3e2d91434dd" -skip_extractions="fritzing-parts-${_partshash}.tar.gz" +skip_extraction="fritzing-parts-${_partshash}.tar.gz" post_patch() { # looks for libgit2 and boost in the source tree @@ -35,7 +35,7 @@ post_patch() { post_install() { vmkdir usr/share/fritzing - vsrcextract -C /usr/share/fritzing $skip_extractions + vsrcextract -C /usr/share/fritzing $skip_extraction mv ${DESTDIR}/usr/bin/Fritzing{,-bin} vbin ${FILESDIR}/Fritzing sed -i -e "s;^Icon=.*;Icon=fritzing;" ${DESTDIR}/usr/share/applications/fritzing.desktop