Index: extragear/kdeconnect-kde/kdeconnect-kde.py =================================================================== --- extragear/kdeconnect-kde/kdeconnect-kde.py +++ extragear/kdeconnect-kde/kdeconnect-kde.py @@ -66,7 +66,6 @@ # move everything to the location where Qt expects it pluginPath = os.path.join(archiveDir, "plugins") binPath = os.path.join(archiveDir, "bin") - libPath = os.path.join(archiveDir, "lib") if CraftCore.compiler.isMacOS: # Move kdeconnect-cli and kdeconnectd to package @@ -79,10 +78,6 @@ if not utils.copyFile(os.path.join(binPath, "kdeconnect-cli"), os.path.join(appPath, "Contents", "MacOS"), linkOnly=False): return False - - if not utils.copyFile(os.path.join(libPath, "libexec", "kdeconnectd"), - os.path.join(appPath, "Contents", "MacOS"), linkOnly=False): - return False if not utils.copyFile(os.path.join(archiveDir, "Applications", "KDE", "kdeconnect.app", "Contents", "MacOS", "kdeconnect"), os.path.join(appPath, "Contents", "MacOS"), linkOnly=False):